simpleType Ann3DOriginAnchorEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute Ann3DAreaType/@originAnchor
facets
Kind Value Annotation
enumeration topLeft
enumeration topCentre
enumeration topRight
enumeration middleLeft
enumeration middleCentre
enumeration middleRight
enumeration bottomLeft
enumeration bottomCentre
enumeration bottomRight
annotation
documentation

      The type of anchor point of an Area.
     
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy