diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:Ann3DDisplayType | ||
properties |
|
||
children | plm:Description plm:ApplicationRef plm:Attribute plm:DisplayPlane plm:Leader plm:Geometry | ||
used by |
|
||
attributes | |||
annotation |
|
||
source | <xsd:complexType name="Ann3DBundleDressingNoteDisplayType"> <xsd:annotation> <xsd:documentation> BundleDressingNoteDisplay. Attributes: precision: number of decimal places includeLabels: Indicates whether or not the labels for the attributes are included in the note text </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:Ann3DDisplayType"> <xsd:attribute name="precision" type="xsd:integer" use="optional"/> <xsd:attribute name="includeLabels" type="xsd:boolean" default="false"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="precision" type="xsd:integer" use="optional"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="includeLabels" type="xsd:boolean" default="false"/> |