Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Element eml:FlowRateValue / eml:FlowRate
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
The flow rate 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_VolumePerTimeMeasure.tmp#VolumePerTimeMeasure_uomMeasureType_xsd_Complex_Type_eml_VolumePerTimeMeasure.tmp#VolumePerTimeMeasure
Type eml:VolumePerTimeMeasure
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
uom eml:VolumePerTimeUom required
Source
<xs:element name="FlowRate" type="eml:VolumePerTimeMeasure" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The flow rate 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:FlowRateValue / 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:FlowRateValue
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
A possibly temperature and pressure corrected flow rate value.
Diagram
DiagramValueTypes_xsd_Complex_Type_eml_FlowRateValue.tmp#FlowRateValue_FlowRateValueTypes_xsd_Complex_Type_eml_FlowRateValue.tmp#FlowRateValue_MeasurementPressureTemperature
Model
Children eml:FlowRate, eml:MeasurementPressureTemperature
Source
<xs:complexType name="FlowRateValue">
  <xs:annotation>
    <xs:documentation>A possibly temperature and pressure corrected flow rate value.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FlowRate" type="eml:VolumePerTimeMeasure" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The flow rate 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>