complexType DisplayPreferencesType
diagram plmxml_diagrams/plmxml_p300.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element DisplayPreferences
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
ownerRef  plm:anyURIType  optional      
unitRef  plm:anyURIType  optional      
displayAnnotations  xsd:boolean    true    
displayGeometry  xsd:boolean    true    
annotation
documentation

      This Property represents the display preferences for an element such as a
      ProductRevisionView.

      Attributes:
     
      unitRef:         a Unit element giving the preferred display units.
      displayAnnotations Indicates that elements derived from Annotation3D
                       should be displayed in the target visualisation application.
      displayGeometry  Indicates that elements derived from Geometry or geometry
                       referenced via Reference elements should be displayed
                       in the target visualisation application.
     
source <xsd:complexType name="DisplayPreferencesType">
 
<xsd:annotation>
   
<xsd:documentation>
      This Property represents the display preferences for an element such as a
      ProductRevisionView.

      Attributes:
     
      unitRef:         a Unit element giving the preferred display units.
      displayAnnotations Indicates that elements derived from Annotation3D
                       should be displayed in the target visualisation application.
      displayGeometry  Indicates that elements derived from Geometry or geometry
                       referenced via Reference elements should be displayed
                       in the target visualisation application.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:attribute name="unitRef" type="plm:anyURIType" use="optional" plm:refType="plm:Unit"/>
     
<xsd:attribute name="displayAnnotations" type="xsd:boolean" default="true"/>
     
<xsd:attribute name="displayGeometry" type="xsd:boolean" default="true"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute DisplayPreferencesType/@unitRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="unitRef" type="plm:anyURIType" use="optional" plm:refType="plm:Unit"/>

attribute DisplayPreferencesType/@displayAnnotations
type xsd:boolean
properties
default true
source <xsd:attribute name="displayAnnotations" type="xsd:boolean" default="true"/>

attribute DisplayPreferencesType/@displayGeometry
type xsd:boolean
properties
default true
source <xsd:attribute name="displayGeometry" type="xsd:boolean" default="true"/>


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