Definition Type: Attribute
Name: dimensionality
Namespace: http://www.xml-cml.org/schema
Type: positiveInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
Dimensionality of a coordinate system. Note that this means that coordinates of higher dimensionality are ignored or an error is flagged. Thus z3 and dimensionality='2' are incompatible. At present higher dimensionalities than 3 (cf. Wondratschek) are not supported. The labelling of the axes id not controlled. ?? should we have an explicit attribute for labelling convention?.
Collapse XSD Schema Diagram:
XSD Diagram of dimensionality in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute name="dimensionality" id="att.dimensionality" type="xsd:positiveInteger">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Dimensionality of a coordinate system.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Note that this means that coordinates of higher dimensionality 
                are ignored or an error is flagged. Thus z3 and dimensionality='2' are incompatible. 
                At present higher dimensionalities than 3 (cf. Wondratschek) are not supported. 
                The labelling of the axes id not controlled. ?? should we have an explicit 
                attribute for labelling convention?.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>