Schema definition -composableRenderStyles
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4250.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  MF X3DComposableVolumeRenderStyleNode content
type Array
array constraints
Min Items  1
array items
[0]+  Schema
used by ComposedVolumeStyle / -renderStyle
source code "-composableRenderStyles": {
    "description": "MF X3DComposableVolumeRenderStyleNode content",
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "object",
        "properties": {
            "BlendedVolumeStyle": {
                "$ref": "#/definitions/BlendedVolumeStyle"
            },
            "BoundaryEnhancementVolumeStyle": {
                "$ref": "#/definitions/BoundaryEnhancementVolumeStyle"
            },
            "CartoonVolumeStyle": {
                "$ref": "#/definitions/CartoonVolumeStyle"
            },
            "ComposedVolumeStyle": {
                "$ref": "#/definitions/ComposedVolumeStyle"
            },
            "EdgeEnhancementVolumeStyle": {
                "$ref": "#/definitions/EdgeEnhancementVolumeStyle"
            },
            "OpacityMapVolumeStyle": {
                "$ref": "#/definitions/OpacityMapVolumeStyle"
            },
            "ShadedVolumeStyle": {
                "$ref": "#/definitions/ShadedVolumeStyle"
            },
            "SilhouetteEnhancementVolumeStyle": {
                "$ref": "#/definitions/SilhouetteEnhancementVolumeStyle"
            },
            "ToneMappedVolumeStyle": {
                "$ref": "#/definitions/ToneMappedVolumeStyle"
            },
            "ProtoInstance": {
                "$ref": "#/definitions/ProtoInstance"
            }
        },
        "additionalProperties": false
    }
}

Array item wildcard -composableRenderStyles > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4251.png
type Object
properties
Name   Occurrence
BlendedVolumeStyle   Optional
BoundaryEnhancementVolumeStyle   Optional
CartoonVolumeStyle   Optional
ComposedVolumeStyle   Optional
EdgeEnhancementVolumeStyle   Optional
OpacityMapVolumeStyle   Optional
ShadedVolumeStyle   Optional
SilhouetteEnhancementVolumeStyle   Optional
ToneMappedVolumeStyle   Optional
ProtoInstance   Optional
source code {
    "type": "object",
    "properties": {
        "BlendedVolumeStyle": {
            "$ref": "#/definitions/BlendedVolumeStyle"
        },
        "BoundaryEnhancementVolumeStyle": {
            "$ref": "#/definitions/BoundaryEnhancementVolumeStyle"
        },
        "CartoonVolumeStyle": {
            "$ref": "#/definitions/CartoonVolumeStyle"
        },
        "ComposedVolumeStyle": {
            "$ref": "#/definitions/ComposedVolumeStyle"
        },
        "EdgeEnhancementVolumeStyle": {
            "$ref": "#/definitions/EdgeEnhancementVolumeStyle"
        },
        "OpacityMapVolumeStyle": {
            "$ref": "#/definitions/OpacityMapVolumeStyle"
        },
        "ShadedVolumeStyle": {
            "$ref": "#/definitions/ShadedVolumeStyle"
        },
        "SilhouetteEnhancementVolumeStyle": {
            "$ref": "#/definitions/SilhouetteEnhancementVolumeStyle"
        },
        "ToneMappedVolumeStyle": {
            "$ref": "#/definitions/ToneMappedVolumeStyle"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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

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

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

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


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html