CustomTemperatureAttribute

Overview

Class

A custom attribute with Value type NullableTemperature.

Supertypes

Attributes (data)

Name

Multiplicity

Type

Value

1

NullableTemperature

Implementation in Proteus Schema

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

RDL reference: TEMPERATURE

Type: Temperature

Example

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

The ProcessColumn processColumn1 has a CustomTemperatureAttribute with AttributeName “MaximumAllowableAmbientTemperature” and an (arbitrary) AttributeURIhttp://www.example.org/0095a462f8e42c”. The Value is 40 °C.

Implementation in Proteus Schema

<Equipment
    ID="processColumn1"
    ComponentClass="ProcessColumn"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS4316825224" ...>
  ...
  <GenericAttributes Set="DexpiCustomAttributes" ...>
    <GenericAttribute
      Name="MaximumAllowableAmbientTemperature"
      AttributeURI="http://www.example.org/0095a462f8e42c"
      Format="double"
      Type="Temperature"
      TypeURI="http://data.posccaesar.org/rdl/RDS355859"
      Value="40"
      Units="DegreeCelsius"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1322684" />
    ...
  </GenericAttributes>
  ...
</Equipment>

Value

Attribute (data)

The value of the CustomTemperatureAttribute.

Multiplicity: 1

Redefines: Value (inherited from CustomAttribute)

Implementation in Proteus Schema

See implementation of CustomTemperatureAttribute.

Example

See the example for CustomTemperatureAttribute.