Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Element eml:VolumeValue / eml:Volume
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
The volume of the product. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no restrictions. A value of "NaN" should be interpreted as null and should be not be given unless a status is also specified to explain why it is null.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_VolumeMeasure.tmp#VolumeMeasure_uomMeasureType_xsd_Complex_Type_eml_VolumeMeasure.tmp#VolumeMeasure
Type eml:VolumeMeasure
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
uom eml:VolumeUom required
Source
<xs:element name="Volume" type="eml:VolumeMeasure" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The volume of the product. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no restrictions. A value of "NaN" should be interpreted as null and should be not be given unless a status is also specified to explain why it is null.</xs:documentation>
  </xs:annotation>
</xs:element>
Element eml:VolumeValue / eml:MeasurementPressureTemperature
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramValueTypes_xsd_Complex_Type_eml_AbstractTemperaturePressure.tmp#AbstractTemperaturePressure
Type eml:AbstractTemperaturePressure
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Source
<xs:element name="MeasurementPressureTemperature" type="eml:AbstractTemperaturePressure" minOccurs="1" maxOccurs="1"/>
Complex Type eml:VolumeValue
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
A possibly temperature and pressure corrected volume value.
Diagram
DiagramValueTypes_xsd_Complex_Type_eml_VolumeValue.tmp#VolumeValue_VolumeValueTypes_xsd_Complex_Type_eml_VolumeValue.tmp#VolumeValue_MeasurementPressureTemperature
Model
Children eml:MeasurementPressureTemperature, eml:Volume
Source
<xs:complexType name="VolumeValue">
  <xs:annotation>
    <xs:documentation>A possibly temperature and pressure corrected volume value.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Volume" type="eml:VolumeMeasure" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The volume of the product. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no restrictions. A value of "NaN" should be interpreted as null and should be not be given unless a status is also specified to explain why it is null.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MeasurementPressureTemperature" type="eml:AbstractTemperaturePressure" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>