complexType LoadOptionSearchPathsType
diagram plmxml_diagrams/plmxml_p368.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
children plm:SearchPath
used by
element LoadOptionsType/SearchPaths
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
location  plm:LoadOptionSearchPathsLocationType  optional      
annotation
documentation

      This element defines an ordered list of search.

      Elements:
      
      SearchPath:    One element per search path. (At least one).

      Attributes:     
     
      location:      This is an enum with values:
        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:complexType name="LoadOptionSearchPathsType">
 
<xsd:annotation>
   
<xsd:documentation>
      This element defines an ordered list of search.

      Elements:
      
      SearchPath:    One element per search path. (At least one).

      Attributes:     
     
      location:      This is an enum with values:
        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:complexContent>
   
<xsd:extension base="plm:IdBase">
     
<xsd:choice>
       
<xsd:element name="SearchPath" type="plm:LoadOptionSearchPathType" minOccurs="1" maxOccurs="unbounded"/>
     
</xsd:choice>
     
<xsd:attribute name="location" type="plm:LoadOptionSearchPathsLocationType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LoadOptionSearchPathsType/@location
type plm:LoadOptionSearchPathsLocationType
properties
use optional
facets
Kind Value Annotation
enumeration local
enumeration specified
source <xsd:attribute name="location" type="plm:LoadOptionSearchPathsLocationType" use="optional"/>

element LoadOptionSearchPathsType/SearchPath
diagram plmxml_diagrams/plmxml_p369.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:LoadOptionSearchPathType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
path  xsd:string  required      
recursive  xsd:boolean    false    
source <xsd:element name="SearchPath" type="plm:LoadOptionSearchPathType" minOccurs="1" maxOccurs="unbounded"/>


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