| name | data type | description | 
|---|---|---|
| ProductionTimetableServiceCapabilities | ProductionTimetableServiceCapabilitiesStructure | |
| ProductionTimetablePermissions | ProductionTimetablePermissions | |
| Extensions | ExtensionsStructure | |
| version | string | |
Properties inherited from AbstractServiceCapabilitiesResponseStructure | 
        ||
| RequestMessageRef | MessageQualifierStructure | |
| Status | boolean | |
| ErrorCondition | ServiceDeliveryErrorConditionStructure | |
Properties inherited from ResponseStructure | 
        ||
| ResponseTimestamp | string | |
Example
{
  "ProductionTimetableServiceCapabilities" : {
    "TopicFiltering" : {
      "FilterByValidityPeriod" : true,
      "FilterByOperatorRef" : true,
      "FilterByLineRef" : true,
      "FilterByVersionRef" : true
    },
    "RequestPolicy" : {
      "NationalLanguage" : [ "...", "..." ],
      "GmlCoordinateFormat" : "...",
      "WgsDecimalDegrees" : "..."
    },
    "SubscriptionPolicy" : {
      "HasIncrementalUpdates" : 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" : "other",
      "CompressionMethod" : "gzip"
    }
  },
  "ProductionTimetablePermissions" : {
    "ProductionTimetablePermission" : [ {
      "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" : "..."
}