| name | data type | description | 
|---|---|---|
| ConnectionTimetableServiceCapabilities | ConnectionTimetableServiceCapabilitiesStructure | |
| ConnectionTimetablePermissions | ConnectionTimetablePermissions | |
| Extensions | ExtensionsStructure | |
| version | string | |
Properties inherited from AbstractServiceCapabilitiesResponseStructure | 
        ||
| RequestMessageRef | MessageQualifierStructure | |
| Status | boolean | |
| ErrorCondition | ServiceDeliveryErrorConditionStructure | |
Properties inherited from ResponseStructure | 
        ||
| ResponseTimestamp | string | |
Example
{
  "ConnectionTimetableServiceCapabilities" : {
    "TopicFiltering" : {
      "FilterByLineRef" : true,
      "FilterByConnectionLinkRef" : true
    },
    "RequestPolicy" : {
      "ForeignJourneysOnly" : true,
      "NationalLanguage" : [ "...", "..." ],
      "GmlCoordinateFormat" : "...",
      "WgsDecimalDegrees" : "..."
    },
    "SubscriptionPolicy" : {
      "HasIncrementalUpdates" : true,
      "HasChangeSensitivity" : true
    },
    "AccessControl" : {
      "CheckOperatorRef" : true,
      "CheckLineRef" : true,
      "CheckConnectionLinkRef" : true,
      "RequestChecking" : true
    },
    "Extensions" : {
      "any" : { }
    },
    "GeneralInteraction" : {
      "Interaction" : { },
      "Delivery" : { },
      "MultipartDespatch" : true,
      "MultipleSubscriberFilter" : true,
      "HasConfirmDelivery" : true,
      "HasHeartbeat" : true,
      "VisitNumberisOrder" : true
    },
    "TransportDescription" : {
      "CommunicationsTransportMethod" : "httpPost",
      "CompressionMethod" : "other"
    }
  },
  "ConnectionTimetablePermissions" : {
    "ConnectionTimetablePermission" : [ {
      "OperatorPermissions" : { },
      "LinePermissions" : { },
      "ConnectionLinkPermissions" : { },
      "Extensions" : { },
      "AllParticipants" : "...",
      "ParticipantRef" : { },
      "GeneralCapabilities" : { }
    }, {
      "OperatorPermissions" : { },
      "LinePermissions" : { },
      "ConnectionLinkPermissions" : { },
      "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" : "..."
}