Skip to content

Commit ed06e12

Browse files
committed
Update 02FieldEncoding.md
Format correction
1 parent 35dd3af commit ed06e12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ Encoding specification for variable length data up to 65535 octets
628628

629629
```xml
630630
<composite name="varString" description="Variable-length string">
631-
<type name="length" primitiveType="uint16"anticType="Length"/>
631+
<type name="length" primitiveType="uint16" semanticType="Length"/>
632632
<type name="data" length="0" primitiveType="uint8"
633633
semanticType="data" characterEncoding="UTF-16"/>
634634
</composite>
@@ -915,7 +915,7 @@ hours, 17 minutes and 22 seconds since the UNIX epoch) with default
915915
schema attributes
916916

917917
```xml
918-
<composite name="UTCTimestampNanos" description="UTC timestamp with nanosecond precision" *semanticType="UTCTimestamp" >
918+
<composite name="UTCTimestampNanos" description="UTC timestamp with nanosecond precision" semanticType="UTCTimestamp" >
919919
<type name="time" primitiveType="uint64" />
920920
<type name="unit" primitiveType="uint8" presence="constant" valueRef="TimeUnit.nanosecond" />
921921
</composite>
@@ -930,7 +930,7 @@ byte order
930930
since midnight UTC) with default schema attributes
931931

932932
```xml
933-
<composite name="UTCTimeOnlyNanos" description="UTC time of day with nanosecond precision" *semanticType="UTCTimeOnly" >
933+
<composite name="UTCTimeOnlyNanos" description="UTC time of day with nanosecond precision" semanticType="UTCTimeOnly" >
934934
<type name="time" primitiveType="uint64" />
935935
<type name="unit" primitiveType="uint8" presence="constant" valueRef="TimeUnit.nanosecond" />
936936
</composite>
@@ -1265,7 +1265,7 @@ in-line style.
12651265
<set name="FinancialStatusEnum" encodingType="uint8">
12661266
<choice name="Bankrupt">0</choice>
12671267
<choice name="Pending delisting">1</choice>
1268-
<choice name= Restricted">2</choice>
1268+
<choice name="Restricted">2</choice>
12691269
</set>
12701270
```
12711271

@@ -1309,4 +1309,4 @@ session protocol.
13091309
| Required subfields not populated in MonthYear | Year and month must be populated with non-null values, and the month must be in the range 1-12. |
13101310
| UTCTimeOnly exceeds day range | The value must not exceed the number of time units in a day, e.g. greater than 86400 seconds. |
13111311
| TZTimestamp and TZTimeOnly has missing or invalid time zone | The time zone hour and minute offset subfields must correspond to an actual time zone recognized by international standards. |
1312-
| Value must match valid value of an enumeration field | A value is invalid if it does not match one of the explicitly listed valid values. |
1312+
| Value must match valid value of an enumeration field | A value is invalid if it does not match one of the explicitly listed valid values. |

0 commit comments

Comments
 (0)