Skip to content

Commit 0968985

Browse files
committed
#11 offset within composite
Offset attribute applies to a simple type, enum or bitset within a composite type.
1 parent 39fb8e8 commit 0968985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v1-0-RC4/doc/04MessageSchema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ constant exponent, which is not sent on the wire.
208208

209209
If a message designer wishes to control byte boundary alignment or map
210210
to an existing data structure, element offset may optionally be
211-
specified on simple types within a composite type. Offset is the number
211+
specified on a simple type, enum or bitset within a composite type. Offset is the number
212212
of octets from the start of the composite; it is a zero-based index.
213213

214214
If specified, offset must be greater than or equal to the sum of the
@@ -558,4 +558,4 @@ Reserved element names
558558
| unit | timestamp, TZ time |
559559
| version | messageHeader |
560560
| week | MonthYear |
561-
| year | MonthYear |
561+
| year | MonthYear |

0 commit comments

Comments
 (0)