namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | restriction of xsd:NMTOKEN | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:simpleType name="LoadOptionComponentSetType"> <xsd:annotation> <xsd:documentation> Enumeration for defining how the subcomponents of a structure should be loaded: top: Do not load any of the sub-components of a loaded component, Only load specified top-level assemblies and their assembly-level geometry last: Load the subcomponents specified in each component's file all: Load all the sub-components, recursively </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="top"/> <xsd:enumeration value="last"/> <xsd:enumeration value="all"/> </xsd:restriction> </xsd:simpleType> |