Showing:

Annotations
Diagrams
Model
Properties
Source
Element eml:ReferenceTemperaturePressure / eml:ReferenceTempPres
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Defines the reference temperature and pressure to which the density has been corrected. If neither standardTempPres nor temp,pres are specified then the standard condition is defined by standardTempPres at the procuctVolume root.
Diagram
DiagramCommonEnumerations_xsd_Simple_Type_eml_ReferenceConditionExt.tmp#ReferenceConditionExt
Type eml:ReferenceConditionExt
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="ReferenceTempPres" type="eml:ReferenceConditionExt" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Defines the reference temperature and pressure to which the density has been corrected. If neither standardTempPres nor temp,pres are specified then the standard condition is defined by standardTempPres at the procuctVolume root.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type eml:ReferenceTemperaturePressure
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
StdTempPress
Diagram
DiagramValueTypes_xsd_Complex_Type_eml_AbstractTemperaturePressure.tmp#AbstractTemperaturePressureValueTypes_xsd_Complex_Type_eml_ReferenceTemperaturePressure.tmp#ReferenceTemperaturePressure_ReferenceTempPres
Type extension of eml:AbstractTemperaturePressure
Type hierarchy
Model
Children eml:ReferenceTempPres
Source
<xs:complexType name="ReferenceTemperaturePressure">
  <xs:annotation>
    <xs:documentation>StdTempPress</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="eml:AbstractTemperaturePressure">
      <xs:choice minOccurs="0">
        <xs:element name="ReferenceTempPres" type="eml:ReferenceConditionExt" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Defines the reference temperature and pressure to which the density has been corrected. If neither standardTempPres nor temp,pres are specified then the standard condition is defined by standardTempPres at the procuctVolume root.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>