<xsd:simpleType name="countType" id="st.countType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A count multiplier for an object.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">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" xmlns:h="http://www.w3.org/1999/xhtml">2005-10-16. Changed to positiveNumerType.</h:div>
<h:div class="example" href="countType1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="positiveNumberType" />
</xsd:simpleType>
|