namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||
type | restriction of xsd:NMTOKEN | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:simpleType name="Ann3DOriginAnchorEnum"> <xsd:annotation> <xsd:documentation> The type of anchor point of an Area. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="topLeft"/> <xsd:enumeration value="topCentre"/> <xsd:enumeration value="topRight"/> <xsd:enumeration value="middleLeft"/> <xsd:enumeration value="middleCentre"/> <xsd:enumeration value="middleRight"/> <xsd:enumeration value="bottomLeft"/> <xsd:enumeration value="bottomCentre"/> <xsd:enumeration value="bottomRight"/> </xsd:restriction> </xsd:simpleType> |