diagram | |||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="GeometryDataType"> <xsd:annotation> <xsd:documentation> A GeometryData element contains information about a geometric object. Attributes: geometryType: the type of the geometry. planar: true if the geometry is a planar curve subType: additional information about the geometry </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:IdBase"> <xsd:attribute name="geometryType" type="plm:GeometryTypeEnum" use="optional"/> <xsd:attribute name="planar" type="xsd:boolean" use="optional"/> <xsd:attribute name="geometrySubType" type="plm:GeometrySubTypeEnum" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:GeometryTypeEnum | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="geometryType" type="plm:GeometryTypeEnum" use="optional"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="planar" type="xsd:boolean" use="optional"/> |
type | plm:GeometrySubTypeEnum | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="geometrySubType" type="plm:GeometrySubTypeEnum" use="optional"/> |