Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a30ef3f

Browse files
committed
[Java] Reformatted to improve readability.
1 parent 0165925 commit a30ef3f

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

sbe-tool/src/main/resources/fpl/SimpleBinary1-0.xsd

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,13 @@
7979

8080
<xs:element name="message" type="sbe:blockType">
8181
<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>
8583
</xs:annotation>
8684
</xs:element>
8785

8886
<xs:complexType name="blockType">
8987
<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>
9289
</xs:annotation>
9390
<xs:sequence>
9491
<xs:element name="field" type="sbe:fieldType" minOccurs="0" maxOccurs="unbounded">
@@ -111,8 +108,8 @@
111108
</xs:attribute>
112109
<xs:attribute name="blockLength" type="xs:nonNegativeInteger" use="optional">
113110
<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.
116113
</xs:documentation>
117114
</xs:annotation>
118115
</xs:attribute>
@@ -122,9 +119,7 @@
122119

123120
<xs:complexType name="groupType">
124121
<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>
128123
</xs:annotation>
129124
<xs:complexContent>
130125
<xs:extension base="sbe:blockType">
@@ -186,9 +181,7 @@
186181

187182
<xs:complexType name="compositeDataType" mixed="true">
188183
<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>
192185
</xs:annotation>
193186
<xs:choice maxOccurs="unbounded">
194187
<xs:element name="type" type="sbe:encodedDataType"/>
@@ -328,8 +321,8 @@
328321
</xs:enumeration>
329322
<xs:enumeration value="constant">
330323
<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
333326
</xs:documentation>
334327
</xs:annotation>
335328
</xs:enumeration>

0 commit comments

Comments
 (0)