complexType CoordinateSystemType
diagram plmxml_diagrams/plmxml_p273.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GeometryBase
properties
base plm:GeometryBase
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup
used by
elements CoordinateSystem GeometryCompositionType/LocalCoordinateSystem
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    
annotation
documentation

      Cartesian Coordinate system.
     
source <xsd:complexType name="CoordinateSystemType">
 
<xsd:annotation>
   
<xsd:documentation>
      Cartesian Coordinate system.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeometryBase">
     
<xsd:attribute name="origin" type="plm:VectorType" default="0 0 0"/>
     
<xsd:attribute name="zAxis" type="plm:DirectionType" default="0 0 1"/>
     
<xsd:attribute name="xAxis" type="plm:DirectionType" default="1 0 0"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute CoordinateSystemType/@origin
type plm:VectorType
properties
default 0 0 0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="origin" type="plm:VectorType" default="0 0 0"/>

attribute CoordinateSystemType/@zAxis
type plm:DirectionType
properties
default 0 0 1
facets
Kind Value Annotation
length 3
source <xsd:attribute name="zAxis" type="plm:DirectionType" default="0 0 1"/>

attribute CoordinateSystemType/@xAxis
type plm:DirectionType
properties
default 1 0 0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="xAxis" type="plm:DirectionType" default="1 0 0"/>


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