Skip to content

Commit 42811a7

Browse files
gunnarmorlinggsmet
authored andcommitted
BVAL-693 Making order of <constraint> and <container-element-type> consistent
1 parent dee6d69 commit 42811a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/xsd/validation-mapping-2.0.xsd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@
116116
name="convert-group"
117117
minOccurs="0"
118118
maxOccurs="unbounded"/>
119-
<xs:element type="map:constraintType"
120-
name="constraint"
121-
maxOccurs="unbounded"
122-
minOccurs="0"/>
123119
<xs:element type="map:containerElementTypeType"
124120
name="container-element-type"
125121
maxOccurs="unbounded"
126122
minOccurs="0"/>
123+
<xs:element type="map:constraintType"
124+
name="constraint"
125+
maxOccurs="unbounded"
126+
minOccurs="0"/>
127127
</xs:sequence>
128128
<xs:attribute name="type-argument-index" use="optional">
129129
<xs:simpleType>

0 commit comments

Comments
 (0)