Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Element eml:TemperaturePressure / eml:Temperature
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
The temperature to which the density has been corrected. If given, then a pressure must also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF. If neither standardTempPres nor temp,pres are specified then the standard condition is defined by standardTempPres at the productVolume root.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_ThermodynamicTemperatureMeasure.tmp#ThermodynamicTemperatureMeasure_uomMeasureType_xsd_Complex_Type_eml_ThermodynamicTemperatureMeasure.tmp#ThermodynamicTemperatureMeasure
Type eml:ThermodynamicTemperatureMeasure
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
uom eml:ThermodynamicTemperatureUom required
Source
<xs:element name="Temperature" type="eml:ThermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The temperature to which the density has been corrected. If given, then a pressure must also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF. If neither standardTempPres nor temp,pres are specified then the standard condition is defined by standardTempPres at the productVolume root.</xs:documentation>
  </xs:annotation>
</xs:element>
Element eml:TemperaturePressure / eml:Pressure
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
The pressure to which the density has been corrected. If given, then a temperature must also be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent). If neither standardTempPres nor temp,pres are specified then the standard condition is defined by standardTempPres at the productVolume root.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_PressureMeasure.tmp#PressureMeasure_uomMeasureType_xsd_Complex_Type_eml_PressureMeasure.tmp#PressureMeasure
Type eml:PressureMeasure
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
uom eml:PressureUom required
Source
<xs:element name="Pressure" type="eml:PressureMeasure" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The pressure to which the density has been corrected. If given, then a temperature must also be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent). If neither standardTempPres nor temp,pres are specified then the standard condition is defined by standardTempPres at the productVolume root.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type eml:TemperaturePressure
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
temperature and pressure
Diagram
DiagramValueTypes_xsd_Complex_Type_eml_AbstractTemperaturePressure.tmp#AbstractTemperaturePressureValueTypes_xsd_Complex_Type_eml_TemperaturePressure.tmp#TemperaturePressure_TemperatureValueTypes_xsd_Complex_Type_eml_TemperaturePressure.tmp#TemperaturePressure_Pressure
Type extension of eml:AbstractTemperaturePressure
Type hierarchy
Model
Children eml:Pressure, eml:Temperature
Source
<xs:complexType name="TemperaturePressure">
  <xs:annotation>
    <xs:documentation>temperature and pressure</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="eml:AbstractTemperaturePressure">
      <xs:sequence>
        <xs:element name="Temperature" type="eml:ThermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The temperature to which the density has been corrected. If given, then a pressure must also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF. If neither standardTempPres nor temp,pres are specified then the standard condition is defined by standardTempPres at the productVolume root.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Pressure" type="eml:PressureMeasure" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The pressure to which the density has been corrected. If given, then a temperature must also be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent). If neither standardTempPres nor temp,pres are specified then the standard condition is defined by standardTempPres at the productVolume root.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>