The optional speedUnit attribute defines the UnitName for the SpeedValueType.
Source
<xs:element name="MaxXTraverseSpeed" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxXTraverseSpeed element gives the maximum traverse speed along the X axis.</xs:documentation></xs:annotation></xs:element>
The optional speedUnit attribute defines the UnitName for the SpeedValueType.
Source
<xs:element name="MaxYTraverseSpeed" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxYTraverseSpeed element gives the maximum traverse speed along the Y axis.</xs:documentation></xs:annotation></xs:element>
The optional speedUnit attribute defines the UnitName for the SpeedValueType.
Source
<xs:element name="MaxZTraverseSpeed" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxZTraverseSpeed element gives the maximum traverse speed along the Z axis.</xs:documentation></xs:annotation></xs:element>
The optional speedUnit attribute defines the UnitName for the SpeedValueType.
Source
<xs:element name="MaxXProbingSpeed" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxXProbingSpeed element gives the maximum probing speed along the X axis.</xs:documentation></xs:annotation></xs:element>
The optional speedUnit attribute defines the UnitName for the SpeedValueType.
Source
<xs:element name="MaxYProbingSpeed" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxYProbingSpeed element gives the maximum probing speed along the Y axis.</xs:documentation></xs:annotation></xs:element>
The optional speedUnit attribute defines the UnitName for the SpeedValueType.
Source
<xs:element name="MaxZProbingSpeed" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxZProbingSpeed element gives the maximum probing speed along the Z axis.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="CartesianCMMSpeedsType"><xs:annotation><xs:documentation>The CartesianCMMSpeedsType gives the maximum probing and traversing speeds of a Cartesian CMM.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CMMSpeedsBaseType"><xs:sequence><xs:element name="MaxXTraverseSpeed" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxXTraverseSpeed element gives the maximum traverse speed along the X axis.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxYTraverseSpeed" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxYTraverseSpeed element gives the maximum traverse speed along the Y axis.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxZTraverseSpeed" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxZTraverseSpeed element gives the maximum traverse speed along the Z axis.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxXProbingSpeed" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxXProbingSpeed element gives the maximum probing speed along the X axis.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxYProbingSpeed" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxYProbingSpeed element gives the maximum probing speed along the Y axis.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxZProbingSpeed" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxZProbingSpeed element gives the maximum probing speed along the Z axis.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>