Skip to content

Commit

Permalink
Merge pull request #487 from opengeospatial/Fix-inconsistencies-in-an…
Browse files Browse the repository at this point in the history
…nex_collection_response

Fix inconsistencies in Unit documentation
  • Loading branch information
chris-little authored Feb 29, 2024
2 parents e0fc3a3 + 998d4f6 commit 853c0b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/standard/sections/annex_collection_response.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,12 @@ The unit object provides the information to describe the units of measure of the
.Unit Object
|==========================
|Field Name|Type|Required|Description
|**label** | String|**Yes**| Name of the unit
|**symbol** | <<col-symbol,symbol>> object|**Yes**| Information to describe the symbols used to represent the unit
|**label** | String|**No^1^**| Name of the unit
|**symbol** | <<col-symbol,symbol>> object|**No^1^**| Information to describe the symbols used to represent the unit
|==========================

^1^ Either one of label or symbol or both attributes MUST be present in a unit object

[[col-symbol]]
=== Symbol Object
The symbol object provides the information to describe the symbols which represent the unit of a value.
Expand All @@ -380,8 +382,6 @@ The symbol object provides the information to describe the symbols which represe
.Symbol Object
|==========================
|Field Name|Type|Required|Description
|title | String|No| Symbol name
|description |String |No| A text description of the symbol
|value |String |No| A Unicode representation for the symbol
|type |String |No| A URI to a registry entry providing more detailed information about the unit (i.e. https://www.qudt.org/[QUDT] is one example of a registry that provide links for many common units)
|==========================
Expand Down

0 comments on commit 853c0b5

Please sign in to comment.