complexType LoadOptionPreferredRepresentationsType
diagram plmxml_diagrams/plmxml_p365.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
children plm:PreferredRepresentation
used by
element LoadOptionsType/PreferredRepresentations
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
scope  plm:LoadOptionPreferredRepresentationsScopeType        
annotation
documentation

      This element defines an ordered list of representation names that should be
      selected. The order of appearance in the element defines the order
      of usage. Only the first valid geometric configuration, encountered in the list,
      is applied to any one item.
     
      Also known as 'ReferenceSets' in NX.

      Elements:
      
      PreferredRepresentation: One element per configuration. (At least one).
     
source <xsd:complexType name="LoadOptionPreferredRepresentationsType">
 
<xsd:annotation>
   
<xsd:documentation>
      This element defines an ordered list of representation names that should be
      selected. The order of appearance in the element defines the order
      of usage. Only the first valid geometric configuration, encountered in the list,
      is applied to any one item.
     
      Also known as 'ReferenceSets' in NX.

      Elements:
      
      PreferredRepresentation: One element per configuration. (At least one).
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:IdBase">
     
<xsd:choice>
       
<xsd:element name="PreferredRepresentation" type="plm:LoadOptionPreferredRepresentationType" minOccurs="1" maxOccurs="unbounded"/>
     
</xsd:choice>
     
<xsd:attribute name="scope" type="plm:LoadOptionPreferredRepresentationsScopeType"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LoadOptionPreferredRepresentationsType/@scope
type plm:LoadOptionPreferredRepresentationsScopeType
facets
Kind Value Annotation
enumeration top
enumeration all
source <xsd:attribute name="scope" type="plm:LoadOptionPreferredRepresentationsScopeType"/>

element LoadOptionPreferredRepresentationsType/PreferredRepresentation
diagram plmxml_diagrams/plmxml_p366.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:LoadOptionPreferredRepresentationType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string        
lightweight  xsd:boolean    false    
source <xsd:element name="PreferredRepresentation" type="plm:LoadOptionPreferredRepresentationType" minOccurs="1" maxOccurs="unbounded"/>


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