diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:EntityBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:Point plm:Curve plm:Surface plm:CoordinateSystem plm:GeometryComposition | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="ConstructionGeometryType"> <xsd:annotation> <xsd:documentation> Top level construction geometry element. Attributes: purpose: The purpose or function of the geometry when this complex type is used as a Geometry sub-element of an Ann3DDisplay. Elements: Point: any elements derived from Point. Curve: any elements derived from Curve. Surface: any elements derived from Surface. CoordinateSystem: coordinate systems. GeometryComposition: geometry compositions. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:EntityBase"> <xsd:choice maxOccurs="unbounded"> <xsd:element ref="plm:Point"/> <xsd:element ref="plm:Curve"/> <xsd:element ref="plm:Surface"/> <xsd:element ref="plm:CoordinateSystem"/> <xsd:element ref="plm:GeometryComposition"/> </xsd:choice> <xsd:attribute name="purpose" type="plm:GeometryPurposeEnum" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:GeometryPurposeEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="purpose" type="plm:GeometryPurposeEnum" use="optional"/> |