VolumeUnit

Overview

Enumeration

A unit of measurement for a physical quantity of type NullableVolume with dimension L3.

Literals

Implementation in Proteus Schema

Name

Symbol

UN Code

RDL Reference

RDL URI

CentimetreCubed

cm3

CMQ

CENTIMETRE CUBED

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

DecimetreCubed

dm3

DMQ

DECIMETRE CUBED

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

FootCubed

ft3

FTQ

FOOT CUBED

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

Litre

l

LTR

LITRE

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

MetreCubed

m3

MTQ

METRE CUBED

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

UsFluidOunce

fl oz (US)

OZA

US FLUID OUNCE

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

UsGallon

gal (US)

GLL

US GALLON

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

Implementation in Proteus Schema

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

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