CustomVolumeFlowRateAttribute¶
Overview¶
Class
A custom attribute with Value type NullableVolumeFlowRate.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 1 | 
Implementation in Proteus Schema
CustomVolumeFlowRateAttribute is implemented as a custom generic attribute for physical quantities.
RDL reference: VOLUME FLOW RATE
Type: VolumeFlowRate
Example
As CustomAttributeOwner is abstract, we consider CustomEquipment as an arbitrary concrete subclass.
The CustomEquipment customEquipment1 has a CustomVolumeFlowRateAttribute with AttributeName “DesignVolumeFlowRate” and AttributeURI “http://data.posccaesar.org/rdl/RDS14286227”. The Value is 80 ft3/min.
Implementation in Proteus Schema
<Equipment
    ID="customEquipment1"
    ComponentClass="CustomEquipment"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomEquipment" ...>
  ...
  <GenericAttributes Set="DexpiCustomAttributes" ...>
    <GenericAttribute
      Name="DesignVolumeFlowRate"
      AttributeURI="http://data.posccaesar.org/rdl/RDS14286227"
      Format="double"
      Type="VolumeFlowRate"
      TypeURI="http://data.posccaesar.org/rdl/RDS380834"
      Value="80"
      Units="FootCubedPerMinute"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1320164" />
    ...
  </GenericAttributes>
  ...
</Equipment>
Value¶
Attribute (data)
The value of the CustomVolumeFlowRateAttribute.
Implementation in Proteus Schema
See implementation of CustomVolumeFlowRateAttribute.
Example
See the example for CustomVolumeFlowRateAttribute.