Definition Type: Attribute
Name: x3
Namespace: http://www.xml-cml.org/schema
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
The x coordinate of a 3 dimensional object. The default units are Angstrom. (The provision for other units is weak at present.) Objects are always described with a right-handed coordinate system.
Collapse XSD Schema Diagram:
XSD Diagram of x3 in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.x3" name="x3" type="xsd:double">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The x coordinate of a 3 dimensional object.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">The default units are Angstrom. (The provision 
                for other units is weak at present.) Objects are always described 
                with a right-handed coordinate system.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>