Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element MeasurementDeviceAccuracyBaseType / EnvironmentalRange
Annotations
The EnvironmentalRange element is the range of environmental conditions within which the accuracy description is valid.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_EnvironmentalRangeType.tmp#EnvironmentalRangeType_Name QIFMeasurementResources_xsd_Complex_Type_EnvironmentalRangeType.tmp#EnvironmentalRangeType_Description QIFMeasurementResources_xsd_Complex_Type_EnvironmentalRangeType.tmp#EnvironmentalRangeType_MaxAmbientTemperature QIFMeasurementResources_xsd_Complex_Type_EnvironmentalRangeType.tmp#EnvironmentalRangeType_MinAmbientTemperature QIFMeasurementResources_xsd_Complex_Type_EnvironmentalRangeType.tmp#EnvironmentalRangeType_MaxAmbientAirPressure QIFMeasurementResources_xsd_Complex_Type_EnvironmentalRangeType.tmp#EnvironmentalRangeType_MinAmbientAirPressure QIFMeasurementResources_xsd_Complex_Type_EnvironmentalRangeType.tmp#EnvironmentalRangeType_MaxAmbientRelativeHumidity QIFMeasurementResources_xsd_Complex_Type_EnvironmentalRangeType.tmp#EnvironmentalRangeType_MinAmbientRelativeHumidity QIFMeasurementResources_xsd_Complex_Type_EnvironmentalRangeType.tmp#EnvironmentalRangeType_MaxVibration Primitives_xsd_Element_Attributes.tmp#Attributes QIFMeasurementResources_xsd_Complex_Type_EnvironmentalRangeType.tmp#EnvironmentalRangeType
Type EnvironmentalRangeType
Properties
content complex
Children Attributes, Description, MaxAmbientAirPressure, MaxAmbientRelativeHumidity, MaxAmbientTemperature, MaxVibration, MinAmbientAirPressure, MinAmbientRelativeHumidity, MinAmbientTemperature, Name
Instance
<EnvironmentalRange xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{0,1}</Name>
  <Description>{0,1}</Description>
  <MaxAmbientTemperature decimalPlaces="" significantFigures="" temperatureUnit="">{0,1}</MaxAmbientTemperature>
  <MinAmbientTemperature decimalPlaces="" significantFigures="" temperatureUnit="">{0,1}</MinAmbientTemperature>
  <MaxAmbientAirPressure decimalPlaces="" pressureUnit="" significantFigures="">{0,1}</MaxAmbientAirPressure>
  <MinAmbientAirPressure decimalPlaces="" pressureUnit="" significantFigures="">{0,1}</MinAmbientAirPressure>
  <MaxAmbientRelativeHumidity decimalPlaces="" significantFigures="">{0,1}</MaxAmbientRelativeHumidity>
  <MinAmbientRelativeHumidity decimalPlaces="" significantFigures="">{0,1}</MinAmbientRelativeHumidity>
  <MaxVibration decimalPlaces="" significantFigures="" unitName="">{0,1}</MaxVibration>
  <Attributes n="">{0,1}</Attributes>
</EnvironmentalRange>
Source
<xs:element name="EnvironmentalRange" type="EnvironmentalRangeType">
  <xs:annotation>
    <xs:documentation>The EnvironmentalRange element is the range of environmental conditions within which the accuracy description is valid.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type MeasurementDeviceAccuracyBaseType
Annotations
The abstract MeasurementDeviceAccuracyBaseType is the base type for more specific types of measurement device accuracy.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceAccuracyBaseType.tmp#MeasurementDeviceAccuracyBaseType_EnvironmentalRange
Properties
abstract true
Used by
Children EnvironmentalRange
Source
<xs:complexType name="MeasurementDeviceAccuracyBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The abstract MeasurementDeviceAccuracyBaseType is the base type for more specific types of measurement device accuracy.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EnvironmentalRange" type="EnvironmentalRangeType">
      <xs:annotation>
        <xs:documentation>The EnvironmentalRange element is the range of environmental conditions within which the accuracy description is valid.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd