complexType GeometryBase
diagram plmxml_diagrams/plmxml_p340.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:EntityBase
properties
base plm:EntityBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup
used by
element Geometry
complexTypes CoordinateSystemType CurveBase PointBase SurfaceBase
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      
annotation
documentation

      Base class for elements representing geometric objects.
     
      Attributes:
     
      propertyRefs:   reference to Properties of the element

      Elements:
     
      PropertyGroup:  a collection of Properties of the element.
     
source <xsd:complexType name="GeometryBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      Base class for elements representing geometric objects.
     
      Attributes:
     
      propertyRefs:   reference to Properties of the element

      Elements:
     
      PropertyGroup:  a collection of Properties of the element.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:EntityBase">
     
<xsd:sequence>
       
<xsd:element ref="plm:PropertyGroup" minOccurs="0"/>
     
</xsd:sequence>
     
<xsd:attribute name="propertyRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Property"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute GeometryBase/@propertyRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="propertyRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Property"/>


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