Skip to content

Commit

Permalink
schema-0.4 -> schema-0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Sep 29, 2023
1 parent 19b7783 commit 99e89df
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions examples/array.jsdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
program. If not, see <http://opensource.org/licenses/MIT/>.
-->
<schema
xmlns="http://www.jsonx.org/schema-0.4.xsd"
xmlns="http://www.jsonx.org/schema-0.5.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jsonx.org/schema-0.4.xsd http://www.jsonx.org/schema.xsd"
xsi:schemaLocation="http://www.jsonx.org/schema-0.5.xsd http://www.jsonx.org/schema.xsd"
targetNamespace="http://www.jsonx.org/examples/array.jsdx">
<array name="bar-rootArray1">
<reference type="rootBoolean" minOccurs="5" maxOccurs="6"/>
Expand Down
4 changes: 2 additions & 2 deletions examples/complete.jsdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
program. If not, see <http://opensource.org/licenses/MIT/>.
-->
<schema
xmlns="http://www.jsonx.org/schema-0.4.xsd"
xmlns="http://www.jsonx.org/schema-0.5.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jsonx.org/schema-0.4.xsd http://www.jsonx.org/schema.xsd"
xsi:schemaLocation="http://www.jsonx.org/schema-0.5.xsd http://www.jsonx.org/schema.xsd"
targetNamespace="http://www.jsonx.org/examples/complete.jsdx"
doc="Schema intended to provide a complete set of variations of declarations">
<array name="rootArrayBool" doc="Root array boolean">
Expand Down
4 changes: 2 additions & 2 deletions examples/datatype.jsdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
program. If not, see <http://opensource.org/licenses/MIT/>.
-->
<schema
xmlns="http://www.jsonx.org/schema-0.4.xsd"
xmlns="http://www.jsonx.org/schema-0.5.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jsonx.org/schema-0.4.xsd http://www.jsonx.org/schema.xsd"
xsi:schemaLocation="http://www.jsonx.org/schema-0.5.xsd http://www.jsonx.org/schema.xsd"
targetNamespace="http://www.jsonx.org/examples/datatype.jsdx"
doc="Schema intended to express full variability of type declarations">
<array name="arrayArr" doc="Array of arrays">
Expand Down
4 changes: 2 additions & 2 deletions examples/reference.jsdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
program. If not, see <http://opensource.org/licenses/MIT/>.
-->
<schema
xmlns="http://www.jsonx.org/schema-0.4.xsd"
xmlns="http://www.jsonx.org/schema-0.5.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jsonx.org/schema-0.4.xsd http://www.jsonx.org/schema.xsd"
xsi:schemaLocation="http://www.jsonx.org/schema-0.5.xsd http://www.jsonx.org/schema.xsd"
targetNamespace="http://www.jsonx.org/examples/reference.jsdx"
doc="Schema focusing on references">
<array name="arrayObj">
Expand Down
4 changes: 2 additions & 2 deletions examples/reserved.jsdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
program. If not, see <http://opensource.org/licenses/MIT/>.
-->
<schema
xmlns="http://www.jsonx.org/schema-0.4.xsd"
xmlns="http://www.jsonx.org/schema-0.5.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jsonx.org/schema-0.4.xsd http://www.jsonx.org/schema.xsd"
xsi:schemaLocation="http://www.jsonx.org/schema-0.5.xsd http://www.jsonx.org/schema.xsd"
targetNamespace="http://www.jsonx.org/examples/reserved.jsdx"
doc="Schema with names that overlap with Java's reserved words">
<array name="break" maxIterate="2">
Expand Down
4 changes: 2 additions & 2 deletions examples/structure.jsdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
program. If not, see <http://opensource.org/licenses/MIT/>.
-->
<schema
xmlns="http://www.jsonx.org/schema-0.4.xsd"
xmlns="http://www.jsonx.org/schema-0.5.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jsonx.org/schema-0.4.xsd http://www.jsonx.org/schema.xsd"
xsi:schemaLocation="http://www.jsonx.org/schema-0.5.xsd http://www.jsonx.org/schema.xsd"
targetNamespace="http://www.jsonx.org/examples/structure.jsdx"
doc="Schema expressing complex nested structures">
<array name="array">
Expand Down
4 changes: 2 additions & 2 deletions examples/template.jsdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
program. If not, see <http://opensource.org/licenses/MIT/>.
-->
<schema
xmlns="http://www.jsonx.org/schema-0.4.xsd"
xmlns="http://www.jsonx.org/schema-0.5.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jsonx.org/schema-0.4.xsd http://www.jsonx.org/schema.xsd"
xsi:schemaLocation="http://www.jsonx.org/schema-0.5.xsd http://www.jsonx.org/schema.xsd"
targetNamespace="http://www.jsonx.org/examples/template.jsdx"
doc="Schema expressing the variations of templates">
<array name="arrayDepthFour" minIterate="4" maxIterate="4" doc="Array template">
Expand Down

0 comments on commit 99e89df

Please sign in to comment.