att.measurement

Attributes that record the unit of measurement in which a value is expressed.
Module
Attributes
unit
unit(optional)Indicates the unit of measurement. Suggested values are: "byte" (Byte.), "char" (Character.), "cm" (Centimeter.), "deg" (Degree.), "in" (Inch.), "issue" (Serial issue.), "ft" (Foot.), "m" (Meter.), "mm" (Millimeter.), "page" (Page.), "pc" (Pica.), "pt" (Point.), "px" (Pixel.), "rad" (Radian.), "record" (Record.), "vol" (Serial volume.), "vu" (MEI virtual unit.)
unit(optional)Indicates the unit of measurement. Suggested values are: "byte" (Byte.), "char" (Character.), "cm" (Centimeter.), "deg" (Degree.), "in" (Inch.), "issue" (Serial issue.), "ft" (Foot.), "m" (Meter.), "mm" (Millimeter.), "page" (Page.), "pc" (Pica.), "pt" (Point.), "px" (Pixel.), "rad" (Radian.), "record" (Record.), "vol" (Serial volume.), "vu" (MEI virtual unit.)
Component declarations that are shared between two or more modules.
unit(optional)Indicates the unit of measurement. Suggested values are: "byte" (Byte.), "char" (Character.), "cm" (Centimeter.), "deg" (Degree.), "in" (Inch.), "issue" (Serial issue.), "ft" (Foot.), "m" (Meter.), "mm" (Millimeter.), "page" (Page.), "pc" (Pica.), "pt" (Point.), "px" (Pixel.), "rad" (Radian.), "record" (Record.), "vol" (Serial volume.), "vu" (MEI virtual unit.)
Available at
bifoliumDescribes a folded sheet of paper.
cutoutA cutout is a section of a document sheet that has been removed and is now missing.
dimensionsInformation about the physical size of an entity; usually includes numerical data.
foliumDescribes a single leaf of paper.
numNumeric information in any form.
patchDescribes a physical writing surface attached to the original document.
addMarks an addition to the text.
biblScopeDefines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work.
corrContains the correct form of an apparent erroneous passage.
damageContains an area of damage to the physical medium.
delContains information deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, annotator, or corrector.
expanContains the expansion of an abbreviation.
gapIndicates a point where material has been omitted in a transcription, whether as part of sampling practice or for editorial reasons described in the MEI header.
origContains material which is marked as following the original, rather than being normalized or corrected.
regContains material which has been regularized or normalized in some sense.
restoreIndicates restoration of material to an earlier state by cancellation of an editorial or authorial marking or instruction.
sicContains apparently incorrect or inaccurate material.
suppliedContains material supplied by the transcriber or editor for any reason.
unclearContains material that cannot be transcribed with certainty because it is illegible or inaudible in the source.
depthDescription of a measurement taken through a three-dimensional object.
dimAny single dimensional specification.
extentUsed to express size in terms other than physical dimensions, such as number of pages, records, bytes, physical components, etc.
heightDescription of the vertical size of an object.
widthDescription of the horizontal size of an object.
Editorial and transcriptional component declarations.
addMarks an addition to the text.
corrContains the correct form of an apparent erroneous passage.
damageContains an area of damage to the physical medium.
delContains information deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, annotator, or corrector.
expanContains the expansion of an abbreviation.
gapIndicates a point where material has been omitted in a transcription, whether as part of sampling practice or for editorial reasons described in the MEI header.
origContains material which is marked as following the original, rather than being normalized or corrected.
regContains material which has been regularized or normalized in some sense.
restoreIndicates restoration of material to an earlier state by cancellation of an editorial or authorial marking or instruction.
sicContains apparently incorrect or inaccurate material.
suppliedContains material supplied by the transcriber or editor for any reason.
unclearContains material that cannot be transcribed with certainty because it is illegible or inaudible in the source.
Metadata header component declarations.
bifoliumDescribes a folded sheet of paper.
cutoutA cutout is a section of a document sheet that has been removed and is now missing.
foliumDescribes a single leaf of paper.
patchDescribes a physical writing surface attached to the original document.
Component declarations that are shared between two or more modules.
biblScopeDefines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work.
depthDescription of a measurement taken through a three-dimensional object.
dimAny single dimensional specification.
dimensionsInformation about the physical size of an entity; usually includes numerical data.
extentUsed to express size in terms other than physical dimensions, such as number of pages, records, bytes, physical components, etc.
heightDescription of the vertical size of an object.
numNumeric information in any form.
widthDescription of the horizontal size of an object.
Declaration
<classSpec ident="att.measurement" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that record the unit of measurement in which a value is expressed.</desc>
<attList>
<attDef ident="unit" usage="opt">
<desc xml:lang="en">Indicates the unit of measurement.</desc>
<datatype>
<rng:data type="NMTOKEN"/>
</datatype>
<valList type="semi">
<valItem ident="byte">
<desc xml:lang="en">Byte.</desc>
</valItem>
<valItem ident="char">
<desc xml:lang="en">Character.</desc>
</valItem>
<valItem ident="cm">
<desc xml:lang="en">Centimeter.</desc>
</valItem>
<valItem ident="deg">
<desc xml:lang="en">Degree.</desc>
</valItem>
<valItem ident="in">
<desc xml:lang="en">Inch.</desc>
</valItem>
<valItem ident="issue">
<desc xml:lang="en">Serial issue.</desc>
</valItem>
<valItem ident="ft">
<desc xml:lang="en">Foot.</desc>
</valItem>
<valItem ident="m">
<desc xml:lang="en">Meter.</desc>
</valItem>
<valItem ident="mm">
<desc xml:lang="en">Millimeter.</desc>
</valItem>
<valItem ident="page">
<desc xml:lang="en">Page.</desc>
</valItem>
<valItem ident="pc">
<desc xml:lang="en">Pica.</desc>
</valItem>
<valItem ident="pt">
<desc xml:lang="en">Point.</desc>
</valItem>
<valItem ident="px">
<desc xml:lang="en">Pixel.</desc>
</valItem>
<valItem ident="rad">
<desc xml:lang="en">Radian.</desc>
</valItem>
<valItem ident="record">
<desc xml:lang="en">Record.</desc>
</valItem>
<valItem ident="vol">
<desc xml:lang="en">Serial volume.</desc>
</valItem>
<valItem ident="vu">
<desc xml:lang="en">MEI virtual unit.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>