Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type CriterionPressureType
Annotations
The CriterionPressureType defines a CriterionDecimalType with an optional pressureUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when a pressure value is given, the unit type is the primary pressure unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and Pascals if not.
Diagram
Diagram Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_Limit Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_NumberAllowedExceptions Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_ExtremeLimit Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType Statistics_xsd_Complex_Type_CriterionPressureType.tmp#CriterionPressureType_pressureUnit
Type extension of CriterionDecimalType
Type hierarchy
Used by
Children ExtremeLimit, Limit, NumberAllowedExceptions
Attributes
QName Type Use Annotation
pressureUnit xs:token optional
The optional pressureUnit attribute defines the unit name for the CriterionPressureType.
Source
<xs:complexType name="CriterionPressureType">
  <xs:annotation>
    <xs:documentation>The CriterionPressureType defines a CriterionDecimalType with an optional pressureUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when a pressure value is given, the unit type is the primary pressure unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and Pascals if not.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CriterionDecimalType">
      <xs:attribute name="pressureUnit" type="xs:token">
        <xs:annotation>
          <xs:documentation>The optional pressureUnit attribute defines the unit name for the CriterionPressureType.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute CriterionPressureType / @pressureUnit
Annotations
The optional pressureUnit attribute defines the unit name for the CriterionPressureType.
Type xs:token
Properties
content simple
Used by
Complex Type CriterionPressureType
Source
<xs:attribute name="pressureUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The optional pressureUnit attribute defines the unit name for the CriterionPressureType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd