simpleType LoadOptionComponentSetType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute LoadOptionsType/@componentSet
facets
Kind Value Annotation
enumeration top
enumeration last
enumeration all
annotation
documentation

      Enumeration for defining how the subcomponents of a structure should be loaded:

      top:     Do not load any of the sub-components of a loaded component, Only load specified
               top-level assemblies and their assembly-level geometry
      last:    Load the subcomponents specified in each component's file
      all:     Load all the sub-components, recursively
     
source <xsd:simpleType name="LoadOptionComponentSetType">
 
<xsd:annotation>
   
<xsd:documentation>
      Enumeration for defining how the subcomponents of a structure should be loaded:

      top:     Do not load any of the sub-components of a loaded component, Only load specified
               top-level assemblies and their assembly-level geometry
      last:    Load the subcomponents specified in each component's file
      all:     Load all the sub-components, recursively
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="top"/>
   
<xsd:enumeration value="last"/>
   
<xsd:enumeration value="all"/>
 
</xsd:restriction>
</xsd:simpleType>


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