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

      The display types of a Section.

      section:          The section and the entities behind the cut are
                        displayed.
      slice:            Just the section is displayed.
     
source <xsd:simpleType name="SectionDisplayEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      The display types of a Section.

      section:          The section and the entities behind the cut are
                        displayed.
      slice:            Just the section is displayed.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="section"/>
   
<xsd:enumeration value="slice"/>
 
</xsd:restriction>
</xsd:simpleType>


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