Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Dec 28, 2015
1 parent 1c3cfa8 commit 7d8c4b2
Show file tree
Hide file tree
Showing 25 changed files with 29,911 additions and 26,974 deletions.
2 changes: 1 addition & 1 deletion XMLSchema/2001/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schema-parent</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../../schema-parent/pom.xml</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion XMLSchema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schemas-project</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modules>
<module>2001</module>
Expand Down
2 changes: 1 addition & 1 deletion atom/2005/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schema-parent</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../../schema-parent/pom.xml</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion atom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schemas-project</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modules>
<module>2005</module>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schemas-project</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>
<name>W3C Schemas Project</name>
<url>https://github.com/highsource/w3c-schemas</url>
Expand Down Expand Up @@ -59,11 +59,11 @@
</profiles>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jaxb2-basics.version>0.9.5</jaxb2-basics.version>
<jaxb2-basics.version>0.11.0</jaxb2-basics.version>
<jaxb.version>2.2.11</jaxb.version>
<maven-jaxb2-plugin.version>0.13.0</maven-jaxb2-plugin.version>
<jsonix-schema-compiler.version>2.3.7</jsonix-schema-compiler.version>
<jsonix.version>2.3.2</jsonix.version>
<maven-jaxb2-plugin.version>0.13.1</maven-jaxb2-plugin.version>
<jsonix-schema-compiler.version>2.3.8</jsonix-schema-compiler.version>
<jsonix.version>2.4.0</jsonix.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion schema-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schemas-project</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion schemas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schemas-project</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<build>
<defaultGoal>install</defaultGoal>
Expand Down
123 changes: 109 additions & 14 deletions scripts/jsonschemas/Atom_1_0.jsonschema
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"elementName":{
"localPart":"uri",
"localPart":"email",
"namespaceURI":"http://www.w3.org/2005/Atom"
}
},
Expand Down Expand Up @@ -54,7 +54,7 @@
}
},
"elementName":{
"localPart":"email",
"localPart":"uri",
"namespaceURI":"http://www.w3.org/2005/Atom"
}
}
Expand Down Expand Up @@ -86,7 +86,7 @@
"title":"href",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
}
],
"propertyType":"attribute",
Expand All @@ -99,7 +99,7 @@
"title":"rel",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
}
],
"propertyType":"attribute",
Expand Down Expand Up @@ -138,7 +138,7 @@
"title":"title",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
}
],
"propertyType":"attribute",
Expand All @@ -151,7 +151,7 @@
"title":"length",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
}
],
"propertyType":"attribute",
Expand All @@ -177,7 +177,26 @@
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
{
"type":"object",
"properties":{
"localPart":{
"enum":[
"author"
]
},
"namespaceURI":{
"enum":[
"http://www.w3.org/2005/Atom"
]
}
}
}
]
},
"value":{
"$ref":"#/definitions/AtomPersonConstruct"
Expand All @@ -192,22 +211,60 @@
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
{
"type":"object",
"properties":{
"localPart":{
"enum":[
"name"
]
},
"namespaceURI":{
"enum":[
"http://www.w3.org/2005/Atom"
]
}
}
}
]
},
"value":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
},
"elementName":{
"localPart":"uri",
"localPart":"name",
"namespaceURI":"http://www.w3.org/2005/Atom"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
{
"type":"object",
"properties":{
"localPart":{
"enum":[
"link"
]
},
"namespaceURI":{
"enum":[
"http://www.w3.org/2005/Atom"
]
}
}
}
]
},
"value":{
"$ref":"#/definitions/Link"
Expand All @@ -222,29 +279,67 @@
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
{
"type":"object",
"properties":{
"localPart":{
"enum":[
"email"
]
},
"namespaceURI":{
"enum":[
"http://www.w3.org/2005/Atom"
]
}
}
}
]
},
"value":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
},
"elementName":{
"localPart":"name",
"localPart":"email",
"namespaceURI":"http://www.w3.org/2005/Atom"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
{
"type":"object",
"properties":{
"localPart":{
"enum":[
"uri"
]
},
"namespaceURI":{
"enum":[
"http://www.w3.org/2005/Atom"
]
}
}
}
]
},
"value":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
},
"elementName":{
"localPart":"email",
"localPart":"uri",
"namespaceURI":"http://www.w3.org/2005/Atom"
}
}
Expand Down
Loading

0 comments on commit 7d8c4b2

Please sign in to comment.