complexType GeometryDataType
diagram plmxml_diagrams/plmxml_p886.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
used by
element GeometryData
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
geometryType  plm:GeometryTypeEnum  optional      
planar  xsd:boolean  optional      
geometrySubType  plm:GeometrySubTypeEnum  optional      
annotation
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
         
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>

attribute GeometryDataType/@geometryType
type plm:GeometryTypeEnum
properties
use optional
facets
Kind Value Annotation
enumeration point
enumeration curve
enumeration line
enumeration circle
enumeration ellipse
enumeration bSplineCurve
enumeration compositeCurve
enumeration spCurve
enumeration generalParametricCurve
enumeration surface
enumeration plane
enumeration cylinder
enumeration cone
enumeration sphere
enumeration torus
enumeration sweptSurface
enumeration spunSurface
enumeration bSplineSurface
enumeration generalParametricSurface
source <xsd:attribute name="geometryType" type="plm:GeometryTypeEnum" use="optional"/>

attribute GeometryDataType/@planar
type xsd:boolean
properties
use optional
source <xsd:attribute name="planar" type="xsd:boolean" use="optional"/>

attribute GeometryDataType/@geometrySubType
type plm:GeometrySubTypeEnum
properties
use optional
facets
Kind Value Annotation
enumeration interpolation
source <xsd:attribute name="geometrySubType" type="plm:GeometrySubTypeEnum" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy