Schema definition GeoLocation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1018.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
@DEF   Optional
@USE   Optional
IS   Optional
@bboxCenter   Optional
@bboxSize   Optional
@geoCoords   Optional
@geoSystem   Optional
-children   Optional
-geoOrigin   Optional
-metadata   Optional
used by GeoMetadata / -data > array items [0]+ / Schema / GeoLocation
Scene / -children > array items [0]+ / Schema / GeoLocation
TransformSensor / -targetObject > array items [0]+ / Schema / GeoLocation
-allNodes > array items [0]+ / Schema / GeoLocation
-child / GeoLocation
-children > array items [0]+ / Schema / GeoLocation
-grouping > array items [0]+ / Schema / GeoLocation
-pickTarget > array items [0]+ / Schema / GeoLocation
source code "GeoLocation": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@bboxCenter": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@bboxSize": {
            "$ref": "#/definitions/@bboxSize"
        },
        "@geoCoords": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@geoSystem": {
            "$ref": "#/definitions/@geoSystem"
        },
        "-children": {
            "$ref": "#/definitions/-children"
        },
        "-geoOrigin": {
            "$ref": "#/definitions/-geoOrigin"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        }
    },
    "additionalProperties": false
}

Property GeoLocation / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1019.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

Property GeoLocation / @USE
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1020.png
property details
Occurrence  Optional
type String
source code "@USE": {
    "type": "string"
}

Property GeoLocation / IS
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1021.png
property details
Occurrence  Optional
reference IS
source code "IS": {
    "$ref": "#/definitions/IS"
}

Property GeoLocation / @bboxCenter
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1022.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@bboxCenter": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "default": 0
    }
}

Array item wildcard GeoLocation / @bboxCenter > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1023.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Property GeoLocation / @bboxSize
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1024.png
property details
Occurrence  Optional
reference @bboxSize
source code "@bboxSize": {
    "$ref": "#/definitions/@bboxSize"
}

Property GeoLocation / @geoCoords
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1025.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@geoCoords": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "default": 0
    }
}

Array item wildcard GeoLocation / @geoCoords > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1026.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Property GeoLocation / @geoSystem
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1027.png
property details
Occurrence  Optional
reference @geoSystem
source code "@geoSystem": {
    "$ref": "#/definitions/@geoSystem"
}

Property GeoLocation / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1028.png
property details
Occurrence  Optional
reference -children
source code "-children": {
    "$ref": "#/definitions/-children"
}

Property GeoLocation / -geoOrigin
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1029.png
property details
Occurrence  Optional
reference -geoOrigin
source code "-geoOrigin": {
    "$ref": "#/definitions/-geoOrigin"
}

Property GeoLocation / -metadata
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1030.png
property details
Occurrence  Optional
reference -metadata
source code "-metadata": {
    "$ref": "#/definitions/-metadata"
}


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html