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
<bifolium>Describes a folded sheet of paper.
<cutout>A cutout is a section of a document sheet that has been removed and is now missing.
<dimensions>Information about the physical size of an entity; usually includes numerical data.
<folium>Describes a single leaf of paper.
<num>Numeric information in any form.
<patch>Describes a physical writing surface attached to the original document.
<add>Marks an addition to the text.
<biblScope>Defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work.
<corr>Contains the correct form of an apparent erroneous passage.
<damage>Contains an area of damage to the physical medium.
<del>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>Contains the expansion of an abbreviation.
<gap>Indicates 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>Contains material which is marked as following the original, rather than being normalized or corrected.
<reg>Contains material which has been regularized or normalized in some sense.
<restore>Indicates restoration of material to an earlier state by cancellation of an editorial or authorial marking or instruction.
<sic>Contains apparently incorrect or inaccurate material.
<supplied>Contains material supplied by the transcriber or editor for any reason.
<unclear>Contains material that cannot be transcribed with certainty because it is illegible or inaudible in the source.
<depth>Description of a measurement taken through a three-dimensional object.
<dim>Any single dimensional specification.
<extent>Used to express size in terms other than physical dimensions, such as number of pages, records, bytes, physical components, etc.
<height>Description of the vertical size of an object.
<width>Description of the horizontal size of an object.
Editorial and transcriptional component declarations.
<add>Marks an addition to the text.
<corr>Contains the correct form of an apparent erroneous passage.
<damage>Contains an area of damage to the physical medium.
<del>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>Contains the expansion of an abbreviation.
<gap>Indicates 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>Contains material which is marked as following the original, rather than being normalized or corrected.
<reg>Contains material which has been regularized or normalized in some sense.
<restore>Indicates restoration of material to an earlier state by cancellation of an editorial or authorial marking or instruction.
<sic>Contains apparently incorrect or inaccurate material.
<supplied>Contains material supplied by the transcriber or editor for any reason.
<unclear>Contains material that cannot be transcribed with certainty because it is illegible or inaudible in the source.
Metadata header component declarations.
<bifolium>Describes a folded sheet of paper.
<cutout>A cutout is a section of a document sheet that has been removed and is now missing.
<folium>Describes a single leaf of paper.
<patch>Describes a physical writing surface attached to the original document.
Component declarations that are shared between two or more modules.
<biblScope>Defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work.
<depth>Description of a measurement taken through a three-dimensional object.
<dim>Any single dimensional specification.
<dimensions>Information about the physical size of an entity; usually includes numerical data.
<extent>Used to express size in terms other than physical dimensions, such as number of pages, records, bytes, physical components, etc.
<height>Description of the vertical size of an object.
<num>Numeric information in any form.
<width>Description 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>