countType

<h:div class="summary">A count multiplier for an object.</h:div>
<h:div class="description">Many elements represent objects which can occur an arbitrary number of times in a scientific context. Examples are
  <h:tt>action</h:tt>,
  <h:tt>object</h:tt>or
  <h:tt>molecule</h:tt>s.</h:div>
<h:div class="curation">2005-10-16. Changed to positiveNumerType.</h:div>
<h:div class="example" href="countType1.xml"/>

Simple Type Information

Source

<xsd:simpleType name="countType" id="st.countType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">A count multiplier for an object.</h:div>
      <h:div class="description">Many elements represent objects which can occur an arbitrary number of times in a scientific context. Examples are
        <h:tt>action</h:tt>,
        <h:tt>object</h:tt>or
        <h:tt>molecule</h:tt>s.</h:div>
      <h:div class="curation">2005-10-16. Changed to positiveNumerType.</h:div>
      <h:div class="example" href="countType1.xml"/>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="positiveNumberType"/>
</xsd:simpleType>