CustomVoltageAttribute¶
Overview¶
Class
A custom attribute with Value type NullableVoltage.
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
1 |
Implementation in Proteus Schema
CustomVoltageAttribute is implemented as a custom generic attribute for physical quantities.
Example
As CustomAttributeOwner is abstract, we consider CustomEquipment as an arbitrary concrete subclass.
The CustomEquipment customEquipment1 has a CustomVoltageAttribute with AttributeName “NominalVoltage” and AttributeURI “http://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.
Implementation in Proteus Schema
See implementation of CustomVoltageAttribute.
Example
See the example for CustomVoltageAttribute.