simpleType LoadOptionLinkedComponentsType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute LoadOptionsType/@linkedComponents
facets
Kind Value Annotation
enumeration none
enumeration immediate
enumeration all
enumeration links
annotation
documentation

      Enumeration to determine how components related by interpart relations
      are to be loaded

      none:      Do not load related components
      immediate: Only load directly related components
      all:       Load directly and indirectly related components
      links:     Load links to explicitly loaded components but do not load any
                 additional related components.
     
source <xsd:simpleType name="LoadOptionLinkedComponentsType">
 
<xsd:annotation>
   
<xsd:documentation>
      Enumeration to determine how components related by interpart relations
      are to be loaded

      none:      Do not load related components
      immediate: Only load directly related components
      all:       Load directly and indirectly related components
      links:     Load links to explicitly loaded components but do not load any
                 additional related components.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="none"/>
   
<xsd:enumeration value="immediate"/>
   
<xsd:enumeration value="all"/>
   
<xsd:enumeration value="links"/>
 
</xsd:restriction>
</xsd:simpleType>


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