|
79 | 79 |
|
80 | 80 | <xs:element name="message" type="sbe:blockType">
|
81 | 81 | <xs:annotation>
|
82 |
| - <xs:documentation> |
83 |
| - A message type, also known as a message template |
84 |
| - </xs:documentation> |
| 82 | + <xs:documentation>A message type, also known as a message template</xs:documentation> |
85 | 83 | </xs:annotation>
|
86 | 84 | </xs:element>
|
87 | 85 |
|
88 | 86 | <xs:complexType name="blockType">
|
89 | 87 | <xs:annotation>
|
90 |
| - <xs:documentation>Base type of message and repeating group entry |
91 |
| - </xs:documentation> |
| 88 | + <xs:documentation>Base type of message and repeating group entry</xs:documentation> |
92 | 89 | </xs:annotation>
|
93 | 90 | <xs:sequence>
|
94 | 91 | <xs:element name="field" type="sbe:fieldType" minOccurs="0" maxOccurs="unbounded">
|
|
111 | 108 | </xs:attribute>
|
112 | 109 | <xs:attribute name="blockLength" type="xs:nonNegativeInteger" use="optional">
|
113 | 110 | <xs:annotation>
|
114 |
| - <xs:documentation>Space reserved for root level of message, not |
115 |
| - include groups or variable-length data elements. |
| 111 | + <xs:documentation> |
| 112 | + Space reserved for root level of message, not include groups or variable-length data elements. |
116 | 113 | </xs:documentation>
|
117 | 114 | </xs:annotation>
|
118 | 115 | </xs:attribute>
|
|
122 | 119 |
|
123 | 120 | <xs:complexType name="groupType">
|
124 | 121 | <xs:annotation>
|
125 |
| - <xs:documentation> |
126 |
| - A repeating group contains an array of entries |
127 |
| - </xs:documentation> |
| 122 | + <xs:documentation>A repeating group contains an array of entries</xs:documentation> |
128 | 123 | </xs:annotation>
|
129 | 124 | <xs:complexContent>
|
130 | 125 | <xs:extension base="sbe:blockType">
|
|
186 | 181 |
|
187 | 182 | <xs:complexType name="compositeDataType" mixed="true">
|
188 | 183 | <xs:annotation>
|
189 |
| - <xs:documentation> |
190 |
| - A wire encoding composed of multiple parts |
191 |
| - </xs:documentation> |
| 184 | + <xs:documentation>A wire encoding composed of multiple parts</xs:documentation> |
192 | 185 | </xs:annotation>
|
193 | 186 | <xs:choice maxOccurs="unbounded">
|
194 | 187 | <xs:element name="type" type="sbe:encodedDataType"/>
|
|
328 | 321 | </xs:enumeration>
|
329 | 322 | <xs:enumeration value="constant">
|
330 | 323 | <xs:annotation>
|
331 |
| - <xs:documentation>Value does not vary so it need not be |
332 |
| - serialized on the wire |
| 324 | + <xs:documentation> |
| 325 | + Value does not vary so it need not be serialized on the wire |
333 | 326 | </xs:documentation>
|
334 | 327 | </xs:annotation>
|
335 | 328 | </xs:enumeration>
|
|
0 commit comments