Schema definition PointPickSensor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2209.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
@intersectionType   Optional
@matchCriterion   Optional
@objectType   Optional
@sortOrder   Optional
-metadata   Optional
-pickingGeometry   Optional
-pickTarget   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / PointPickSensor
-allNodes > array items [0]+ / Schema / PointPickSensor
-child / PointPickSensor
-children > array items [0]+ / Schema / PointPickSensor
source code "PointPickSensor": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "@intersectionType": {
            "type": "string",
            "default": "BOUNDS"
        },
        "@matchCriterion": {
            "type": "string",
            "enum": [
                "MATCH_ANY",
                "MATCH_EVERY",
                "MATCH_ONLY_ONE"
            ],
            "default": "MATCH_ANY"
        },
        "@objectType": {
            "type": "array",
            "minItems": 1,
            "items": [
                {
                    "type": "string",
                    "default": "ALL"
                }
            ],
            "additionalItems": {
                "type": "string"
            }
        },
        "@sortOrder": {
            "type": "string",
            "enum": [
                "ANY",
                "CLOSEST",
                "ALL",
                "ALL_SORTED"
            ],
            "default": "CLOSEST"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-pickingGeometry": {
            "type": "object",
            "properties": {
                "PointSet": {
                    "$ref": "#/definitions/PointSet"
                },
                "ProtoInstance": {
                    "$ref": "#/definitions/ProtoInstance"
                }
            },
            "additionalProperties": false
        },
        "-pickTarget": {
            "$ref": "#/definitions/-pickTarget"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

Property PointPickSensor / @intersectionType
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2214.png
property details
Occurrence  Optional
schema details
Default  "BOUNDS"
type String
source code "@intersectionType": {
    "type": "string",
    "default": "BOUNDS"
}

Property PointPickSensor / @matchCriterion
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2215.png
property details
Occurrence  Optional
schema details
Default  "MATCH_ANY"
type String
enumerations
Type   Value
string   MATCH_ANY
string   MATCH_EVERY
string   MATCH_ONLY_ONE
source code "@matchCriterion": {
    "type": "string",
    "enum": [
        "MATCH_ANY",
        "MATCH_EVERY",
        "MATCH_ONLY_ONE"
    ],
    "default": "MATCH_ANY"
}

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

Array item PointPickSensor / @objectType > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2217.png
schema details
Default  "ALL"
type String
source code {
    "type": "string",
    "default": "ALL"
}

Array item wildcard PointPickSensor / @objectType > array items [1]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2218.png
type String
source code {
    "type": "string"
}

Property PointPickSensor / @sortOrder
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2219.png
property details
Occurrence  Optional
schema details
Default  "CLOSEST"
type String
enumerations
Type   Value
string   ANY
string   CLOSEST
string   ALL
string   ALL_SORTED
source code "@sortOrder": {
    "type": "string",
    "enum": [
        "ANY",
        "CLOSEST",
        "ALL",
        "ALL_SORTED"
    ],
    "default": "CLOSEST"
}

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

Property PointPickSensor / -pickingGeometry
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2221.png
property details
Occurrence  Optional
type Object
properties
Name   Occurrence
PointSet   Optional
ProtoInstance   Optional
source code "-pickingGeometry": {
    "type": "object",
    "properties": {
        "PointSet": {
            "$ref": "#/definitions/PointSet"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

Property PointPickSensor / -pickingGeometry / PointSet
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2222.png
property details
Occurrence  Optional
reference PointSet
source code "PointSet": {
    "$ref": "#/definitions/PointSet"
}

Property PointPickSensor / -pickingGeometry / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2223.png
property details
Occurrence  Optional
reference ProtoInstance
source code "ProtoInstance": {
    "$ref": "#/definitions/ProtoInstance"
}

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

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