| name | data type | description |
|---|---|---|
| VehicleRef | VehicleRef | |
| VehicleRegistrationNumberPlate | array of string | |
| PhoneNumber | string | |
| IPAddress | string | |
| RadioAddress | string | |
| FramedVehicleJourneyRef | FramedVehicleJourneyRefStructure | |
| Location | LocationStructure | |
| CurrentLocation | LocationStructure | |
| AccessibilityAssessment | AccessibilityAssessmentStructure | |
| OperatorRef | OperatorRefStructure | |
| ProductCategoryRef | ProductCategoryRefStructure | |
| ServiceFeatureRef | array of ServiceFeatureRef | |
| VehicleFeatureRef | array of VehicleFeatureRefStructure | |
| TrainBlockPart | array of TrainBlockPartStructure | |
| BlockRef | BlockRefStructure | |
| CourseOfJourneyRef | CourseOfJourneyRefStructure | |
| InCongestion | boolean | |
| InPanic | boolean | |
| HeadwayService | boolean | |
| Extensions | Extensions |
Example
{
"VehicleRef" : {
"value" : "..."
},
"VehicleRegistrationNumberPlate" : [ "...", "..." ],
"PhoneNumber" : "...",
"IPAddress" : "...",
"RadioAddress" : "...",
"FramedVehicleJourneyRef" : {
"DataFrameRef" : {
"value" : "..."
},
"DatedVehicleJourneyRef" : "..."
},
"Location" : {
"Coordinates" : {
"value" : [ "...", "..." ]
},
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Precision" : 12345,
"id" : "...",
"srsName" : "..."
},
"CurrentLocation" : {
"Coordinates" : {
"value" : [ "...", "..." ]
},
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Precision" : 12345,
"id" : "...",
"srsName" : "..."
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : {
"AccessibilityLimitation" : [ { }, { } ]
},
"Suitabilities" : {
"Suitability" : [ { }, { } ]
},
"Extensions" : {
"anies" : [ { }, { } ],
"otherAttributes" : {
"property1" : "...",
"property2" : "..."
}
}
},
"OperatorRef" : {
"value" : "..."
},
"ProductCategoryRef" : {
"value" : "..."
},
"ServiceFeatureRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"VehicleFeatureRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"TrainBlockPart" : [ {
"NumberOfBlockParts" : 12345,
"TrainPartRef" : {
"value" : "..."
},
"PositionOfTrainBlockPart" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ]
}, {
"NumberOfBlockParts" : 12345,
"TrainPartRef" : {
"value" : "..."
},
"PositionOfTrainBlockPart" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ]
} ],
"BlockRef" : {
"value" : "..."
},
"CourseOfJourneyRef" : {
"value" : "..."
},
"InCongestion" : true,
"InPanic" : true,
"HeadwayService" : true,
"Extensions" : {
"anies" : [ {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}, {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
} ]
}
}