namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | restriction of xsd:NMTOKEN | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |