PressureGaugeUnit

Overview

Enumeration

A unit of measurement for a physical quantity of application type NullablePressureGauge with dimension L-1MT-2.

Literals

Implementation in Proteus Schema

Name

Symbol

UN Code

RDL Reference

RDL URI

Bar

bar

BAR

BAR

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

Kilopascal

kPa

KPA

KILOPASCAL

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

Megapascal

MPa

MPA

MEGAPASCAL

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

Millibar

mbar

MBR

MILLIBAR

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

Pascal

Pa

PAL

PASCAL

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

PoundForcePerInchSquared

lbf/in2

PS

POUND FORCE PER INCH SQUARED

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

Implementation in Proteus Schema

PressureGaugeUnit is only used as the type of the Unit attribute of PressureGauge. PressureGauge is implemented using DEXPI generic attributes for physical quantities. In a <GenericAttribute> element, the PressureGaugeUnit 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="Bar"
  UnitsURI="http://data.posccaesar.org/rdl/RDS1314539" ...>

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