HeatTracingTypeClassification

Overview

Enumeration

Literals

Implementation in Proteus Schema

Name

Symbol

RDL Reference

RDL URI

NULL

null

ElectricalHeatTracingSystem

electrical heat tracing system

ELECTRICAL HEAT TRACING SYSTEM

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

HeatTracingSystem

heat tracing system

HEAT TRACING SYSTEM

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

NoHeatTracingSystem

no heat tracing system

NO HEAT TRACING SYSTEM

http://sandbox.dexpi.org/rdl/NoHeatTracingSystem

SteamHeatTracingSystem

steam heat tracing system

STEAM HEAT TRACING SYSTEM

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

TubularHeatTracingSystem

tubular heat tracing system

TUBULAR HEAT TRACING SYSTEM

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

Implementation in Proteus Schema

All data attributes with type HeatTracingTypeClassification are implemented as DEXPI generic attributes for enumeration values. In a <GenericAttribute> element, the HeatTracingTypeClassification literal is given by means of its RDL reference in the table above. The Value attribute of the element is the name of the RDL reference in camel-case; it equals the name of the literal. The ValueURI attribute of the element is the URI of the RDL reference.

Example

Implementation in Proteus Schema

<GenericAttribute
  Format="anyURI"
  Value="ElectricalHeatTracingSystem"
  ValueURI="http://data.posccaesar.org/rdl/RDS11854600" ...>

Note that the <GenericAttribute> element must have a Name and an AttributeURI attribute. They depend on the data type attribute of the DEXPI class that owns the instance ElectricalHeatTracingSystem. For a complete example, see the attribute HeatTracingType of the DEXPI class OfflinePrimaryElement.