Schema definition SegmentedVolumeData
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2735.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
@bboxCenter   Optional
@bboxSize   Optional
@dimensions   Optional
@segmentEnabled   Optional
-metadata   Optional
-renderStyle   Optional
-segmentIdentifiers   Optional
-voxels   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / SegmentedVolumeData
-allNodes > array items [0]+ / Schema / SegmentedVolumeData
-child / SegmentedVolumeData
-children > array items [0]+ / Schema / SegmentedVolumeData
source code "SegmentedVolumeData": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@bboxCenter": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@bboxSize": {
            "$ref": "#/definitions/@bboxSize"
        },
        "@dimensions": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "exclusiveMinimum": 0,
                "default": 1
            }
        },
        "@segmentEnabled": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "boolean"
            }
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-renderStyle": {
            "$ref": "#/definitions/-renderStyles"
        },
        "-segmentIdentifiers": {
            "$ref": "#/definitions/-texture3D"
        },
        "-voxels": {
            "$ref": "#/definitions/-texture3D"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property SegmentedVolumeData / @bboxCenter
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2739.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@bboxCenter": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "default": 0
    }
}

Array item wildcard SegmentedVolumeData / @bboxCenter > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2740.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Property SegmentedVolumeData / @bboxSize
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2741.png
property details
Occurrence  Optional
reference @bboxSize
source code "@bboxSize": {
    "$ref": "#/definitions/@bboxSize"
}

Property SegmentedVolumeData / @dimensions
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2742.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@dimensions": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "exclusiveMinimum": 0,
        "default": 1
    }
}

Array item wildcard SegmentedVolumeData / @dimensions > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2743.png
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
Excl. Min  true
source code {
    "type": "number",
    "exclusiveMinimum": 0,
    "default": 1
}

Property SegmentedVolumeData / @segmentEnabled
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2744.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@segmentEnabled": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "boolean"
    }
}

Array item wildcard SegmentedVolumeData / @segmentEnabled > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2745.png
type Boolean
source code {
    "type": "boolean"
}

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

Property SegmentedVolumeData / -renderStyle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2747.png
property details
Occurrence  Optional
reference -renderStyles
source code "-renderStyle": {
    "$ref": "#/definitions/-renderStyles"
}

Property SegmentedVolumeData / -segmentIdentifiers
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2748.png
property details
Occurrence  Optional
reference -texture3D
source code "-segmentIdentifiers": {
    "$ref": "#/definitions/-texture3D"
}

Property SegmentedVolumeData / -voxels
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2749.png
property details
Occurrence  Optional
reference -texture3D
source code "-voxels": {
    "$ref": "#/definitions/-texture3D"
}

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