Schema definition LinePickSensor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1552.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 / LinePickSensor
-allNodes > array items [0]+ / Schema / LinePickSensor
-child / LinePickSensor
-children > array items [0]+ / Schema / LinePickSensor
source code "LinePickSensor": {
    "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": "array",
            "minItems": 1,
            "maxItems": 1,
            "items": {
                "type": "object",
                "properties": {
                    "IndexedLineSet": {
                        "$ref": "#/definitions/IndexedLineSet"
                    },
                    "LineSet": {
                        "$ref": "#/definitions/LineSet"
                    },
                    "ProtoInstance": {
                        "$ref": "#/definitions/ProtoInstance"
                    }
                },
                "additionalProperties": false
            }
        },
        "-pickTarget": {
            "$ref": "#/definitions/-pickTarget"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

Property LinePickSensor / @matchCriterion
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1558.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 LinePickSensor / @objectType
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1559.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 LinePickSensor / @objectType > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1560.png
schema details
Default  "ALL"
type String
source code {
    "type": "string",
    "default": "ALL"
}

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

Property LinePickSensor / @sortOrder
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1562.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 LinePickSensor / -metadata
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1563.png
property details
Occurrence  Optional
reference -metadata
source code "-metadata": {
    "$ref": "#/definitions/-metadata"
}

Property LinePickSensor / -pickingGeometry
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1564.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
Max Items  1
array items
[0]  Schema
source code "-pickingGeometry": {
    "type": "array",
    "minItems": 1,
    "maxItems": 1,
    "items": {
        "type": "object",
        "properties": {
            "IndexedLineSet": {
                "$ref": "#/definitions/IndexedLineSet"
            },
            "LineSet": {
                "$ref": "#/definitions/LineSet"
            },
            "ProtoInstance": {
                "$ref": "#/definitions/ProtoInstance"
            }
        },
        "additionalProperties": false
    }
}

Array item wildcard LinePickSensor / -pickingGeometry > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1565.png
type Object
properties
Name   Occurrence
IndexedLineSet   Optional
LineSet   Optional
ProtoInstance   Optional
source code {
    "type": "object",
    "properties": {
        "IndexedLineSet": {
            "$ref": "#/definitions/IndexedLineSet"
        },
        "LineSet": {
            "$ref": "#/definitions/LineSet"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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