simpleType LoadOptionRevisionType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute LoadOptionsType/@revision
facets
Kind Value Annotation
enumeration specified
enumeration latest
annotation
documentation

      Enumeration to determine which version of a component is loaded:
   
      specified: Load the version of the component as specified by the hierarchy
      latest:    Load the latest version of the subcomponent
     
source <xsd:simpleType name="LoadOptionRevisionType">
 
<xsd:annotation>
   
<xsd:documentation>
      Enumeration to determine which version of a component is loaded:
   
      specified: Load the version of the component as specified by the hierarchy
      latest:    Load the latest version of the subcomponent
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="specified"/>
   
<xsd:enumeration value="latest"/>
 
</xsd:restriction>
</xsd:simpleType>


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