Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element MeasurementDeviceScaleType / ScaleMaterial
Annotations
The optional ScaleMaterial element describes the material from which the scale is made.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="ScaleMaterial" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ScaleMaterial element describes the material from which the scale is made.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element MeasurementDeviceScaleType / ScaleCoefficientOfExpansion
Annotations
The optional ScaleCoefficientOfExpansion element is the coefficient of expansion per degree Celsius of the scale.
Diagram
Diagram
Type xs:decimal
Properties
content simple
minOccurs 0
Source
<xs:element name="ScaleCoefficientOfExpansion" type="xs:decimal" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ScaleCoefficientOfExpansion element is the coefficient of expansion per degree Celsius of the scale.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element MeasurementDeviceScaleType / ScaleCoefficientOfExpansionUncertainty
Annotations
The optional ScaleCoefficientOfExpansionUncertainty element is the uncertainty of the coefficient of expansion per degree Celsius of the scale.
Diagram
Diagram
Type xs:decimal
Properties
content simple
minOccurs 0
Source
<xs:element name="ScaleCoefficientOfExpansionUncertainty" type="xs:decimal" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ScaleCoefficientOfExpansionUncertainty element is the uncertainty of the coefficient of expansion per degree Celsius of the scale.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element MeasurementDeviceScaleType / TypeOfScale
Annotations
The optional TypeOfScale element is the type of the scale.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_TypeOfScaleType.tmp#TypeOfScaleType_TypeOfScaleEnum QIFMeasurementResources_xsd_Complex_Type_TypeOfScaleType.tmp#TypeOfScaleType_OtherTypeOfScale QIFMeasurementResources_xsd_Complex_Type_TypeOfScaleType.tmp#TypeOfScaleType
Type TypeOfScaleType
Properties
content complex
minOccurs 0
Children OtherTypeOfScale, TypeOfScaleEnum
Instance
<TypeOfScale xmlns="http://qifstandards.org/xsd/qif3">
  <TypeOfScaleEnum>{1,1}</TypeOfScaleEnum>
  <OtherTypeOfScale>{1,1}</OtherTypeOfScale>
</TypeOfScale>
Source
<xs:element name="TypeOfScale" type="TypeOfScaleType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional TypeOfScale element is the type of the scale.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element MeasurementDeviceScaleType / ScaleResolution
Annotations
The optional ScaleResolution element is the resolution of the scale.
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
minOccurs 0
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="ScaleResolution" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ScaleResolution element is the resolution of the scale.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element MeasurementDeviceScaleType / ScaleReference
Annotations
The optional ScaleReference element is the reference mode of the scale, either absolute or relative.
Diagram
Diagram QIFMeasurementResources_xsd_Simple_Type_ScaleReferenceEnumType.tmp#ScaleReferenceEnumType
Type ScaleReferenceEnumType
Properties
content simple
minOccurs 0
Facets
enumeration SCALE_ABSOLUTE
enumeration SCALE_INCREMENTAL
Source
<xs:element name="ScaleReference" type="ScaleReferenceEnumType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ScaleReference element is the reference mode of the scale, either absolute or relative.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type MeasurementDeviceScaleType
Annotations
The MeasurementDeviceScaleType describes a scale on a machine.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceScaleType.tmp#MeasurementDeviceScaleType_ScaleMaterial QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceScaleType.tmp#MeasurementDeviceScaleType_ScaleCoefficientOfExpansion QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceScaleType.tmp#MeasurementDeviceScaleType_ScaleCoefficientOfExpansionUncertainty QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceScaleType.tmp#MeasurementDeviceScaleType_TypeOfScale QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceScaleType.tmp#MeasurementDeviceScaleType_ScaleResolution QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceScaleType.tmp#MeasurementDeviceScaleType_ScaleReference
Used by
Children ScaleCoefficientOfExpansion, ScaleCoefficientOfExpansionUncertainty, ScaleMaterial, ScaleReference, ScaleResolution, TypeOfScale
Source
<xs:complexType name="MeasurementDeviceScaleType">
  <xs:annotation>
    <xs:documentation>The MeasurementDeviceScaleType describes a scale on a machine.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ScaleMaterial" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ScaleMaterial element describes the material from which the scale is made.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ScaleCoefficientOfExpansion" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ScaleCoefficientOfExpansion element is the coefficient of expansion per degree Celsius of the scale.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ScaleCoefficientOfExpansionUncertainty" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ScaleCoefficientOfExpansionUncertainty element is the uncertainty of the coefficient of expansion per degree Celsius of the scale.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TypeOfScale" type="TypeOfScaleType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional TypeOfScale element is the type of the scale.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ScaleResolution" type="LinearValueType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ScaleResolution element is the resolution of the scale.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ScaleReference" type="ScaleReferenceEnumType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ScaleReference element is the reference mode of the scale, either absolute or relative.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd