<xs:simpleType name="LocationSignificanceOneSidesEnumType">
<xs:annotation>
<xs:documentation>The LocationSignificanceOneSidesEnumType enumerates values that describe one side location significance.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="ARROW_SIDE"/>
<xs:enumeration value="OTHER_SIDE"/>
</xs:restriction>
</xs:simpleType> |