<xs:simpleType name="Locator">
<xs:annotation>
<xs:documentation xml:lang="en">Location A simple set of names of relative positional locations on an object can be referred to with the huml term Locator.</xs:documentation>
<xs:appinfo>NONE</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="upper"/>
<xs:enumeration value="lower"/>
<xs:enumeration value="back"/>
<xs:enumeration value="front"/>
<xs:enumeration value="inner"/>
<xs:enumeration value="outer"/>
<xs:enumeration value="left"/>
<xs:enumeration value="right"/>
<xs:enumeration value="top"/>
<xs:enumeration value="bottom"/>
</xs:restriction>
</xs:simpleType> |