<xs:complexType name="LinearResolutionType">
<xs:annotation>
<xs:documentation>The LinearResolutionType defines the resolution for a measurement device that has one axis, and that axis is linear.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ResolutionBaseType">
<xs:sequence>
<xs:element name="LinearValue" type="LinearValueType">
<xs:annotation>
<xs:documentation>The LinearValue element is the resolution for a single linear axis.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |