Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element PressureToleranceType / 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_PressureValueType.tmp#PressureValueType_pressureUnit Units_xsd_Complex_Type_PressureValueType.tmp#PressureValueType
Type PressureValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
pressureUnit xs:token optional
The optional pressureUnit attribute defines the UnitName for the PressureValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="MaxValue" type="PressureValueType">
  <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 PressureToleranceType / 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_PressureValueType.tmp#PressureValueType_pressureUnit Units_xsd_Complex_Type_PressureValueType.tmp#PressureValueType
Type PressureValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
pressureUnit xs:token optional
The optional pressureUnit attribute defines the UnitName for the PressureValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="MinValue" type="PressureValueType" 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 PressureToleranceType / 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 PressureToleranceType
Annotations
The PressureToleranceType defines a tolerance on a quantity measured in pressure units.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_PressureToleranceType.tmp#PressureToleranceType_MaxValue IntermediatesPMI_xsd_Complex_Type_PressureToleranceType.tmp#PressureToleranceType_MinValue IntermediatesPMI_xsd_Complex_Type_PressureToleranceType.tmp#PressureToleranceType_DefinedAsLimit Primitives_xsd_Element_Attributes.tmp#Attributes
Used by
Children Attributes, DefinedAsLimit, MaxValue, MinValue
Source
<xs:complexType name="PressureToleranceType">
  <xs:annotation>
    <xs:documentation>The PressureToleranceType defines a tolerance on a quantity measured in pressure 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="PressureValueType">
          <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="PressureValueType" 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="PressureValueType">
        <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