Skip to content

Commit 39fb8e8

Browse files
committed
Change name "positionAttributes" to "alignmentAttributes".
1 parent c914e26 commit 39fb8e8

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

v1-0-RC4/resources/SimpleBinary1-0.xsd

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
</xs:attribute>
191191
<xs:attribute name="characterEncoding" type="xs:string"
192192
use="optional" />
193-
<xs:attributeGroup ref="sbe:positionAttributes" />
193+
<xs:attributeGroup ref="sbe:alignmentAttributes" />
194194
<xs:attributeGroup ref="sbe:presenceAttributes" />
195195
<xs:attributeGroup ref="sbe:semanticAttributes" />
196196
<xs:attributeGroup ref="sbe:versionAttributes" />
@@ -212,7 +212,7 @@
212212
<xs:element name="ref" type="sbe:refType" />
213213
</xs:choice>
214214
<xs:attribute name="name" type="sbe:symbolicName_t" use="required" />
215-
<xs:attributeGroup ref="sbe:positionAttributes" />
215+
<xs:attributeGroup ref="sbe:alignmentAttributes" />
216216
<xs:attributeGroup ref="sbe:semanticAttributes" />
217217
<xs:attributeGroup ref="sbe:versionAttributes" />
218218
</xs:complexType>
@@ -230,7 +230,7 @@
230230
<xs:attribute name="name" type="sbe:symbolicName_t" use="required" />
231231
<xs:attribute name="encodingType" type="sbe:symbolicName_t"
232232
use="required" />
233-
<xs:attributeGroup ref="sbe:positionAttributes" />
233+
<xs:attributeGroup ref="sbe:alignmentAttributes" />
234234
<xs:attributeGroup ref="sbe:semanticAttributes" />
235235
<xs:attributeGroup ref="sbe:versionAttributes" />
236236
</xs:complexType>
@@ -260,7 +260,7 @@
260260
</xs:annotation>
261261
<xs:attribute name="name" type="sbe:symbolicName_t" use="required" />
262262
<xs:attribute name="type" type="sbe:symbolicName_t" use="required" />
263-
<xs:attributeGroup ref="sbe:positionAttributes" />
263+
<xs:attributeGroup ref="sbe:alignmentAttributes" />
264264
<xs:attributeGroup ref="sbe:versionAttributes" />
265265
</xs:complexType>
266266

@@ -276,7 +276,7 @@
276276
<xs:attribute name="name" type="sbe:symbolicName_t" use="required" />
277277
<xs:attribute name="encodingType" type="sbe:symbolicName_t"
278278
use="required" />
279-
<xs:attributeGroup ref="sbe:positionAttributes" />
279+
<xs:attributeGroup ref="sbe:alignmentAttributes" />
280280
<xs:attributeGroup ref="sbe:semanticAttributes" />
281281
<xs:attributeGroup ref="sbe:versionAttributes" />
282282
</xs:complexType>
@@ -293,7 +293,6 @@
293293
<xs:attribute name="name" type="sbe:symbolicName_t"
294294
use="required" />
295295
<xs:attribute name="description" type="xs:string" use="optional" />
296-
<xs:attributeGroup ref="sbe:positionAttributes" />
297296
<xs:attributeGroup ref="sbe:versionAttributes" />
298297
</xs:extension>
299298
</xs:simpleContent>
@@ -322,7 +321,7 @@
322321
</xs:documentation>
323322
</xs:annotation>
324323
</xs:attribute>
325-
<xs:attributeGroup ref="sbe:positionAttributes" />
324+
<xs:attributeGroup ref="sbe:alignmentAttributes" />
326325
<xs:attributeGroup ref="sbe:presenceAttributes" />
327326
<xs:attributeGroup ref="sbe:semanticAttributes" />
328327
<xs:attributeGroup ref="sbe:versionAttributes" />
@@ -365,7 +364,7 @@
365364
</xs:attribute>
366365
</xs:attributeGroup>
367366

368-
<xs:attributeGroup name="positionAttributes">
367+
<xs:attributeGroup name="alignmentAttributes">
369368
<xs:attribute name="offset" type="xs:unsignedInt" use="optional">
370369
<xs:annotation>
371370
<xs:documentation>Offset from start of a composite type or block

0 commit comments

Comments
 (0)