This element is modelled on an element in the Text Encoding Initiative (TEI) standard.
<sch:rule context="@context">
<sch:assert role="warning" test="not(normalize-space(.) eq '')">@context attribute should
contain an XPath expression.</sch:assert>
</sch:rule>
<elementSpec ident="tagUsage" module="MEI.header">
<desc>Documents the usage of a specific element within the document.</desc>
<content>
</content>
<constraintSpec ident="context_attribute_requires_content" scheme="isoschematron">
<constraint>
<sch:rule context="@context">
<sch:assert role="warning" test="not(normalize-space(.) eq '')">@context attribute should
contain an XPath expression.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
<attList org="group">
<attDef ident="name" usage="req">
<desc>Name of the element.</desc>
</attDef>
<attDef ident="context" usage="opt">
<desc>Circumstances in which the element appears, an XPath expression.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="string"/>
</datatype>
</attDef>
<attDef ident="occurs" usage="opt">
<desc>Number of occurrences in the defined context.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
<attDef ident="withid" usage="opt">
<desc>Number of occurrences in the defined context that have an
<att scheme="TEI">xml:id</att>
attribute.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="nonNegativeInteger"/>
</datatype>
</attDef>
</attList>
<remarks>
<p part="N">This element is modelled on an element in the Text Encoding Initiative (TEI) standard.</p>
</remarks>
</elementSpec>