Definition Type: Element
Name: length
Namespace: http://www.xml-cml.org/schema
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Abstract
Documentation:
A length between two atoms. This is either an experimental measurement or used to build up internal coordinates (as in a z-matrix) (only one allowed). We expect to move length as a child of _molecule_ and remove it from here.
Collapse XSD Schema Diagram:
Drilldown into ref in schema schema_xsd Drilldown into ref in schema schema_xsd Drilldown into max in schema schema_xsd Drilldown into max in schema schema_xsd Drilldown into min in schema schema_xsd Drilldown into min in schema schema_xsd Drilldown into errorBasis in schema schema_xsd Drilldown into errorBasis in schema schema_xsd Drilldown into errorValue in schema schema_xsd Drilldown into errorValue in schema schema_xsd Drilldown into units in schema schema_xsd Drilldown into units in schema schema_xsd Drilldown into atomRefs2 in schema schema_xsd Drilldown into atomRefs2 in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into title in schema schema_xsd Drilldown into title in schema schema_xsdXSD Diagram of length in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="length" id="el.length">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A length between two atoms.</h:div>
            <h:div class="general" xmlns:h="http://www.w3.org/1999/xhtml">This is either an experimental measurement or used to build up internal coordinates (as in a z-matrix)  (only one allowed). We expect to move length as a child of _molecule_ and remove it from here.</h:div>
            <h:div class="example" href="length1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:double">
                <xsd:attributeGroup ref="title" />
                <xsd:attributeGroup ref="id" />
                <xsd:attributeGroup ref="convention" />
                <xsd:attributeGroup ref="dictRef" />
                <xsd:attributeGroup ref="atomRefs2" />
                <xsd:attributeGroup ref="units" />
                <xsd:attributeGroup ref="errorValue" />
                <xsd:attributeGroup ref="errorBasis" />
                <xsd:attributeGroup ref="min" />
                <xsd:attributeGroup ref="max" />
                <xsd:attributeGroup ref="ref" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)
atomRefs2 nsA:atomRefs2 (Optional)
units nsA:units (Optional)
errorValue nsA:errorValue (Optional)
errorBasis nsA:errorBasis (Optional)
min nsA:min (Optional)
max nsA:max (Optional)
ref nsA:ref (Optional)