Skip to content

Commit

Permalink
Merge pull request #510 from larsbarring/issue-509
Browse files Browse the repository at this point in the history
Appendix B: In exceptional cases allow a standard name to be aliased into two alternatives
  • Loading branch information
sadielbartholomew authored Mar 22, 2024
2 parents c0d6560 + 4cc3bc1 commit 8a69229
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions appb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@ Each **`alias`** element contains a single element:
</alias>
----

In exceptional cases the **`alias`** element may contain two elements:

----
<alias id="an_id">
<entry_id>Identifier of a defining entry ... </entry_id>
<entry_id>Identifier of another defining entry ... </entry_id>
</alias>
----


[[name-table-three-entries-ex]]
[caption="Example B.1. "]
.A name table containing three entries
Expand Down
1 change: 1 addition & 0 deletions history.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

=== Working version (most recent first)

* {issues}509[Issue #509]: In exceptional cases allow a standard name to be aliased into two alternatives
* {issues}501[Issue #501]: Clarify that data variables and variables containing coordinate data are highly recommended to have **`long_name`** or **`standard_name`** attributes, that **`cf_role`** is used only for discrete sampling geometries and UGRID mesh topologies, and that CF does not prohibit CF attributes from being used in ways that are not defined by CF but that in such cases their meaning is not defined by CF.
* {issues}477[Issue #477]: Period and hyphen allowed in attribute names
* {issues}500[Issue #500]: Appendix B: Added a **`conventions`** string to the standard name xml file format definition
Expand Down

0 comments on commit 8a69229

Please sign in to comment.