Schema definition IndexedLineSet
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1343.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
@colorIndex   Optional
@colorPerVertex   Optional
@coordIndex   Optional
-attrib   Optional
-color   Optional
-coord   Optional
-fogCoord   Optional
-metadata   Optional
-children   Optional
used by LinePickSensor / -pickingGeometry > array items [0]+ / Schema / IndexedLineSet
-allNodes > array items [0]+ / Schema / IndexedLineSet
-geometry / IndexedLineSet
source code "IndexedLineSet": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@colorIndex": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "integer",
                "minimum": -1
            }
        },
        "@colorPerVertex": {
            "type": "boolean",
            "default": true
        },
        "@coordIndex": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "integer",
                "minimum": -1
            }
        },
        "-attrib": {
            "$ref": "#/definitions/-attrib"
        },
        "-color": {
            "$ref": "#/definitions/-color"
        },
        "-coord": {
            "$ref": "#/definitions/-coord"
        },
        "-fogCoord": {
            "$ref": "#/definitions/-fogCoord"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property IndexedLineSet / @colorIndex
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1347.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@colorIndex": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "integer",
        "minimum": -1
    }
}

Array item wildcard IndexedLineSet / @colorIndex > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1348.png
type Numeric
numeric constraints
Mode  Integer
Minimum  -1
source code {
    "type": "integer",
    "minimum": -1
}

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

Property IndexedLineSet / @coordIndex
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1350.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@coordIndex": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "integer",
        "minimum": -1
    }
}

Array item wildcard IndexedLineSet / @coordIndex > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1351.png
type Numeric
numeric constraints
Mode  Integer
Minimum  -1
source code {
    "type": "integer",
    "minimum": -1
}

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

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

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

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

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

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