CustomMassFlowRateAttribute

Overview

Class

A custom attribute with Value type NullableMassFlowRate.

Supertypes

Attributes (data)

Name

Multiplicity

Type

Value

1

NullableMassFlowRate

Implementation in Proteus Schema

CustomMassFlowRateAttribute is implemented as a custom generic attribute for physical quantities.

RDL reference: MASS FLOW RATE

Type: MassFlowRate

Example

As CustomAttributeOwner is abstract, we consider WasteGasEmitter as an arbitrary concrete subclass.

The WasteGasEmitter wasteGasEmitter1 has a CustomMassFlowRateAttribute with AttributeName “DesignMassFlowRate” and AttributeURIhttp://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.

Multiplicity: 1

Redefines: Value (inherited from CustomAttribute)

Implementation in Proteus Schema

See implementation of CustomMassFlowRateAttribute.

Example

See the example for CustomMassFlowRateAttribute.