Skip to content

Commit 2e6f3ab

Browse files
committed
[#262] Use 3.1 as a "fixed" value of the version attribute in 3.1 XSDs
1 parent e38b64e commit 2e6f3ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/xsd/validation-configuration-3.1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<xs:element type="config:propertyType" name="property" maxOccurs="unbounded"
5757
minOccurs="0"/>
5858
</xs:sequence>
59-
<xs:attribute name="version" type="config:versionType" fixed="3.0" use="required"/>
59+
<xs:attribute name="version" type="config:versionType" fixed="3.1" use="required"/>
6060
</xs:complexType>
6161

6262
<xs:complexType name="executable-validationType">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
maxOccurs="unbounded"
7171
minOccurs="0"/>
7272
</xs:sequence>
73-
<xs:attribute name="version" type="map:versionType" fixed="3.0" use="required"/>
73+
<xs:attribute name="version" type="map:versionType" fixed="3.1" use="required"/>
7474
</xs:complexType>
7575
<xs:simpleType name="versionType">
7676
<xs:restriction base="xs:token">

0 commit comments

Comments
 (0)