diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:PropertyBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="unitRef" type="plm:anyURIType" use="optional" plm:refType="plm:Unit"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="displayAnnotations" type="xsd:boolean" default="true"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="displayGeometry" type="xsd:boolean" default="true"/> |