SignalConveyingTypeClassification

Overview

Enumeration

Literals

Implementation in Proteus Schema

Name

Symbol

RDL Reference

RDL URI

NULL

null

CapillarySignalConveying

capillary

CAPILLARY SIGNAL CONVEYING

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

ConductedRadiationSignalConveying

conducted radiation

CONDUCTED RADIATION SIGNAL CONVEYING

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

ElectricalSignalConveying

electrical

ELECTRICAL SIGNAL CONVEYING

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

HydraulicSignalConveying

hydraulic

HYDRAULIC SIGNAL CONVEYING

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

PneumaticSignalConveying

pneumatic

PNEUMATIC SIGNAL CONVEYING

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

Implementation in Proteus Schema

All data attributes with type SignalConveyingTypeClassification are implemented as DEXPI generic attributes for enumeration values. In a <GenericAttribute> element, the SignalConveyingTypeClassification 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="ElectricalSignalConveying"
  ValueURI="http://sandbox.dexpi.org/rdl/ElectricalSignalConveying" ...>

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 ElectricalSignalConveying. For a complete example, see the attribute SignalConveyingType of the DEXPI class SignalConveyingFunction.