complexType GeometryCompositionType
diagram plmxml_diagrams/plmxml_p341.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:LocalCoordinateSystem plm:Point plm:Curve plm:Surface plm:CoordinateSystem
used by
element GeometryComposition
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      
annotation
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.
     
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>

element GeometryCompositionType/LocalCoordinateSystem
diagram plmxml_diagrams/plmxml_p342.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:CoordinateSystemType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup
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      
propertyRefs  plm:uriReferenceListType  optional      
origin  plm:VectorType    0 0 0    
zAxis  plm:DirectionType    0 0 1    
xAxis  plm:DirectionType    1 0 0    
source <xsd:element name="LocalCoordinateSystem" type="plm:CoordinateSystemType"/>


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