namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||
type | restriction of xsd:NMTOKEN | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:simpleType name="LoadOptionPreferredRepresentationsScopeType"> <xsd:annotation> <xsd:documentation> Enumeration to determine to what extent the named representations are applied: top: Apply geometric configurations to single structure level only all: Apply geometric configurations to all levels </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="top"/> <xsd:enumeration value="all"/> </xsd:restriction> </xsd:simpleType> |