Schema definition MovieTexture
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1759.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
@description   Optional
@loop   Optional
@pauseTime   Optional
@pitch   Optional
@repeatS   Optional
@repeatT   Optional
@resumeTime   Optional
@speed   Optional
@startTime   Optional
@stopTime   Optional
@url   Optional
-metadata   Optional
-textureProperties   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / MovieTexture
-source / MovieTexture
-texture / MovieTexture
-texture2D / MovieTexture
-texture2DMulti / MovieTexture
-textures2D > array items [0]+ / Schema / MovieTexture
-transferFunction / MovieTexture
-watchList > array items [0]+ / Schema / MovieTexture
source code "MovieTexture": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@description": {
            "type": "string"
        },
        "@loop": {
            "type": "boolean",
            "default": false
        },
        "@pauseTime": {
            "type": "number",
            "default": 0
        },
        "@pitch": {
            "type": "number",
            "exclusiveMinimum": 0,
            "default": 1
        },
        "@repeatS": {
            "type": "boolean",
            "default": true
        },
        "@repeatT": {
            "type": "boolean",
            "default": true
        },
        "@resumeTime": {
            "type": "number",
            "default": 0
        },
        "@speed": {
            "type": "number",
            "default": 1
        },
        "@startTime": {
            "type": "number",
            "default": 0
        },
        "@stopTime": {
            "type": "number",
            "default": 0
        },
        "@url": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-textureProperties": {
            "$ref": "#/definitions/-textureProperties"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property MovieTexture / @description
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1763.png
property details
Occurrence  Optional
type String
source code "@description": {
    "type": "string"
}

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

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

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

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

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

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

Property MovieTexture / @speed
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1770.png
property details
Occurrence  Optional
schema details
Default  1
type Numeric
source code "@speed": {
    "type": "number",
    "default": 1
}

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

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

Property MovieTexture / @url
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1773.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@url": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "string",
        "format": "uri-reference"
    }
}

Array item wildcard MovieTexture / @url > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1774.png
type String
string constraints
Format  uri-reference
source code {
    "type": "string",
    "format": "uri-reference"
}

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

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

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