CustomVoltageAttribute

Overview

Class

A custom attribute with Value type NullableVoltage.

Supertypes

Attributes (data)

Name

Multiplicity

Type

Value

1

NullableVoltage

Implementation in Proteus Schema

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

RDL reference: VOLTAGE

Type: Voltage

Example

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

The CustomEquipment customEquipment1 has a CustomVoltageAttribute with AttributeName “NominalVoltage” and AttributeURIhttp://data.posccaesar.org/rdl/RDS369449”. The Value is 230 V.

Implementation in Proteus Schema

<Equipment
    ID="customEquipment1"
    ComponentClass="CustomEquipment"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomEquipment" ...>
  ...
  <GenericAttributes Set="DexpiCustomAttributes" ...>
    <GenericAttribute
      Name="NominalVoltage"
      AttributeURI="http://data.posccaesar.org/rdl/RDS369449"
      Format="double"
      Type="Voltage"
      TypeURI="http://data.posccaesar.org/rdl/RDS372374"
      Value="230"
      Units="Volt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1347974" />
    ...
  </GenericAttributes>
  ...
</Equipment>

Value

Attribute (data)

The value of the CustomVoltageAttribute.

Multiplicity: 1

Redefines: Value (inherited from CustomAttribute)

Implementation in Proteus Schema

See implementation of CustomVoltageAttribute.

Example

See the example for CustomVoltageAttribute.