| name | data type | description |
|---|---|---|
| PreviewInterval | Duration | |
| StartTime | string | |
| FacilityRef | array of FacilityRef | |
| FeatureRef | FeatureRef | |
| LineRef | LineRef | |
| StopPointRef | StopPointRef | |
| ConnectionLinkRef | ConnectionLinkRef | |
| VehicleJourneyRef | VehicleJourneyRef | |
| FramedVehicleJourneyRef | FramedVehicleJourneyRefStructure | |
| InterchangeRef | InterchangeRef | |
| VehicleRef | VehicleRef | |
| StopPlaceRef | StopPlaceRef | |
| StopPlaceComponentRef | StopPlaceComponentRefStructure | |
| AccessibilityNeedsFilter | array of AccessibilityNeedsFilterStructure | |
| Language | string | |
| IncludeTranslations | boolean | |
| MaximumNumberOfFacilityConditions | number | |
| Extensions | Extensions | |
| version | string | |
Properties inherited from AbstractServiceRequestStructure |
||
| MessageIdentifier | MessageQualifierStructure | |
Properties inherited from AbstractRequestStructure |
||
| RequestTimestamp | string | |
Example
{
"PreviewInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"StartTime" : "...",
"FacilityRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"FeatureRef" : {
"value" : "..."
},
"LineRef" : {
"value" : "..."
},
"StopPointRef" : {
"value" : "..."
},
"ConnectionLinkRef" : {
"value" : "..."
},
"VehicleJourneyRef" : {
"value" : "..."
},
"FramedVehicleJourneyRef" : {
"DataFrameRef" : {
"value" : "..."
},
"DatedVehicleJourneyRef" : "..."
},
"InterchangeRef" : {
"value" : "..."
},
"VehicleRef" : {
"value" : "..."
},
"StopPlaceRef" : {
"value" : "..."
},
"StopPlaceComponentRef" : {
"value" : "..."
},
"AccessibilityNeedsFilter" : [ {
"UserNeed" : [ {
"EncumbranceNeed" : "guideDog",
"MedicalNeed" : "allergic",
"PsychosensoryNeed" : "cognitiveInputImpairment",
"MobilityNeed" : "otherMobilityNeed",
"Excluded" : true,
"NeedRanking" : 12345,
"Extensions" : { }
}, {
"EncumbranceNeed" : "otherEncumbrance",
"MedicalNeed" : "allergic",
"PsychosensoryNeed" : "averseToCrowds",
"MobilityNeed" : "wheelchair",
"Excluded" : true,
"NeedRanking" : 12345,
"Extensions" : { }
} ]
}, {
"UserNeed" : [ {
"EncumbranceNeed" : "baggageTrolley",
"MedicalNeed" : "otherMedicalNeed",
"PsychosensoryNeed" : "auditoryImpairment",
"MobilityNeed" : "motorizedWheelchair",
"Excluded" : true,
"NeedRanking" : 12345,
"Extensions" : { }
}, {
"EncumbranceNeed" : "pushchair",
"MedicalNeed" : "otherMedicalNeed",
"PsychosensoryNeed" : "visualImpairment",
"MobilityNeed" : "motorizedWheelchair",
"Excluded" : true,
"NeedRanking" : 12345,
"Extensions" : { }
} ]
} ],
"Language" : "...",
"IncludeTranslations" : true,
"MaximumNumberOfFacilityConditions" : 12345,
"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" : { }
} ]
},
"version" : "...",
"MessageIdentifier" : {
"value" : "..."
},
"RequestTimestamp" : "..."
}