Schema definition ViewpointGroup
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3468.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
@center   Optional
@description   Optional
@displayed   Optional
@retainUserOffsets   Optional
@size   Optional
-children   Optional
-metadata   Optional
used by Scene / -children > array items [0]+ / Schema / ViewpointGroup
ViewpointGroup / -children > array items [0]+ / Schema / ViewpointGroup
-allNodes > array items [0]+ / Schema / ViewpointGroup
-child / ViewpointGroup
-children > array items [0]+ / Schema / ViewpointGroup
source code "ViewpointGroup": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@center": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@description": {
            "type": "string"
        },
        "@displayed": {
            "type": "boolean",
            "default": true
        },
        "@retainUserOffsets": {
            "type": "boolean",
            "default": false
        },
        "@size": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "-children": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "object",
                "properties": {
                    "GeoViewpoint": {
                        "$ref": "#/definitions/GeoViewpoint"
                    },
                    "OrthoViewpoint": {
                        "$ref": "#/definitions/OrthoViewpoint"
                    },
                    "Viewpoint": {
                        "$ref": "#/definitions/Viewpoint"
                    },
                    "ViewpointGroup": {
                        "$ref": "#/definitions/ViewpointGroup"
                    },
                    "ProtoInstance": {
                        "$ref": "#/definitions/ProtoInstance"
                    },
                    "ROUTE": {
                        "$ref": "#/definitions/ROUTE"
                    },
                    "#comment": {
                        "type": "string"
                    }
                },
                "additionalProperties": false
            }
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

Property ViewpointGroup / @description
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3474.png
property details
Occurrence  Optional
type String
source code "@description": {
    "type": "string"
}

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

Property ViewpointGroup / @retainUserOffsets
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3476.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@retainUserOffsets": {
    "type": "boolean",
    "default": false
}

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

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

Property ViewpointGroup / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3479.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "-children": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "object",
        "properties": {
            "GeoViewpoint": {
                "$ref": "#/definitions/GeoViewpoint"
            },
            "OrthoViewpoint": {
                "$ref": "#/definitions/OrthoViewpoint"
            },
            "Viewpoint": {
                "$ref": "#/definitions/Viewpoint"
            },
            "ViewpointGroup": {
                "$ref": "#/definitions/ViewpointGroup"
            },
            "ProtoInstance": {
                "$ref": "#/definitions/ProtoInstance"
            },
            "ROUTE": {
                "$ref": "#/definitions/ROUTE"
            },
            "#comment": {
                "type": "string"
            }
        },
        "additionalProperties": false
    }
}

Array item wildcard ViewpointGroup / -children > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3480.png
type Object
properties
Name   Occurrence
GeoViewpoint   Optional
OrthoViewpoint   Optional
Viewpoint   Optional
ViewpointGroup   Optional
ProtoInstance   Optional
ROUTE   Optional
#comment   Optional
source code {
    "type": "object",
    "properties": {
        "GeoViewpoint": {
            "$ref": "#/definitions/GeoViewpoint"
        },
        "OrthoViewpoint": {
            "$ref": "#/definitions/OrthoViewpoint"
        },
        "Viewpoint": {
            "$ref": "#/definitions/Viewpoint"
        },
        "ViewpointGroup": {
            "$ref": "#/definitions/ViewpointGroup"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        },
        "ROUTE": {
            "$ref": "#/definitions/ROUTE"
        },
        "#comment": {
            "type": "string"
        }
    },
    "additionalProperties": false
}

Property ViewpointGroup / -children > array items [0]+ / Schema / GeoViewpoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3481.png
property details
Occurrence  Optional
reference GeoViewpoint
source code "GeoViewpoint": {
    "$ref": "#/definitions/GeoViewpoint"
}

Property ViewpointGroup / -children > array items [0]+ / Schema / OrthoViewpoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3482.png
property details
Occurrence  Optional
reference OrthoViewpoint
source code "OrthoViewpoint": {
    "$ref": "#/definitions/OrthoViewpoint"
}

Property ViewpointGroup / -children > array items [0]+ / Schema / Viewpoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3483.png
property details
Occurrence  Optional
reference Viewpoint
source code "Viewpoint": {
    "$ref": "#/definitions/Viewpoint"
}

Property ViewpointGroup / -children > array items [0]+ / Schema / ViewpointGroup
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3484.png
property details
Occurrence  Optional
reference ViewpointGroup
source code "ViewpointGroup": {
    "$ref": "#/definitions/ViewpointGroup"
}

Property ViewpointGroup / -children > array items [0]+ / Schema / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3485.png
property details
Occurrence  Optional
reference ProtoInstance
source code "ProtoInstance": {
    "$ref": "#/definitions/ProtoInstance"
}

Property ViewpointGroup / -children > array items [0]+ / Schema / ROUTE
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3486.png
property details
Occurrence  Optional
reference ROUTE
source code "ROUTE": {
    "$ref": "#/definitions/ROUTE"
}

Property ViewpointGroup / -children > array items [0]+ / Schema / #comment
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3487.png
property details
Occurrence  Optional
type String
source code "#comment": {
    "type": "string"
}

Property ViewpointGroup / -metadata
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3488.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