CustomMassFlowRateAttribute¶
Overview¶
Class
A custom attribute with Value type NullableMassFlowRate.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 1 | 
Implementation in Proteus Schema
CustomMassFlowRateAttribute is implemented as a custom generic attribute for physical quantities.
Example
As CustomAttributeOwner is abstract, we consider WasteGasEmitter as an arbitrary concrete subclass.
The WasteGasEmitter wasteGasEmitter1 has a CustomMassFlowRateAttribute with AttributeName “DesignMassFlowRate” and AttributeURI “http://data.posccaesar.org/rdl/RDS14286182”. The Value is 3 kg/min.
Implementation in Proteus Schema
<Equipment
    ID="wasteGasEmitter1"
    ComponentClass="WasteGasEmitter"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/WasteGasEmitter" ...>
  ...
  <GenericAttributes Set="DexpiCustomAttributes" ...>
    <GenericAttribute
      Name="DesignMassFlowRate"
      AttributeURI="http://data.posccaesar.org/rdl/RDS14286182"
      Format="double"
      Type="MassFlowRate"
      TypeURI="http://data.posccaesar.org/rdl/RDS380789"
      Value="3"
      Units="KilogramPerMinute"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1350719" />
    ...
  </GenericAttributes>
  ...
</Equipment>
Value¶
Attribute (data)
The value of the CustomMassFlowRateAttribute.
Implementation in Proteus Schema
See implementation of CustomMassFlowRateAttribute.
Example
See the example for CustomMassFlowRateAttribute.