Appendix — Informative Reference: Measurement Labels

This appendix provides a non-exhaustive reference of commonly used measurement labels that may appear with the unit and system attributes defined by AEON GP Measurement v1.

This list is informative only. AEON GP Measurement v1 does not restrict or validate the values of these attributes.

Schemas, profiles, or processors may define stricter requirements if needed.


Measurement Attributes

unit

Identifies the measurement label.

Example:

distance@{unit="m"} = 3

system

Declares the measurement system or standard associated with the unit.

Example:

mass@{unit="oz", system="avoirdupois"} = 12

Example Measurement Systems

Example measurement systems
SystemDescription
metricInternational System of Units (SI)
imperialBritish Imperial measurement system
US-customaryUnited States customary measurement system
avoirdupoisweight system used for most everyday mass units
troyprecious metal weight system
displaydisplay, screen, and raster coordinate context
cssCSS layout and styling unit context
typographictypography and font-relative measurement context
printprint and physical output resolution context

Example Units (non-exhaustive)

Length

Length units and typical systems
UnitTypical system
mmmetric
cmmetric
mmetric
kmmetric
inimperial / US-customary
ftimperial / US-customary
ydimperial
mileimperial / US-customary

Example:

length@{unit="cm", system="metric"} = 25

Mass

Mass units and typical systems
UnitTypical system
gmetric
kgmetric
ozavoirdupois
lbavoirdupois
troy oztroy

Example:

weight@{unit="kg", system="metric"} = 82

Volume

Volume units and typical systems
UnitTypical system
mlmetric
lmetric
fl ozUS-customary
pintimperial / US-customary
gallonimperial / US-customary

Example:

volume@{unit="ml", system="metric"} = 500

Display and Typography

Display-oriented units often depend on a rendering context. For example, px may mean a CSS reference pixel, a raster image pixel, or a device pixel depending on the surrounding profile or schema.

Display and typography units
UnitTypical system
pxdisplay / css
emcss / typographic
remcss / typographic
pttypographic / print
pctypographic / print
vwcss
vhcss
dpiprint / display
ppidisplay
dppxcss / display

Examples:

canvasWidth@{unit="px", system="display"} = 1280
fontSize@{unit="rem", system="css"} = 1.25
outputResolution@{unit="dpi", system="print"} = 300

When the distinction matters, a schema or profile should define whether px refers to CSS reference pixels, raster pixels, or device pixels.


Precision Example

Precision may be used to indicate measurement resolution.

distance@{unit="m", system="metric", precision=0.01} = 3

This indicates the value is measured to centimeter precision.

The attribute does not require rounding or formatting.


Notes

This appendix exists only to illustrate common measurement labels.

It does not:

  • restrict the unit attribute

  • define an official unit registry

  • require a specific measurement ontology

Profiles or schemas may define stricter unit lists if required.


Document Metadata

Standing: official · Lifecycle: draft · Normativity: informative

Created: · Modified:

License: CC0-1.0

Available formats: HTML, Markdown, &ND, AEON source