simpleType LoadOptionModeType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute LoadOptionsType/@mode
facets
Kind Value Annotation
enumeration full
enumeration partial
annotation
documentation

      Enumeration to define how fully components are to be loaded:

      full:    Components are to be fully loaded (heavyweight)
      partial: Components are to be partially loaded (lightweight)
     
source <xsd:simpleType name="LoadOptionModeType">
 
<xsd:annotation>
   
<xsd:documentation>
      Enumeration to define how fully components are to be loaded:

      full:    Components are to be fully loaded (heavyweight)
      partial: Components are to be partially loaded (lightweight)
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="full"/>
   
<xsd:enumeration value="partial"/>
 
</xsd:restriction>
</xsd:simpleType>


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