namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||||||||
type | restriction of xsd:NMTOKEN | |||||||||||||||
properties |
|
|||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xsd:simpleType name="LoadOptionLinkedComponentsType"> <xsd:annotation> <xsd:documentation> Enumeration to determine how components related by interpart relations are to be loaded none: Do not load related components immediate: Only load directly related components all: Load directly and indirectly related components links: Load links to explicitly loaded components but do not load any additional related components. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="none"/> <xsd:enumeration value="immediate"/> <xsd:enumeration value="all"/> <xsd:enumeration value="links"/> </xsd:restriction> </xsd:simpleType> |