simpleType SectionGeometryEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute SectionType/@geometryType
facets
Kind Value Annotation
enumeration singlePlane
enumeration parallelPlanes
enumeration box
annotation
documentation

      Describes the set of geometry(s) performing a Section.
     
source <xsd:simpleType name="SectionGeometryEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      Describes the set of geometry(s) performing a Section.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="singlePlane"/>
   
<xsd:enumeration value="parallelPlanes"/>
   
<xsd:enumeration value="box"/>
 
</xsd:restriction>
</xsd:simpleType>


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