diagram |
|
namespace |
http://www.plmxml.org/Schemas/PLMXMLSchema |
type |
extension of plm:GeometryBase |
properties |
|
children |
plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup |
used by |
|
attributes |
|
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> |