Definition Type: Element
Name: Units
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
All angular and direction values default to radians unless otherwise noted. Angular values, expressed in the specified Units.angleUnit are measured counter-clockwise from east=0. Horizontal directions, expressed in the specified Units.directionUnit are measured counter-clockwise from 0 degrees = north
Collapse XSD Schema Diagram:
Drilldown into Imperial in schema landxml-1_1_xsd Drilldown into Metric in schema landxml-1_1_xsdXSD Diagram of Units in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Units">
    <xs:annotation>
        <xs:documentation>All angular and direction values default to radians unless otherwise noted. Angular values, expressed in the specified Units.angleUnit are measured counter-clockwise from east=0. Horizontal directions, expressed in the specified Units.directionUnit are measured counter-clockwise from 0 degrees = north</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element ref="Metric" />
            <xs:element ref="Imperial" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Metric land:Metric (1) (1)
Imperial land:Imperial (1) (1)