complexType LoadOptionSearchPathType
diagram plmxml_diagrams/plmxml_p370.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
used by
element LoadOptionSearchPathsType/SearchPath
attributes
Name  Type  Use  Default  Fixed  Annotation
path  xsd:string  required      
recursive  xsd:boolean    false    
annotation
documentation

      This element defines a single search path.

      Attributes:
     
      path:       The search path
      recursive:  True if the subdirectories of the search directory must also be searched
     
source <xsd:complexType name="LoadOptionSearchPathType">
 
<xsd:annotation>
   
<xsd:documentation>
      This element defines a single search path.

      Attributes:
     
      path:       The search path
      recursive:  True if the subdirectories of the search directory must also be searched
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="path" type="xsd:string" use="required"/>
 
<xsd:attribute name="recursive" type="xsd:boolean" default="false"/>
</xsd:complexType>

attribute LoadOptionSearchPathType/@path
type xsd:string
properties
use required
source <xsd:attribute name="path" type="xsd:string" use="required"/>

attribute LoadOptionSearchPathType/@recursive
type xsd:boolean
properties
default false
source <xsd:attribute name="recursive" type="xsd:boolean" default="false"/>


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