diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | plm:SearchPath | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |
type | plm:LoadOptionSearchPathsLocationType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="location" type="plm:LoadOptionSearchPathsLocationType" use="optional"/> |
diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
type | plm:LoadOptionSearchPathType | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xsd:element name="SearchPath" type="plm:LoadOptionSearchPathType" minOccurs="1" maxOccurs="unbounded"/> |