simpleType Ann3DCenterlineDisplayEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute Ann3DCenterlineDisplayType/@displayOption
facets
Kind Value Annotation
enumeration none
enumeration centerline
enumeration centerlineWithExtension
enumeration centerpoint
annotation
documentation

      The type of Centerline display.
     
source <xsd:simpleType name="Ann3DCenterlineDisplayEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      The type of Centerline display.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="none"/>
   
<xsd:enumeration value="centerline"/>
   
<xsd:enumeration value="centerlineWithExtension"/>
   
<xsd:enumeration value="centerpoint"/>
 
</xsd:restriction>
</xsd:simpleType>


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