Skip to content

Commit 9e28d49

Browse files
author
Don Mendelson
committed
Corrected format of RC3 spec
1 parent 1063583 commit 9e28d49

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

v1-0-RC3/doc/00Contents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contents
33

44
[Title](00Title.md)
55

6-
[1. Introduction](01Intoduction.md)
6+
[1. Introduction](01Introduction.md)
77

88
[2. Field Encoding](02FieldEncoding.md)
99

v1-0-RC3/doc/02FieldEncoding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ See Common field schema attributes below.
107107
| data | Variable-length data encoding | 2.8.2 | Variable-length data. Must be paired with a Length field. |
108108
| Country | Fixed-length character array; size = 2 or a subset of values may use Enumeration encoding | 2.7.2 | ISO 3166-1:2013 Country code |
109109
| Currency | Fixed-length character array; size = 3 or a subset of values may use Enumeration encoding | 2.7.2 | ISO 4217:2008 Currency code (3 character) |
110-
| Exchange | Fixed-length character array; size = 4 or a subset of values may use Enumeration encoding | 2.7.2 | ISO 10383 :2012 Market Identifier Code (MIC) |
110+
| Exchange | Fixed-length character array; size = 4 or a subset of values may use Enumeration encoding | 2.7.2 | ISO 10383:2012 Market Identifier Code (MIC) |
111111
| Language | Fixed-length character array; size = 2 or a subset of values may use Enumeration encoding | 2.7.2 | National language - uses ISO 639-1:2002 standard |
112112
| Implicit enumeration—char or int | Enumeration encoding | 2.12 | A single choice of alternative values |
113113
| Boolean | Boolean encoding | 2.12.6 | Values true or false |
@@ -273,7 +273,7 @@ Wire format of uint16 value decimal 10000, hexadecimal 2710.
273273

274274
`1027`
275275

276-
Wire format of uint32 null value 2^32^ - 1
276+
Wire format of uint32 null value 2<sup>32</sup> - 1
277277

278278
`ffffffff`
279279

@@ -974,7 +974,7 @@ Time with time zone encoding should only be used when required by market
974974
regulations. Otherwise, use UTC time encoding (see above).
975975

976976
Time zone is represented as an offset from UTC in the ISO 8601:2004
977-
format hhmm.
977+
format ±hhmm.
978978

979979
### TZTimestamp encoding
980980

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ The encoding of an enumeration may be char or any unsigned integer type.
246246
#### `<validValue>` element attributes
247247

248248
The name attribute of the `<validValue>` uniquely identifies it.
249+
249250
| \<validValue\> attribute | Description | XML type | Usage | Valid values |
250251
|--------------------|-----------------------------------------------------------------------------------------------------------------|--------------------|-------------|------------------------------------------------------------------|
251252
| name | Symbolic name of value | symbolicName\_t | required | Must be unique among valid values in the enumeration. |
@@ -495,7 +496,7 @@ following.
495496

496497
### Message with a repeating group
497498

498-
xml```
499+
```xml
499500
<message name="ListOrder" id="2" description="Simplified
500501
NewOrderList. Demonstrates repeating group">
501502
<field name="ListID" id="66" type="string14" semanticType="String"/>

0 commit comments

Comments
 (0)