| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||
| type | restriction of xsd:NMTOKEN | |||||||||
| properties |
|
|||||||||
| used by |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xsd:simpleType name="LoadOptionRevisionType"> <xsd:annotation> <xsd:documentation> Enumeration to determine which version of a component is loaded: specified: Load the version of the component as specified by the hierarchy latest: Load the latest version of the subcomponent </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="specified"/> <xsd:enumeration value="latest"/> </xsd:restriction> </xsd:simpleType> |