complexType LoadOptionPreferredRepresentationType
diagram plmxml_diagrams/plmxml_p367.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
used by
element LoadOptionPreferredRepresentationsType/PreferredRepresentation
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string        
lightweight  xsd:boolean    false    
annotation
documentation

      This element defines an entry in the ordered list of representation names that should be
      selected.

      Attributes:

      name:             The name of the representation.
      lightweight:      Whether the lightweight version of the representation
                        should be selected.
     
source <xsd:complexType name="LoadOptionPreferredRepresentationType">
 
<xsd:annotation>
   
<xsd:documentation>
      This element defines an entry in the ordered list of representation names that should be
      selected.

      Attributes:

      name:             The name of the representation.
      lightweight:      Whether the lightweight version of the representation
                        should be selected.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="name" type="xsd:string"/>
 
<xsd:attribute name="lightweight" type="xsd:boolean" default="false"/>
</xsd:complexType>

attribute LoadOptionPreferredRepresentationType/@name
type xsd:string
source <xsd:attribute name="name" type="xsd:string"/>

attribute LoadOptionPreferredRepresentationType/@lightweight
type xsd:boolean
properties
default false
source <xsd:attribute name="lightweight" type="xsd:boolean" default="false"/>


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