Schema definition HAnimSegment
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1245.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
@centerOfMass   Optional
@mass   Optional
@momentsOfInertia   Optional
@name   Optional
-children   Optional
-coord   Optional
-displacers   Optional
-metadata   Optional
used by Scene / -children > array items [0]+ / Schema / HAnimSegment
TransformSensor / -targetObject > array items [0]+ / Schema / HAnimSegment
-allNodes > array items [0]+ / Schema / HAnimSegment
-child / HAnimSegment
-children > array items [0]+ / Schema / HAnimSegment
-grouping > array items [0]+ / Schema / HAnimSegment
-jointChildren > array items [0]+ / Schema / HAnimSegment
-pickTarget > array items [0]+ / Schema / HAnimSegment
-segments > array items [0]+ / Schema / HAnimSegment
source code "HAnimSegment": {
    "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"
        },
        "@centerOfMass": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@mass": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "@momentsOfInertia": {
            "type": "array",
            "minItems": 9,
            "maxItems": 9,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@name": {
            "type": "string"
        },
        "-children": {
            "$ref": "#/definitions/-children"
        },
        "-coord": {
            "$ref": "#/definitions/-coord"
        },
        "-displacers": {
            "$ref": "#/definitions/-displacers"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        }
    },
    "additionalProperties": false
}

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

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

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

Property HAnimSegment / @bboxCenter
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1249.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 HAnimSegment / @bboxCenter > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1250.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

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

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

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

Property HAnimSegment / @mass
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1254.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
source code "@mass": {
    "type": "number",
    "minimum": 0,
    "default": 0
}

Property HAnimSegment / @momentsOfInertia
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1255.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  9
Max Items  9
array items
[0 - 8]  Schema
source code "@momentsOfInertia": {
    "type": "array",
    "minItems": 9,
    "maxItems": 9,
    "items": {
        "type": "number",
        "default": 0
    }
}

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

Property HAnimSegment / @name
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1257.png
property details
Occurrence  Optional
type String
source code "@name": {
    "type": "string"
}

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

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

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

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


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