simpleType Ann3DAreaEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute Ann3DAreaType/@type
facets
Kind Value Annotation
enumeration rectangular
enumeration circular
enumeration annular
enumeration cylindrical
enumeration general
annotation
documentation

      The shape of an Area.
     
source <xsd:simpleType name="Ann3DAreaEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      The shape of an Area.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="rectangular"/>
   
<xsd:enumeration value="circular"/>
   
<xsd:enumeration value="annular"/>
   
<xsd:enumeration value="cylindrical"/>
   
<xsd:enumeration value="general"/>
 
</xsd:restriction>
</xsd:simpleType>


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