att.extent

Provides attributes for describing the size of an entity.
Module
MEI.shared
Attributes
atleast, atmost, confidence, extent, max, min, unit
atleast(optional)Gives a minimum estimated value for an approximate measurement. Value of datatype decimal.
atmost(optional)Gives a maximum estimated value for an approximate measurement. Value of datatype decimal.
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 of datatype string.
max(optional)Where the measurement summarizes more than one observation or a range of values, supplies the maximum value observed. Value of datatype decimal.
min(optional)Where the measurement summarizes more than one observation or a range of values, supplies the minimum value observed. Value of datatype decimal.
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.)
extent(optional)Captures a measurement, count, or description. When extent contains a numeric value, use the unit attribute to indicate the measurement unit. Value of datatype string.
(MEI.shared) Attributes that record the unit of measurement in which a value is expressed.
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.)
(MEI.shared) Groups attributes that describe a numerical range.
atleast(optional)Gives a minimum estimated value for an approximate measurement. Value of datatype decimal.
atmost(optional)Gives a maximum estimated value for an approximate measurement. Value of datatype decimal.
min(optional)Where the measurement summarizes more than one observation or a range of values, supplies the minimum value observed. Value of datatype decimal.
max(optional)Where the measurement summarizes more than one observation or a range of values, supplies the maximum value observed. Value of datatype decimal.
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 of datatype decimal.
atmost(optional)Gives a maximum estimated value for an approximate measurement. Value of datatype decimal.
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 of datatype string.
max(optional)Where the measurement summarizes more than one observation or a range of values, supplies the maximum value observed. Value of datatype decimal.
min(optional)Where the measurement summarizes more than one observation or a range of values, supplies the minimum value observed. Value of datatype decimal.
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
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.
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.
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.
Constraints
The @unit attribute is recommended.
Separation into value (@extent) and unit (@unit) is recommended.
<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>
Declaration
<classSpec ident="att.extent" module="MEI.shared" type="atts">
<desc>Provides attributes for describing the size of an entity.</desc>
<classes>
<memberOf key="att.measurement"/>
<memberOf key="att.ranging"/>
</classes>
<attList org="group">
<attDef ident="extent" usage="opt">
<desc>Captures a measurement, count, or description. When extent contains a numeric value, use the unit attribute to indicate the measurement unit.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="string"/>
</datatype>
<constraintSpec ident="check_extent" scheme="isoschematron">
<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>