Definition Type: SimpleType
Name: integerArrayType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
An array of integers. An array of integers; for re-use by other schemas. Not machine-validatable.
Collapse XSD Schema Diagram:
XSD Diagram of integerArrayType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="integerArrayType" id="st.integerArrayType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An array of integers.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">An array of integers; for re-use by other schemas. Not machine-validatable.</h:div>
            <h:div class="example" href="integerArrayType1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:list itemType="xsd:integer" />
</xsd:simpleType>