att.extent

Provides attributes for describing the size of an entity.
Module
Attributes
atleast, atmost, confidence, extent, max, min, unit
atleast(optional)Gives a minimum estimated value for an approximate measurement. Value is a decimal number.
atmost(optional)Gives a maximum estimated value for an approximate measurement. Value is a decimal number.
confidence(optional)Specifies the degree of statistical confidence (between zero and one) that a value falls within the range specified by min and max, or the proportion of observed values that fall within that range. Value conforms to data.CONFIDENCE.
extent(optional)Captures a measurement, count, or description. When extent contains a numeric value, use the unit attribute to indicate the measurement unit. Value is plain text.
max(optional)Where the measurement summarizes more than one observation or a range of values, supplies the maximum value observed. Value is a decimal number.
min(optional)Where the measurement summarizes more than one observation or a range of values, supplies the minimum value observed. Value is a decimal number.
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.)
extent(optional)Captures a measurement, count, or description. When extent contains a numeric value, use the unit attribute to indicate the measurement unit. Value is plain text.
(MEI.shared) Attributes that record the unit of measurement in which a value is expressed.
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.)
(MEI.shared) Groups attributes that describe a numerical range.
atleast(optional)Gives a minimum estimated value for an approximate measurement. Value is a decimal number.
atmost(optional)Gives a maximum estimated value for an approximate measurement. Value is a decimal number.
min(optional)Where the measurement summarizes more than one observation or a range of values, supplies the minimum value observed. Value is a decimal number.
max(optional)Where the measurement summarizes more than one observation or a range of values, supplies the maximum value observed. Value is a decimal number.
confidence(optional)Specifies the degree of statistical confidence (between zero and one) that a value falls within the range specified by min and max, or the proportion of observed values that fall within that range. Value conforms to data.CONFIDENCE.
Component declarations that are shared between two or more modules.
atleast(optional)Gives a minimum estimated value for an approximate measurement. Value is a decimal number.
atmost(optional)Gives a maximum estimated value for an approximate measurement. Value is a decimal number.
confidence(optional)Specifies the degree of statistical confidence (between zero and one) that a value falls within the range specified by min and max, or the proportion of observed values that fall within that range. Value conforms to data.CONFIDENCE.
extent(optional)Captures a measurement, count, or description. When extent contains a numeric value, use the unit attribute to indicate the measurement unit. Value is plain text.
max(optional)Where the measurement summarizes more than one observation or a range of values, supplies the maximum value observed. Value is a decimal number.
min(optional)Where the measurement summarizes more than one observation or a range of values, supplies the minimum value observed. Value is a decimal number.
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
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.
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.
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.
Constraints

The @unit attribute is recommended.
Separation into value (@extent) and unit (@unit) is recommended.

Declaration
<classSpec ident="att.extent" module="MEI.shared" type="atts">
<desc xml:lang="en">Provides attributes for describing the size of an entity.</desc>
<classes>
<memberOf key="att.measurement"/>
<memberOf key="att.ranging"/>
</classes>
<attList>
<attDef ident="extent" usage="opt">
<desc xml:lang="en">Captures a measurement, count, or description. When extent contains a numeric value, use the unit attribute to indicate the measurement unit.</desc>
<datatype>
<rng:data type="string"/>
</datatype>
<constraintSpec ident="check_extent" scheme="schematron">
<constraint>
<sch:rule context="@extent[matches(normalize-space(.), '^\d+(\.\d+)?$')]">
<sch:assert role="warning" test="../@unit">The @unit attribute is recommended.</sch:assert>
</sch:rule>
<sch:rule context="@extent[matches(., '\d+(\.\d+)?\s')]">
<sch:assert role="warning" test="../@unit">Separation into value (@extent) and unit (@unit) is recommended.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
</attDef>
</attList>
</classSpec>