att.measurement

Attributes that record the unit of measurement in which a value is expressed.
Module
MEI.shared
Attributes
unit
unit(optional)Indicates the unit of measurement. Allowed 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. Allowed 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. Allowed 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.
num(number) – Numeric information in any form.
patchDescribes a physical writing surface attached to the original document.
add(addition) – Marks an addition to the text.
biblScope(scope of citation) – Defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work.
corr(correction) – Contains the correct form of an apparent erroneous passage.
damageContains an area of damage to the physical medium.
del(deletion) – Contains information deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, annotator, or corrector.
expan(expansion) – Contains 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.
orig(original) – Contains material which is marked as following the original, rather than being normalized or corrected.
reg(regularization) – Contains 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.
dim(dimension) – Any 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.
add(addition) – Marks an addition to the text.
corr(correction) – Contains the correct form of an apparent erroneous passage.
damageContains an area of damage to the physical medium.
del(deletion) – Contains information deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, annotator, or corrector.
expan(expansion) – Contains 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.
orig(original) – Contains material which is marked as following the original, rather than being normalized or corrected.
reg(regularization) – Contains 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.
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.
dimensionsInformation about the physical size of an entity; usually includes numerical data.
num(number) – Numeric information in any form.
biblScope(scope of citation) – Defines 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.
dim(dimension) – Any 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.
Declaration
<classSpec ident="att.measurement" module="MEI.shared" type="atts">
<desc>Attributes that record the unit of measurement in which a value is expressed.</desc>
<attList org="group">
<attDef ident="unit" usage="opt">
<desc>Indicates the unit of measurement.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="NMTOKEN"/>
</datatype>
<valList type="semi">
<valItem ident="byte">
<desc>Byte.</desc>
</valItem>
<valItem ident="char">
<desc>Character.</desc>
</valItem>
<valItem ident="cm">
<desc>Centimeter.</desc>
</valItem>
<valItem ident="deg">
<desc>Degree.</desc>
</valItem>
<valItem ident="in">
<desc>Inch.</desc>
</valItem>
<valItem ident="issue">
<desc>Serial issue.</desc>
</valItem>
<valItem ident="ft">
<desc>Foot.</desc>
</valItem>
<valItem ident="m">
<desc>Meter.</desc>
</valItem>
<valItem ident="mm">
<desc>Millimeter.</desc>
</valItem>
<valItem ident="page">
<desc>Page.</desc>
</valItem>
<valItem ident="pc">
<desc>Pica.</desc>
</valItem>
<valItem ident="pt">
<desc>Point.</desc>
</valItem>
<valItem ident="px">
<desc>Pixel.</desc>
</valItem>
<valItem ident="rad">
<desc>Radian.</desc>
</valItem>
<valItem ident="record">
<desc>Record.</desc>
</valItem>
<valItem ident="vol">
<desc>Serial volume.</desc>
</valItem>
<valItem ident="vu">
<desc>MEI virtual unit.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>