Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element TemperatureToleranceType / MaxValue
Annotations
The MaxValue element is the maximum specification limit or upper tolerance.
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_TemperatureValueType.tmp#TemperatureValueType_temperatureUnit Units_xsd_Complex_Type_TemperatureValueType.tmp#TemperatureValueType
Type TemperatureValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
temperatureUnit xs:token optional
The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.
Source
<xs:element name="MaxValue" type="TemperatureValueType">
  <xs:annotation>
    <xs:documentation>The MaxValue element is the maximum specification limit or upper tolerance.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element TemperatureToleranceType / MinValue
Annotations
The optional MinValue element is the minimum specification limit or lower tolerance.
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_TemperatureValueType.tmp#TemperatureValueType_temperatureUnit Units_xsd_Complex_Type_TemperatureValueType.tmp#TemperatureValueType
Type TemperatureValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
temperatureUnit xs:token optional
The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.
Source
<xs:element name="MinValue" type="TemperatureValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MinValue element is the minimum specification limit or lower tolerance.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element TemperatureToleranceType / DefinedAsLimit
Annotations
The DefinedAsLimit element signifies whether the MaxValue and MinValue represent actual values ('true') or the upper and lower tolerances, respectively ('false'). Also when DefinedAsLimit is set to 'false', the MaxValue and MinValue may be negative.
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="DefinedAsLimit" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The DefinedAsLimit element signifies whether the MaxValue and MinValue represent actual values ('true') or the upper and lower tolerances, respectively ('false'). Also when DefinedAsLimit is set to 'false', the MaxValue and MinValue may be negative.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type TemperatureToleranceType
Annotations
The TemperatureToleranceType defines a tolerance on a quantity measured in temperature units.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_TemperatureToleranceType.tmp#TemperatureToleranceType_MaxValue IntermediatesPMI_xsd_Complex_Type_TemperatureToleranceType.tmp#TemperatureToleranceType_MinValue IntermediatesPMI_xsd_Complex_Type_TemperatureToleranceType.tmp#TemperatureToleranceType_DefinedAsLimit Primitives_xsd_Element_Attributes.tmp#Attributes
Used by
Children Attributes, DefinedAsLimit, MaxValue, MinValue
Source
<xs:complexType name="TemperatureToleranceType">
  <xs:annotation>
    <xs:documentation>The TemperatureToleranceType defines a tolerance on a quantity measured in temperature units.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice>
      <xs:annotation>
        <xs:documentation>The choice is among (1) MaxValue, (2) MinValue, or (3) both (with MaxValue coming first; this choice structure is the normal XML schema language structure for 'one or both'), or</xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element name="MaxValue" type="TemperatureValueType">
          <xs:annotation>
            <xs:documentation>The MaxValue element is the maximum specification limit or upper tolerance.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MinValue" type="TemperatureValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional MinValue element is the minimum specification limit or lower tolerance.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:element name="MinValue" type="TemperatureValueType">
        <xs:annotation>
          <xs:documentation>The MinValue element is the minimum specification limit or lower tolerance.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
    <xs:element name="DefinedAsLimit" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>The DefinedAsLimit element signifies whether the MaxValue and MinValue represent actual values ('true') or the upper and lower tolerances, respectively ('false'). Also when DefinedAsLimit is set to 'false', the MaxValue and MinValue may be negative.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd