Skip to content

Commit

Permalink
Update 04MessageSchema.md
Browse files Browse the repository at this point in the history
Revert `<choice>`
  • Loading branch information
donmendelson authored May 29, 2020
1 parent 40f2f26 commit 3eb75af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v1-0-RC3/doc/04MessageSchema.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ The `name` attribute of the `<choice>` uniquely identifies it.
| sinceVersion | Documents the version of a schema in which a choice was added | nonNegativeInteger | default = 0 | |
| deprecated | Documents the version of a schema in which a choice was deprecated. It should no longer be used in new messages. | nonnegativeInteger | optional | Must be less than or equal to the version of the message schema. |

#### `< choice >` element content
#### `<choice>` element content

The element is required to carry a value, which is an unsigned integer
representing a zero-based index to a bit within a bitset. Zero is the
Expand Down Expand Up @@ -558,4 +558,4 @@ Reserved element names
| unit | timestamp, TZ time |
| version | messageHeader |
| week | MonthYear |
| year | MonthYear |
| year | MonthYear |

0 comments on commit 3eb75af

Please sign in to comment.