Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Sep 12, 2015
1 parent 7283a4e commit 6fa02e1
Show file tree
Hide file tree
Showing 25 changed files with 24,337 additions and 24,337 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.1-SNAPSHOT</version>
<version>1.3.1</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.1-SNAPSHOT</version>
<version>1.3.1</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.1-SNAPSHOT</version>
<version>1.3.1</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.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>
<modules>
<module>2005</module>
Expand Down
2 changes: 1 addition & 1 deletion 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.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>pom</packaging>
<name>W3C Schemas Project</name>
<url>https://github.com/highsource/w3c-schemas</url>
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.1-SNAPSHOT</version>
<version>1.3.1</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.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>
<build>
<defaultGoal>install</defaultGoal>
Expand Down
162 changes: 81 additions & 81 deletions scripts/jsonschemas/Atom_1_0.jsonschema
Original file line number Diff line number Diff line change
Expand Up @@ -2,79 +2,6 @@
{
"id":"http://www.w3.org/2005/Atom#",
"definitions":{
"AtomPersonConstruct":{
"type":"object",
"title":"AtomPersonConstruct",
"properties":{
"nameOrUriOrEmail":{
"title":"nameOrUriOrEmail",
"allOf":[
{
"type":"array",
"items":{
"anyOf":[
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
},
"elementName":{
"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"
},
"value":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
},
"elementName":{
"localPart":"uri",
"namespaceURI":"http://www.w3.org/2005/Atom"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
},
"elementName":{
"localPart":"name",
"namespaceURI":"http://www.w3.org/2005/Atom"
}
}
]
},
"minItems":0
}
],
"propertyType":"elementRefs"
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"atomPersonConstruct",
"namespaceURI":"http://www.w3.org/2005/Atom"
},
"propertiesOrder":[
"nameOrUriOrEmail"
]
},
"Link":{
"type":"object",
"title":"Link",
Expand Down Expand Up @@ -170,6 +97,79 @@
"title",
"length"
]
},
"AtomPersonConstruct":{
"type":"object",
"title":"AtomPersonConstruct",
"properties":{
"nameOrUriOrEmail":{
"title":"nameOrUriOrEmail",
"allOf":[
{
"type":"array",
"items":{
"anyOf":[
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
},
"elementName":{
"localPart":"uri",
"namespaceURI":"http://www.w3.org/2005/Atom"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
},
"elementName":{
"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"
},
"value":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
},
"elementName":{
"localPart":"email",
"namespaceURI":"http://www.w3.org/2005/Atom"
}
}
]
},
"minItems":0
}
],
"propertyType":"elementRefs"
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"atomPersonConstruct",
"namespaceURI":"http://www.w3.org/2005/Atom"
},
"propertiesOrder":[
"nameOrUriOrEmail"
]
}
},
"anyOf":[
Expand All @@ -180,11 +180,11 @@
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/AtomPersonConstruct"
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
},
"elementName":{
"localPart":"author",
"localPart":"email",
"namespaceURI":"http://www.w3.org/2005/Atom"
}
},
Expand All @@ -195,11 +195,11 @@
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
"$ref":"#/definitions/AtomPersonConstruct"
}
},
"elementName":{
"localPart":"uri",
"localPart":"author",
"namespaceURI":"http://www.w3.org/2005/Atom"
}
},
Expand All @@ -210,11 +210,11 @@
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
"$ref":"#/definitions/Link"
}
},
"elementName":{
"localPart":"email",
"localPart":"link",
"namespaceURI":"http://www.w3.org/2005/Atom"
}
},
Expand All @@ -240,11 +240,11 @@
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Link"
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
},
"elementName":{
"localPart":"link",
"localPart":"uri",
"namespaceURI":"http://www.w3.org/2005/Atom"
}
}
Expand Down
Loading

0 comments on commit 6fa02e1

Please sign in to comment.