Schema definition GeoElevationGrid
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p992.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
@ccw   Optional
@colorPerVertex   Optional
@creaseAngle   Optional
@geoGridOrigin   Optional
@geoSystem   Optional
@height   Optional
@normalPerVertex   Optional
@solid   Optional
@xDimension   Optional
@xSpacing   Optional
@yScale   Optional
@zDimension   Optional
@zSpacing   Optional
-color   Optional
-geoOrigin   Optional
-metadata   Optional
-normal   Optional
-texCoord   Optional
-children   Optional
used by GeoMetadata / -data > array items [0]+ / Schema / GeoElevationGrid
-allNodes > array items [0]+ / Schema / GeoElevationGrid
-geometry / GeoElevationGrid
source code "GeoElevationGrid": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@ccw": {
            "type": "boolean",
            "default": true
        },
        "@colorPerVertex": {
            "type": "boolean",
            "default": true
        },
        "@creaseAngle": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "@geoGridOrigin": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@geoSystem": {
            "$ref": "#/definitions/@geoSystem"
        },
        "@height": {
            "type": "array",
            "minItems": 1,
            "items": [
                {
                    "type": "number",
                    "default": 0
                }
            ],
            "additionalItems": {
                "type": "number"
            }
        },
        "@normalPerVertex": {
            "type": "boolean",
            "default": true
        },
        "@solid": {
            "type": "boolean",
            "default": true
        },
        "@xDimension": {
            "type": "integer",
            "minimum": 0,
            "default": 2
        },
        "@xSpacing": {
            "type": "number",
            "exclusiveMinimum": 0,
            "default": 1
        },
        "@yScale": {
            "type": "number",
            "minimum": 0,
            "default": 1
        },
        "@zDimension": {
            "type": "integer",
            "minimum": 0,
            "default": 2
        },
        "@zSpacing": {
            "type": "number",
            "exclusiveMinimum": 0,
            "default": 1
        },
        "-color": {
            "$ref": "#/definitions/-color"
        },
        "-geoOrigin": {
            "$ref": "#/definitions/-geoOrigin"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-normal": {
            "$ref": "#/definitions/-normal"
        },
        "-texCoord": {
            "$ref": "#/definitions/-texCoord"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property GeoElevationGrid / @ccw
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p996.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@ccw": {
    "type": "boolean",
    "default": true
}

Property GeoElevationGrid / @colorPerVertex
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p997.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@colorPerVertex": {
    "type": "boolean",
    "default": true
}

Property GeoElevationGrid / @creaseAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p998.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
source code "@creaseAngle": {
    "type": "number",
    "minimum": 0,
    "default": 0
}

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

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

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

Property GeoElevationGrid / @height
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1002.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]  Schema
[1]+  Schema
source code "@height": {
    "type": "array",
    "minItems": 1,
    "items": [
        {
            "type": "number",
            "default": 0
        }
    ],
    "additionalItems": {
        "type": "number"
    }
}

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

Array item wildcard GeoElevationGrid / @height > array items [1]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1004.png
type Numeric
source code {
    "type": "number"
}

Property GeoElevationGrid / @normalPerVertex
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1005.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@normalPerVertex": {
    "type": "boolean",
    "default": true
}

Property GeoElevationGrid / @solid
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1006.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@solid": {
    "type": "boolean",
    "default": true
}

Property GeoElevationGrid / @xDimension
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1007.png
property details
Occurrence  Optional
schema details
Default  2
type Numeric
numeric constraints
Mode  Integer
Minimum  0
source code "@xDimension": {
    "type": "integer",
    "minimum": 0,
    "default": 2
}

Property GeoElevationGrid / @xSpacing
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1008.png
property details
Occurrence  Optional
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
Excl. Min  true
source code "@xSpacing": {
    "type": "number",
    "exclusiveMinimum": 0,
    "default": 1
}

Property GeoElevationGrid / @yScale
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1009.png
property details
Occurrence  Optional
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
source code "@yScale": {
    "type": "number",
    "minimum": 0,
    "default": 1
}

Property GeoElevationGrid / @zDimension
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1010.png
property details
Occurrence  Optional
schema details
Default  2
type Numeric
numeric constraints
Mode  Integer
Minimum  0
source code "@zDimension": {
    "type": "integer",
    "minimum": 0,
    "default": 2
}

Property GeoElevationGrid / @zSpacing
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1011.png
property details
Occurrence  Optional
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
Excl. Min  true
source code "@zSpacing": {
    "type": "number",
    "exclusiveMinimum": 0,
    "default": 1
}

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

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

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

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

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

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


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