namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||
type | restriction of xsd:NMTOKEN | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |