Schema definition TimeSensor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3188.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
@cycleInterval   Optional
@enabled   Optional
@loop   Optional
@pauseTime   Optional
@resumeTime   Optional
@startTime   Optional
@stopTime   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / TimeSensor
-allNodes > array items [0]+ / Schema / TimeSensor
-child / TimeSensor
-children > array items [0]+ / Schema / TimeSensor
source code "TimeSensor": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@cycleInterval": {
            "type": "number",
            "exclusiveMinimum": 0,
            "default": 1
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "@loop": {
            "type": "boolean",
            "default": false
        },
        "@pauseTime": {
            "type": "number",
            "default": 0
        },
        "@resumeTime": {
            "type": "number",
            "default": 0
        },
        "@startTime": {
            "type": "number",
            "default": 0
        },
        "@stopTime": {
            "type": "number",
            "default": 0
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property TimeSensor / @cycleInterval
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3192.png
property details
Occurrence  Optional
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
Excl. Min  true
source code "@cycleInterval": {
    "type": "number",
    "exclusiveMinimum": 0,
    "default": 1
}

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

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

Property TimeSensor / @pauseTime
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3195.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
source code "@pauseTime": {
    "type": "number",
    "default": 0
}

Property TimeSensor / @resumeTime
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3196.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
source code "@resumeTime": {
    "type": "number",
    "default": 0
}

Property TimeSensor / @startTime
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3197.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
source code "@startTime": {
    "type": "number",
    "default": 0
}

Property TimeSensor / @stopTime
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3198.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
source code "@stopTime": {
    "type": "number",
    "default": 0
}

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

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