Schema definition BoundedPhysicsModel
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p175.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
@enabled   Optional
-geometry   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / BoundedPhysicsModel
-physics > array items [0]+ / Schema / BoundedPhysicsModel
source code "BoundedPhysicsModel": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "-geometry": {
            "$ref": "#/definitions/-geometry"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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