diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:EntityBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:LocalCoordinateSystem plm:Point plm:Curve plm:Surface plm:CoordinateSystem | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="GeometryCompositionType"> <xsd:annotation> <xsd:documentation> Geometry composition. Elements: Point: any elements derived from Point. Curve: any elements derived from Curve. Surface: any elements derived from Surface. CoordinateSystem: coordinate systems. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:EntityBase"> <xsd:sequence> <xsd:element name="LocalCoordinateSystem" type="plm:CoordinateSystemType"/> <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:choice> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:CoordinateSystemType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="LocalCoordinateSystem" type="plm:CoordinateSystemType"/> |