simpleType LoadOptionSearchPathsLocationType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute LoadOptionSearchPathsType/@location
facets
Kind Value Annotation
enumeration local
enumeration specified
annotation
documentation

      Enumeration to determine where where to find the files to load.
     
      local:       From the directory of the parent assembly.
      specified:   By using the explicit filenames stored in the loaded files 
                   (for example a CAD file for an assembly may contain
                   explicit filenames for the CAD files of the sub-assemblies).
     
source <xsd:simpleType name="LoadOptionSearchPathsLocationType">
 
<xsd:annotation>
   
<xsd:documentation>
      Enumeration to determine where where to find the files to load.
     
      local:       From the directory of the parent assembly.
      specified:   By using the explicit filenames stored in the loaded files 
                   (for example a CAD file for an assembly may contain
                   explicit filenames for the CAD files of the sub-assemblies).
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="local"/>
   
<xsd:enumeration value="specified"/>
 
</xsd:restriction>
</xsd:simpleType>


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