Schema definition ScreenGroup
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2713.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
-children   Optional
-metadata   Optional
used by Scene / -children > array items [0]+ / Schema / ScreenGroup
TransformSensor / -targetObject > array items [0]+ / Schema / ScreenGroup
-allNodes > array items [0]+ / Schema / ScreenGroup
-child / ScreenGroup
-children > array items [0]+ / Schema / ScreenGroup
-grouping > array items [0]+ / Schema / ScreenGroup
-pickTarget > array items [0]+ / Schema / ScreenGroup
source code "ScreenGroup": {
    "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"
        },
        "-children": {
            "$ref": "#/definitions/-children"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        }
    },
    "additionalProperties": false
}

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

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

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

Property ScreenGroup / @bboxCenter
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2717.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 ScreenGroup / @bboxCenter > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2718.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

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

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

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