Use this element only when it is necessary to display a number in a special way or to identify it with a type attribute.
<elementSpec ident="num" module="MEI.shared">
<gloss versionDate="2022-05-18" xml:lang="en">number</gloss>
<desc xml:lang="en">Numeric information in any form.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.lang"/>
<memberOf key="att.measurement"/>
<memberOf key="att.ranging"/>
<memberOf key="model.numLike"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref name="model.textPhraseLike"/>
<rng:ref name="model.editLike"/>
<rng:ref name="model.transcriptionLike"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<attList>
<attDef ident="value" usage="opt">
<desc xml:lang="en">Numeric value capturing a measurement or count. Can only be interpreted in combination
with the unit attribute.</desc>
<datatype>
<rng:data type="decimal"/>
</datatype>
</attDef>
</attList>
<remarks xml:lang="en">
<p>Use this element only when it is necessary to display a number in a special way or
to
identify it with a <att>type</att> attribute.</p>
</remarks>
</elementSpec>