complexType PointBase
diagram plmxml_diagrams/plmxml_p441.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GeometryBase
properties
base plm:GeometryBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup
used by
element Point
complexType RefPointType
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      
position  plm:VectorType        
annotation
documentation

      Base class for elements representing 3D points.
     
      Attributes:
     
      position:      coordinates of point
     
source <xsd:complexType name="PointBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      Base class for elements representing 3D points.
     
      Attributes:
     
      position:      coordinates of point
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeometryBase">
     
<xsd:attribute name="position" type="plm:VectorType"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute PointBase/@position
type plm:VectorType
facets
Kind Value Annotation
length 3
source <xsd:attribute name="position" type="plm:VectorType"/>


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