Definition Type: SimpleType
Name: countArrayType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
Array of counts. Normally, but not always, integers. can be used with a number of elements 2005-11-01: PMR the combination of dataType and list does not work with JUMBO5.0 - so for the meantime we have removed the restriction
Collapse XSD Schema Diagram:
XSD Diagram of countArrayType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="countArrayType" id="st.countArrayType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Array of counts.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Normally, but not always, integers. can be used with a number of elements</h:div>
            <h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2005-11-01: PMR the combination of dataType and list does not work
            with JUMBO5.0 - so for the meantime we have removed the restriction</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <!--    <xsd:list itemType="countType"/> this is correct but my software doesn't process it-->
    <xsd:list itemType="xsd:double" />
    <!-- removed by PMR
    <xsd:restriction base="xsd:double">
        <xsd:minExclusive value="0.0"/>
        <xsd:maxInclusive value="1.0E+99"/>
    </xsd:restriction>
    -->
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:count