Definition Type: SimpleType
Name: coordinateComponentArrayType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
An array of coordinateComponents for a single coordinate. An array of coordinateComponents for a single coordinate where these all refer to an X-coordinate (NOT x,y,z).Instances of this type will be used in array-style representation of 2-D or 3-D coordinates. Currently no machine validation. Currently not used in STMML, but re-used by CML (see example).
Collapse XSD Schema Diagram:
XSD Diagram of coordinateComponentArrayType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="coordinateComponentArrayType" id="st.coordinateComponentArrayType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An array of coordinateComponents for a single coordinate.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">An array of coordinateComponents for a single coordinate 
            where these all refer to an X-coordinate (NOT x,y,z).Instances of this type will be 
            used in array-style representation of 2-D or 3-D coordinates. Currently no machine 
            validation. Currently not used in STMML, but re-used by CML (see example).</h:div>
            <h:div class="example" href="coordinateComponentArrayType1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:list itemType="xsd:double" />
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:x2, nsA:x3, nsA:xFract, nsA:y2, nsA:y3, nsA:yFract, nsA:z3, nsA:zFract