Skip to content

Commit

Permalink
Updated generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Feb 1, 2019
1 parent b973ae3 commit 7cb304d
Show file tree
Hide file tree
Showing 266 changed files with 308,273 additions and 308,237 deletions.
2,010 changes: 1,005 additions & 1,005 deletions scripts/jsonschemas/ARML_2_0.jsonschema

Large diffs are not rendered by default.

3,486 changes: 1,743 additions & 1,743 deletions scripts/jsonschemas/CSW_2_0_2.jsonschema

Large diffs are not rendered by default.

768 changes: 384 additions & 384 deletions scripts/jsonschemas/CityGML_1_0.jsonschema

Large diffs are not rendered by default.

708 changes: 354 additions & 354 deletions scripts/jsonschemas/CityGML_2_0.jsonschema

Large diffs are not rendered by default.

854 changes: 427 additions & 427 deletions scripts/jsonschemas/CityGML_Appearance_1_0.jsonschema

Large diffs are not rendered by default.

1,454 changes: 727 additions & 727 deletions scripts/jsonschemas/CityGML_Appearance_2_0.jsonschema

Large diffs are not rendered by default.

2,580 changes: 1,290 additions & 1,290 deletions scripts/jsonschemas/CityGML_Bridge_2_0.jsonschema

Large diffs are not rendered by default.

1,252 changes: 626 additions & 626 deletions scripts/jsonschemas/CityGML_Building_1_0.jsonschema

Large diffs are not rendered by default.

1,956 changes: 978 additions & 978 deletions scripts/jsonschemas/CityGML_Building_2_0.jsonschema

Large diffs are not rendered by default.

320 changes: 160 additions & 160 deletions scripts/jsonschemas/CityGML_CityObjectGroup_1_0.jsonschema

Large diffs are not rendered by default.

308 changes: 154 additions & 154 deletions scripts/jsonschemas/CityGML_CityObjectGroup_2_0.jsonschema
Original file line number Diff line number Diff line change
Expand Up @@ -2,143 +2,9 @@
{
"id":"http://www.opengis.net/citygml/cityobjectgroup/2.0#",
"definitions":{
"CityObjectGroupType":{
"allOf":[
{
"$ref":"http://www.opengis.net/citygml/2.0#/definitions/AbstractCityObjectType"
},
{
"type":"object",
"title":"CityObjectGroupType",
"properties":{
"clazz":{
"title":"clazz",
"allOf":[
{
"$ref":"#/definitions/CodeType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"class",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
},
"function":{
"title":"function",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/CodeType"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"function",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
},
"usage":{
"title":"usage",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/CodeType"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"usage",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
},
"groupMember":{
"title":"groupMember",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/CityObjectGroupMemberType"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"groupMember",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
},
"parent":{
"title":"parent",
"allOf":[
{
"$ref":"#/definitions/CityObjectGroupParentType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"parent",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
},
"geometry":{
"title":"geometry",
"allOf":[
{
"$ref":"#/definitions/GeometryPropertyType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"geometry",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
},
"genericApplicationPropertyOfCityObjectGroup":{
"title":"genericApplicationPropertyOfCityObjectGroup",
"allOf":[
{
"type":"array",
"items":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"_GenericApplicationPropertyOfCityObjectGroup",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
}
}
}
],
"typeType":"classInfo",
"typeName":{
"localPart":"CityObjectGroupType",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
},
"propertiesOrder":[
"clazz",
"function",
"usage",
"groupMember",
"parent",
"geometry",
"genericApplicationPropertyOfCityObjectGroup"
]
},
"CityObjectGroupMemberType":{
"CityObjectGroupParentType":{
"type":"object",
"title":"CityObjectGroupMemberType",
"title":"CityObjectGroupParentType",
"required":[
"cityObject"
],
Expand Down Expand Up @@ -168,19 +34,6 @@
"namespaceURI":"http://www.opengis.net/citygml/2.0"
}
},
"cityObjectGroupMemberRole":{
"title":"cityObjectGroupMemberRole",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"role",
"namespaceURI":""
}
},
"remoteSchema":{
"title":"remoteSchema",
"allOf":[
Expand Down Expand Up @@ -288,12 +141,11 @@
},
"typeType":"classInfo",
"typeName":{
"localPart":"CityObjectGroupMemberType",
"localPart":"CityObjectGroupParentType",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
},
"propertiesOrder":[
"cityObject",
"cityObjectGroupMemberRole",
"remoteSchema",
"type",
"href",
Expand All @@ -304,9 +156,9 @@
"actuate"
]
},
"CityObjectGroupParentType":{
"CityObjectGroupMemberType":{
"type":"object",
"title":"CityObjectGroupParentType",
"title":"CityObjectGroupMemberType",
"required":[
"cityObject"
],
Expand Down Expand Up @@ -336,6 +188,19 @@
"namespaceURI":"http://www.opengis.net/citygml/2.0"
}
},
"cityObjectGroupMemberRole":{
"title":"cityObjectGroupMemberRole",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"role",
"namespaceURI":""
}
},
"remoteSchema":{
"title":"remoteSchema",
"allOf":[
Expand Down Expand Up @@ -443,11 +308,12 @@
},
"typeType":"classInfo",
"typeName":{
"localPart":"CityObjectGroupParentType",
"localPart":"CityObjectGroupMemberType",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
},
"propertiesOrder":[
"cityObject",
"cityObjectGroupMemberRole",
"remoteSchema",
"type",
"href",
Expand All @@ -457,6 +323,140 @@
"show",
"actuate"
]
},
"CityObjectGroupType":{
"allOf":[
{
"$ref":"http://www.opengis.net/citygml/2.0#/definitions/AbstractCityObjectType"
},
{
"type":"object",
"title":"CityObjectGroupType",
"properties":{
"clazz":{
"title":"clazz",
"allOf":[
{
"$ref":"#/definitions/CodeType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"class",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
},
"function":{
"title":"function",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/CodeType"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"function",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
},
"usage":{
"title":"usage",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/CodeType"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"usage",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
},
"groupMember":{
"title":"groupMember",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/CityObjectGroupMemberType"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"groupMember",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
},
"parent":{
"title":"parent",
"allOf":[
{
"$ref":"#/definitions/CityObjectGroupParentType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"parent",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
},
"geometry":{
"title":"geometry",
"allOf":[
{
"$ref":"#/definitions/GeometryPropertyType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"geometry",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
},
"genericApplicationPropertyOfCityObjectGroup":{
"title":"genericApplicationPropertyOfCityObjectGroup",
"allOf":[
{
"type":"array",
"items":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"_GenericApplicationPropertyOfCityObjectGroup",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
}
}
}
}
],
"typeType":"classInfo",
"typeName":{
"localPart":"CityObjectGroupType",
"namespaceURI":"http://www.opengis.net/citygml/cityobjectgroup/2.0"
},
"propertiesOrder":[
"clazz",
"function",
"usage",
"groupMember",
"parent",
"geometry",
"genericApplicationPropertyOfCityObjectGroup"
]
}
},
"anyOf":[
Expand Down
Loading

0 comments on commit 7cb304d

Please sign in to comment.