Schema definition ElevationGrid
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p734.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
@height   Optional
@normalPerVertex   Optional
@solid   Optional
@xDimension   Optional
@xSpacing   Optional
@zDimension   Optional
@zSpacing   Optional
-attrib   Optional
-color   Optional
-fogCoord   Optional
-metadata   Optional
-normal   Optional
-texCoord   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / ElevationGrid
-geometry / ElevationGrid
source code "ElevationGrid": {
    "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
        },
        "@height": {
            "type": "array",
            "items": [
                {
                    "type": "number",
                    "default": 0
                },
                {
                    "type": "number",
                    "default": 0
                },
                {
                    "type": "number",
                    "default": 0
                },
                {
                    "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",
            "minimum": 0,
            "default": 1
        },
        "@zDimension": {
            "type": "integer",
            "minimum": 0,
            "default": 2
        },
        "@zSpacing": {
            "type": "number",
            "minimum": 0,
            "default": 1
        },
        "-attrib": {
            "$ref": "#/definitions/-attrib"
        },
        "-color": {
            "$ref": "#/definitions/-color"
        },
        "-fogCoord": {
            "$ref": "#/definitions/-fogCoord"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-normal": {
            "$ref": "#/definitions/-normal"
        },
        "-texCoord": {
            "$ref": "#/definitions/-texCoord"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

Property ElevationGrid / @creaseAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p740.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 ElevationGrid / @height
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p741.png
property details
Occurrence  Optional
type Array
array items
[0]  Schema
[1]  Schema
[2]  Schema
[3]  Schema
[4]+  Schema
source code "@height": {
    "type": "array",
    "items": [
        {
            "type": "number",
            "default": 0
        },
        {
            "type": "number",
            "default": 0
        },
        {
            "type": "number",
            "default": 0
        },
        {
            "type": "number",
            "default": 0
        }
    ],
    "additionalItems": {
        "type": "number"
    }
}

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

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

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

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

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

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

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

Property ElevationGrid / @xDimension
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p749.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 ElevationGrid / @xSpacing
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p750.png
property details
Occurrence  Optional
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
source code "@xSpacing": {
    "type": "number",
    "minimum": 0,
    "default": 1
}

Property ElevationGrid / @zDimension
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p751.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 ElevationGrid / @zSpacing
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p752.png
property details
Occurrence  Optional
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
source code "@zSpacing": {
    "type": "number",
    "minimum": 0,
    "default": 1
}

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

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

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

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

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

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

Property ElevationGrid / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p759.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