|  | 
| 8 | 8 |  --> | 
| 9 | 9 | 
 | 
| 10 | 10 |  <types> | 
| 11 |  | - <composite name="messageHeader" semanticType="messageHeader"> | 
|  | 11 | + <composite name="messageHeader"> | 
| 12 | 12 |  <type name="blockLength" primitiveType="uint16"/> | 
| 13 | 13 |  <type name="templateId" primitiveType="uint16"/> | 
| 14 | 14 |  <type name="version" primitiveType="uint8"/> | 
| 15 | 15 |  <type name="reserved" primitiveType="uint8"/> | 
| 16 | 16 |  </composite> | 
| 17 |  | - <composite name="groupSize" semanticType="NumInGroup"> | 
|  | 17 | + <composite name="groupSize"> | 
| 18 | 18 |  <type name="blockLength" primitiveType="uint16"/> | 
| 19 | 19 |  <type name="numInGroup" primitiveType="uint8"/> | 
| 20 | 20 |  </composite> | 
| 21 | 21 |  <composite name="varDataEncoding"> | 
| 22 |  | - <type name="length" primitiveType="uint8" semanticType="Length"/> | 
| 23 |  | - <type name="varData" primitiveType="uint8" length="0" characterEncoding="UTF-8" semanticType="data"/> | 
|  | 22 | + <type name="length" primitiveType="uint8"/> | 
|  | 23 | + <type name="varData" primitiveType="uint8" length="0" characterEncoding="UTF-8"/> | 
| 24 | 24 |  </composite> | 
| 25 | 25 |  <enum name="SerializedPrimitiveType" encodingType="uint8"> | 
| 26 | 26 |  <validValue name="NONE">0</validValue> | 
|  | 
| 62 | 62 |  </types> | 
| 63 | 63 | 
 | 
| 64 | 64 |  <message name="SerializedFrame" id="1" description="Frame Header for start of Serialized IR"> | 
| 65 |  | - <field name="sbeIrVersion" id="1" type="int32" semanticType="Version"/> | 
| 66 |  | - <field name="schemaVersion" id="2" type="int32" semanticType="Version"/> | 
| 67 |  | - <data name="packageVal" id="4" type="varDataEncoding" semanticType="Package"/> | 
|  | 65 | + <field name="sbeIrVersion" id="1" type="int32"/> | 
|  | 66 | + <field name="schemaVersion" id="2" type="int32"/> | 
|  | 67 | + <data name="packageVal" id="4" type="varDataEncoding"/> | 
| 68 | 68 |  </message> | 
| 69 | 69 | 
 | 
| 70 | 70 |  <message name="SerializedToken" id="2" description="Serialized IR Token"> | 
| 71 |  | - <field name="tokenOffset" id="11" type="int32" semanticType="Offset"/> | 
| 72 |  | - <field name="tokenSize" id="12" type="int32" semanticType="Size"/> | 
| 73 |  | - <field name="schemaID" id="13" type="int32" semanticType="ID"/> | 
| 74 |  | - <field name="tokenVersion" id="17" type="int32" semanticType="Version"/> | 
| 75 |  | - <field name="signal" id="14" type="SerializedSignal" semanticType="Signal"/> | 
| 76 |  | - <field name="primitiveType" id="15" type="SerializedPrimitiveType" semanticType="PrimitiveType"/> | 
| 77 |  | - <field name="byteOrder" id="16" type="SerializedByteOrder" semanticType="ByteOrder"/> | 
| 78 |  | - <data name="name" id="18" type="varDataEncoding" semanticType="String"/> | 
| 79 |  | - <data name="constVal" id="19" type="varDataEncoding" semanticType="Value"/> | 
| 80 |  | - <data name="minVal" id="20" type="varDataEncoding" semanticType="Value"/> | 
| 81 |  | - <data name="maxVal" id="21" type="varDataEncoding" semanticType="Value"/> | 
| 82 |  | - <data name="nullVal" id="22" type="varDataEncoding" semanticType="Value"/> | 
| 83 |  | - <data name="characterEncoding" id="23" type="varDataEncoding" semanticType="String"/> | 
|  | 71 | + <field name="tokenOffset" id="11" type="int32"/> | 
|  | 72 | + <field name="tokenSize" id="12" type="int32"/> | 
|  | 73 | + <field name="schemaID" id="13" type="int32"/> | 
|  | 74 | + <field name="tokenVersion" id="17" type="int32"/> | 
|  | 75 | + <field name="signal" id="14" type="SerializedSignal"/> | 
|  | 76 | + <field name="primitiveType" id="15" type="SerializedPrimitiveType"/> | 
|  | 77 | + <field name="byteOrder" id="16" type="SerializedByteOrder"/> | 
|  | 78 | + <data name="name" id="18" type="varDataEncoding"/> | 
|  | 79 | + <data name="constVal" id="19" type="varDataEncoding"/> | 
|  | 80 | + <data name="minVal" id="20" type="varDataEncoding"/> | 
|  | 81 | + <data name="maxVal" id="21" type="varDataEncoding"/> | 
|  | 82 | + <data name="nullVal" id="22" type="varDataEncoding"/> | 
|  | 83 | + <data name="characterEncoding" id="23" type="varDataEncoding"/> | 
| 84 | 84 |  </message> | 
| 85 | 85 | </messageSchema> | 
0 commit comments