<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>
|