complexType ConstructionGeometryType
diagram plmxml_diagrams/plmxml_p271.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:EntityBase
properties
base plm:EntityBase
children plm:Description plm:ApplicationRef plm:Attribute plm:Point plm:Curve plm:Surface plm:CoordinateSystem plm:GeometryComposition
used by
elements ConstructionGeometry StructureDefBase/ConstructionGeometry Ann3DDisplayType/Geometry
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
entityRef  plm:anyURIType  optional      
purpose  plm:GeometryPurposeEnum  optional      
annotation
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.
     
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>

attribute ConstructionGeometryType/@purpose
type plm:GeometryPurposeEnum
properties
use optional
facets
Kind Value Annotation
enumeration outline
enumeration frame
enumeration text
source <xsd:attribute name="purpose" type="plm:GeometryPurposeEnum" use="optional"/>


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