| diagram | ![]() |
| location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json |
| type | Object |
| properties | |
| used by | Scene / -children > array items [0]+ / Schema / TransmitterPdu -allNodes > array items [0]+ / Schema / TransmitterPdu -child / TransmitterPdu -children > array items [0]+ / Schema / TransmitterPdu |
| source code | "TransmitterPdu": { "type": "object", "properties": { "@DEF": { "type": "string" }, "@USE": { "type": "string" }, "IS": { "$ref": "#/definitions/IS" }, "@address": { "type": "string", "default": "localhost" }, "@antennaLocation": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "@antennaPatternLength": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@antennaPatternType": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@applicationID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@bboxCenter": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "@bboxSize": { "$ref": "#/definitions/@bboxSize" }, "@cryptoKeyID": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 }, "@cryptoSystem": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@enabled": { "type": "boolean", "default": true }, "@entityID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@frequency": { "type": "integer", "minimum": 0 }, "@geoCoords": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "@geoSystem": { "$ref": "#/definitions/@geoSystem" }, "@inputSource": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 }, "@lengthOfModulationParameters": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 }, "@modulationTypeDetail": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@modulationTypeMajor": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@modulationTypeSpreadSpectrum": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@modulationTypeSystem": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@multicastRelayHost": { "type": "string" }, "@multicastRelayPort": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@networkMode": { "type": "string", "enum": [ "standAlone", "networkReader", "networkWriter" ], "default": "standAlone" }, "@port": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@power": { "type": "number", "minimum": 0, "default": 0 }, "@radioEntityTypeCategory": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 }, "@radioEntityTypeCountry": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@radioEntityTypeDomain": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 }, "@radioEntityTypeKind": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 }, "@radioEntityTypeNomenclature": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 }, "@radioEntityTypeNomenclatureVersion": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@radioID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@readInterval": { "type": "number", "minimum": 0, "default": 0.1 }, "@relativeAntennaLocation": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "@rtpHeaderExpected": { "type": "boolean", "default": false }, "@siteID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@transmitFrequencyBandwidth": { "type": "number", "default": 0 }, "@transmitState": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 }, "@whichGeometry": { "type": "integer", "minimum": -1, "default": 1 }, "@writeInterval": { "type": "number", "minimum": 0, "default": 1 }, "-metadata": { "$ref": "#/definitions/-metadata" }, "-children": { "$ref": "#/definitions/-commentRoute" } }, "additionalProperties": false } |
| diagram | ![]() |
||
| property details |
|
||
| type | String | ||
| source code | "@DEF": { "type": "string" } |
| diagram | ![]() |
||
| property details |
|
||
| type | String | ||
| source code | "@USE": { "type": "string" } |
| diagram | ![]() |
||
| property details |
|
||
| reference | IS | ||
| source code | "IS": { "$ref": "#/definitions/IS" } |
| diagram | ![]() |
||
| property details |
|
||
| schema details |
|
||
| type | String | ||
| source code | "@address": { "type": "string", "default": "localhost" } |
| diagram | ![]() |
||||
| property details |
|
||||
| type | Array | ||||
| array constraints |
|
||||
| array items |
|
||||
| source code | "@antennaLocation": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } } |
| diagram | ![]() |
||
| schema details |
|
||
| type | Numeric | ||
| source code | { "type": "number", "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@antennaPatternLength": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@antennaPatternType": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@applicationID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||||
| property details |
|
||||
| type | Array | ||||
| array constraints |
|
||||
| array items |
|
||||
| source code | "@bboxCenter": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } } |
| diagram | ![]() |
||
| schema details |
|
||
| type | Numeric | ||
| source code | { "type": "number", "default": 0 } |
| diagram | ![]() |
||
| property details |
|
||
| reference | @bboxSize | ||
| source code | "@bboxSize": { "$ref": "#/definitions/@bboxSize" } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@cryptoKeyID": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@cryptoSystem": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||
| property details |
|
||
| schema details |
|
||
| type | Boolean | ||
| source code | "@enabled": { "type": "boolean", "default": true } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@entityID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||||
| property details |
|
||||
| type | Numeric | ||||
| numeric constraints |
|
||||
| source code | "@frequency": { "type": "integer", "minimum": 0 } |
| diagram | ![]() |
||||
| property details |
|
||||
| type | Array | ||||
| array constraints |
|
||||
| array items |
|
||||
| source code | "@geoCoords": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } } |
| diagram | ![]() |
||
| schema details |
|
||
| type | Numeric | ||
| source code | { "type": "number", "default": 0 } |
| diagram | ![]() |
||
| property details |
|
||
| reference | @geoSystem | ||
| source code | "@geoSystem": { "$ref": "#/definitions/@geoSystem" } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@inputSource": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@lengthOfModulationParameters": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@modulationTypeDetail": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@modulationTypeMajor": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@modulationTypeSpreadSpectrum": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@modulationTypeSystem": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||
| property details |
|
||
| type | String | ||
| source code | "@multicastRelayHost": { "type": "string" } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@multicastRelayPort": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||||||||
| property details |
|
||||||||
| schema details |
|
||||||||
| type | String | ||||||||
| enumerations |
|
||||||||
| source code | "@networkMode": { "type": "string", "enum": [ "standAlone", "networkReader", "networkWriter" ], "default": "standAlone" } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@port": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||
| property details |
|
||
| schema details |
|
||
| type | Numeric | ||
| numeric constraints |
|
||
| source code | "@power": { "type": "number", "minimum": 0, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@radioEntityTypeCategory": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@radioEntityTypeCountry": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@radioEntityTypeDomain": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@radioEntityTypeKind": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@radioEntityTypeNomenclature": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@radioEntityTypeNomenclatureVersion": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@radioID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||
| property details |
|
||
| schema details |
|
||
| type | Numeric | ||
| numeric constraints |
|
||
| source code | "@readInterval": { "type": "number", "minimum": 0, "default": 0.1 } |
| diagram | ![]() |
||||
| property details |
|
||||
| type | Array | ||||
| array constraints |
|
||||
| array items |
|
||||
| source code | "@relativeAntennaLocation": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } } |
| diagram | ![]() |
||
| schema details |
|
||
| type | Numeric | ||
| source code | { "type": "number", "default": 0 } |
| diagram | ![]() |
||
| property details |
|
||
| schema details |
|
||
| type | Boolean | ||
| source code | "@rtpHeaderExpected": { "type": "boolean", "default": false } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@siteID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
| diagram | ![]() |
||
| property details |
|
||
| schema details |
|
||
| type | Numeric | ||
| source code | "@transmitFrequencyBandwidth": { "type": "number", "default": 0 } |
| diagram | ![]() |
||||||
| property details |
|
||||||
| schema details |
|
||||||
| type | Numeric | ||||||
| numeric constraints |
|
||||||
| source code | "@transmitState": { "type": "integer", "minimum": 0, "maximum": 255, "default": 0 } |
| diagram | ![]() |
||||
| property details |
|
||||
| schema details |
|
||||
| type | Numeric | ||||
| numeric constraints |
|
||||
| source code | "@whichGeometry": { "type": "integer", "minimum": -1, "default": 1 } |
| diagram | ![]() |
||
| property details |
|
||
| schema details |
|
||
| type | Numeric | ||
| numeric constraints |
|
||
| source code | "@writeInterval": { "type": "number", "minimum": 0, "default": 1 } |
| diagram | ![]() |
||
| property details |
|
||
| reference | -metadata | ||
| source code | "-metadata": { "$ref": "#/definitions/-metadata" } |
| diagram | ![]() |
||
| property details |
|
||
| reference | -commentRoute | ||
| source code | "-children": { "$ref": "#/definitions/-commentRoute" } |