Definition Type: SimpleType
Name: countType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
A count multiplier for an object. Many elements represent objects which can occur an arbitrary number of times in a scientific context. Examples are action, object or molecules. 2005-10-16. Changed to positiveNumerType.
Collapse XSD Schema Diagram:
XSD Diagram of countType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<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>
Collapse Derivation Tree: