simpleType SectionEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute SectionType/@type
facets
Kind Value Annotation
enumeration standard
enumeration lightweight
annotation
documentation

      The types of a Section.

      standard:         The section is generated from the model geometry.
      lightweight:      The section is generated from the graphical
                        representation of a model.
     
source <xsd:simpleType name="SectionEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      The types of a Section.

      standard:         The section is generated from the model geometry.
      lightweight:      The section is generated from the graphical
                        representation of a model.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="standard"/>
   
<xsd:enumeration value="lightweight"/>
 
</xsd:restriction>
</xsd:simpleType>


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