teidata.unboundedCount

teidata.unboundedCount defines the range of values used for a counting number or the string unbounded for infinity.
モジュール tei — The TEI Infrastructure
当該モジュールを使用するもの
クラス:
要素:
Content model
<content>
 <alternate>
  <dataRef name="nonNegativeInteger"/>
  <valList type="closed">
   <valItem ident="unbounded"/>
  </valList>
 </alternate>
</content>
宣言
<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" )