Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element LinearResolutionType / LinearValue
Annotations
The LinearValue element is the resolution for a single linear axis.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type LinearResolutionType
Annotations
The LinearResolutionType defines the resolution for a measurement device that has one axis, and that axis is linear.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_ResolutionBaseType.tmp#ResolutionBaseType QIFMeasurementResources_xsd_Complex_Type_LinearResolutionType.tmp#LinearResolutionType_LinearValue
Type extension of ResolutionBaseType
Type hierarchy
Used by
Children LinearValue
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd