VolumeFlowRateUnit¶
Overview¶
Enumeration
A unit of measurement for a physical quantity of type NullableVolumeFlowRate with dimension L3T-1.
Literals
| Implementation in Proteus Schema | ||||
|---|---|---|---|---|
| Name | Symbol | UN Code | RDL Reference | RDL URI | 
| FootCubedPerHour | ft3/h | 2K | ||
| FootCubedPerMinute | ft3/min | 2L | ||
| LitrePerSecond | l/s | G51 | ||
| MetreCubedPerDay | m3/d | G52 | ||
| MetreCubedPerHour | m3/h | MQH | ||
| MetreCubedPerMinute | m3/min | G53 | ||
| MetreCubedPerSecond | m3/s | MQS | ||
Implementation in Proteus Schema
VolumeFlowRateUnit is only used as the type of the Unit attribute of VolumeFlowRate. VolumeFlowRate is implemented using DEXPI generic attributes for physical quantities. In a <GenericAttribute> element, the VolumeFlowRateUnit literal is given by means of its RDL reference in the table above. The Units attribute of the element is the name of the RDL reference in camel-case; it equals the name of the literal. The UnitsURI attribute of the element is the URI of the RDL reference.
Example
Implementation in Proteus Schema
<GenericAttribute
  Units="MetreCubedPerHour"
  UnitsURI="http://data.posccaesar.org/rdl/RDS1321064" ...>
Note that the <GenericAttribute> element must have further attributes (Format, Value, Name, and AttributeURI). See the implementation examples for VolumeFlowRate and for the DesignVolumeFlowRate attribute of Agglomerator.