| name | data type | description |
|---|---|---|
| StopTimetableServiceCapabilities | StopTimetableServiceCapabilitiesStructure | |
| StopTimetablePermissions | StopTimetablePermissions | |
| Extensions | ExtensionsStructure | |
| version | string | |
Properties inherited from AbstractServiceCapabilitiesResponseStructure |
||
| RequestMessageRef | MessageQualifierStructure | |
| Status | boolean | |
| ErrorCondition | ServiceDeliveryErrorConditionStructure | |
Properties inherited from ResponseStructure |
||
| ResponseTimestamp | string | |
Example
{
"StopTimetableServiceCapabilities" : {
"TopicFiltering" : {
"FilterByMonitoringRef" : true,
"FilterByLineRef" : true,
"FilterByDirectionRef" : true
},
"RequestPolicy" : {
"UseReferences" : true,
"UseNames" : true,
"NationalLanguage" : [ "...", "..." ],
"GmlCoordinateFormat" : "...",
"WgsDecimalDegrees" : "..."
},
"AccessControl" : {
"CheckOperatorRef" : true,
"CheckLineRef" : true,
"CheckMonitoringRef" : true,
"RequestChecking" : true
},
"Extensions" : {
"any" : { }
},
"GeneralInteraction" : {
"Interaction" : { },
"Delivery" : { },
"MultipartDespatch" : true,
"MultipleSubscriberFilter" : true,
"HasConfirmDelivery" : true,
"HasHeartbeat" : true,
"VisitNumberisOrder" : true
},
"TransportDescription" : {
"CommunicationsTransportMethod" : "other",
"CompressionMethod" : "other"
}
},
"StopTimetablePermissions" : {
"StopTimetablePermission" : [ {
"OperatorPermissions" : { },
"LinePermissions" : { },
"StopMonitorPermissions" : { },
"Extensions" : { },
"AllParticipants" : "...",
"ParticipantRef" : { },
"GeneralCapabilities" : { }
}, {
"OperatorPermissions" : { },
"LinePermissions" : { },
"StopMonitorPermissions" : { },
"Extensions" : { },
"AllParticipants" : "...",
"ParticipantRef" : { },
"GeneralCapabilities" : { }
} ],
"PermissionVersionRef" : {
"value" : "..."
}
},
"Extensions" : {
"any" : { }
},
"version" : "...",
"RequestMessageRef" : {
"value" : "..."
},
"Status" : true,
"ErrorCondition" : {
"CapabilityNotSupportedError" : {
"CapabilityRef" : { }
},
"AccessNotAllowedError" : {
"ErrorText" : "..."
},
"NoInfoForTopicError" : {
"ErrorText" : "..."
},
"AllowedResourceUsageExceededError" : {
"ErrorText" : "..."
},
"OtherError" : {
"ErrorText" : "..."
},
"Description" : {
"value" : "..."
}
},
"ResponseTimestamp" : "..."
}