| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||
| type | restriction of xsd:NMTOKEN | |||||||||
| properties |
|
|||||||||
| used by |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xsd:simpleType name="LoadOptionModeType"> <xsd:annotation> <xsd:documentation> Enumeration to define how fully components are to be loaded: full: Components are to be fully loaded (heavyweight) partial: Components are to be partially loaded (lightweight) </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="full"/> <xsd:enumeration value="partial"/> </xsd:restriction> </xsd:simpleType> |