Definition Type: SimpleType
Name: coordinate2Type
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
An x/y coordinate pair. An x/y coordinate pair consisting of two real numbers, separated by whitespace or a comma. In arrays and matrices, it may be useful to set a separate delimiter
Collapse XSD Schema Diagram:
XSD Diagram of coordinate2Type in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="coordinate2Type" id="st.coordinate2Type">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An x/y coordinate pair.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">An x/y coordinate pair consisting of 
         two real numbers, separated by whitespace or a comma.
         In arrays and matrices, it may be useful to set a separate delimiter</h:div>
            <h:div class="example" href="coordinate2Type1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction>
        <xsd:simpleType>
            <xsd:list itemType="xsd:double" />
        </xsd:simpleType>
        <xsd:length value="2" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Length 2