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

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

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

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

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

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

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

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