diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:Annotation3DType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup plm:Keyword plm:SafetyClassification plm:ValueToCustomer plm:Reference plm:FeatureIdentification plm:Position | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="Ann3DCenterlineType"> <xsd:annotation> <xsd:documentation> Centerline Annotation. Attributes: centerlineType: The type of the Centerline. individualExtensions: Whether each extension is defined individually. fullCircle: Whether a circular Centerline contains a full circle. centercrossSize: For transverse Centerlines, the size of the center cross. overrun: For longitudinal Centerlines, the overrun past the model geometry. shortDash: For 2DCenterline Centerlines, the length of the short dash. angle: The angle (in radians) of the center cross from the X direction of the display plane. Sub-elements: Position: Positions of the Centerlines in model space. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:Annotation3DType"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="Position" type="plm:VectorFieldType"/> </xsd:choice> <xsd:attribute name="centerlineType" type="plm:Ann3DCenterlineEnum" default="centermark"/> <xsd:attribute name="individualExtensions" type="xsd:boolean" default="false"/> <xsd:attribute name="fullCircle" type="xsd:boolean" default="false"/> <xsd:attribute name="centercrossSize" type="xsd:double" use="optional"/> <xsd:attribute name="overrun" type="xsd:double" use="optional"/> <xsd:attribute name="shortDash" type="xsd:double" use="optional"/> <xsd:attribute name="angle" type="xsd:double" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:Ann3DCenterlineEnum | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
source | <xsd:attribute name="centerlineType" type="plm:Ann3DCenterlineEnum" default="centermark"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="individualExtensions" type="xsd:boolean" default="false"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="fullCircle" type="xsd:boolean" default="false"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="centercrossSize" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="overrun" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="shortDash" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="angle" type="xsd:double" use="optional"/> |
diagram | |||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||
type | plm:VectorFieldType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:element name="Position" type="plm:VectorFieldType"/> |