teidata.unboundedCount

teidata.unboundedCount defines the range of values used for a counting number or the string unbounded for infinity.
Modul tei — The TEI Infrastructure
Verwendet von
Klasse:
Element:
Content model
<content>
 <alternate>
  <dataRef name="nonNegativeInteger"/>
  <valList type="closed">
   <valItem ident="unbounded"/>
  </valList>
 </alternate>
</content>
Deklaration
<rng:define name="teidata.unboundedCount">
 <rng:choice>
  <rng:data type="nonNegativeInteger"/>
  <rng:choice>
   <rng:value>unbounded</rng:value>
  </rng:choice>
 </rng:choice>
</rng:define>
teidata.unboundedCount = xsd:nonNegativeInteger | ( "unbounded" )