simpleType LoadOptionPreferredRepresentationsScopeType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute LoadOptionPreferredRepresentationsType/@scope
facets
Kind Value Annotation
enumeration top
enumeration all
annotation
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
     
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy