VoltageUnit

Overview

Enumeration

A unit of measurement for a physical quantity of type NullableVoltage with dimension L2MT-3I-1.

Literals

Implementation in Proteus Schema

Name

Symbol

UN Code

RDL Reference

RDL URI

Kilovolt

kV

KVT

KILOVOLT

http://data.posccaesar.org/rdl/RDS1359653041

Megavolt

MV

B78

MEGAVOLT

http://data.posccaesar.org/rdl/RDS1359661910

Volt

V

VLT

VOLT

http://data.posccaesar.org/rdl/RDS1347974

Implementation in Proteus Schema

VoltageUnit is only used as the type of the Unit attribute of Voltage. Voltage is implemented using DEXPI generic attributes for physical quantities. In a <GenericAttribute> element, the VoltageUnit literal is given by means of its RDL reference in the table above. The Units attribute of the element is the name of the RDL reference in camel-case; it equals the name of the literal. The UnitsURI attribute of the element is the URI of the RDL reference.

Example

Implementation in Proteus Schema

<GenericAttribute
  Units="Volt"
  UnitsURI="http://data.posccaesar.org/rdl/RDS1347974" ...>

Note that the <GenericAttribute> element must have further attributes (Format, Value, Name, and AttributeURI). See the implementation examples for Voltage and for the NominalVoltage attribute of AlternatingCurrentMotor.