<xs:simpleType name="PositionCoordinateMethodEnumType">
<xs:annotation>
<xs:documentation>The PositionCoordinateMethodEnumType enumerates values that describe coordinate methods for the position characteristic nominal.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="RECTANGULAR"/>
<xs:enumeration value="POLAR"/>
</xs:restriction>
</xs:simpleType> |