<xs:element name="XAxisDirection" type="CMMDirectionEnumType"><xs:annotation><xs:documentation>The XAxisDirection element gives the direction of the positive X axis with respect to the machine.</xs:documentation></xs:annotation></xs:element>
<xs:element name="YAxisDirection" type="CMMDirectionEnumType"><xs:annotation><xs:documentation>The YAxisDirection element gives the direction of the positive Y axis with respect to the machine.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ZAxisDirection" type="CMMDirectionEnumType"><xs:annotation><xs:documentation>The ZAxisDirection element gives the direction of the positive Z axis with respect to the machine.</xs:documentation></xs:annotation></xs:element>
The CartesianCMMAxisDirectionsType defines how the coordinate axes point with respect to the machine. The axis directions must form a right-handed 3D Cartesian coordinate system.
<xs:complexType name="CartesianCMMAxisDirectionsType"><xs:annotation><xs:documentation>The CartesianCMMAxisDirectionsType defines how the coordinate axes point with respect to the machine. The axis directions must form a right-handed 3D Cartesian coordinate system.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CMMAxisDirectionsBaseType"><xs:sequence><xs:element name="XAxisDirection" type="CMMDirectionEnumType"><xs:annotation><xs:documentation>The XAxisDirection element gives the direction of the positive X axis with respect to the machine.</xs:documentation></xs:annotation></xs:element><xs:element name="YAxisDirection" type="CMMDirectionEnumType"><xs:annotation><xs:documentation>The YAxisDirection element gives the direction of the positive Y axis with respect to the machine.</xs:documentation></xs:annotation></xs:element><xs:element name="ZAxisDirection" type="CMMDirectionEnumType"><xs:annotation><xs:documentation>The ZAxisDirection element gives the direction of the positive Z axis with respect to the machine.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>