Navigation Menu

Skip to content

Commit

Permalink
Updating version info in schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling authored and emmanuelbernard committed Aug 5, 2013
1 parent 45393c2 commit f47c3e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/xsd/validation-mapping-1.2.xsd
Expand Up @@ -20,7 +20,7 @@
targetNamespace="http://jboss.org/xml/ns/javax/validation/mapping"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:map="http://jboss.org/xml/ns/javax/validation/mapping"
version="1.1">
version="1.2">

<xs:annotation>
<xs:documentation><![CDATA[
Expand All @@ -39,8 +39,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://jboss.org/xml/ns/javax/validation/mapping
validation-mapping-1.1.xsd"
version="1.1">
http://jboss.org/xml/ns/javax/validation/mapping/validation-mapping-1.2.xsd"
version="1.2">
...
</constraint-mappings>
]]>
Expand Down Expand Up @@ -80,7 +80,7 @@
maxOccurs="unbounded"
minOccurs="0"/>
</xs:sequence>
<xs:attribute name="version" type="map:versionType" fixed="1.1" use="required"/>
<xs:attribute name="version" type="map:versionType" fixed="1.2" use="required"/>
</xs:complexType>
<xs:simpleType name="versionType">
<xs:restriction base="xs:token">
Expand Down

0 comments on commit f47c3e0

Please sign in to comment.