SituationExchangeDeliveriesStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
SituationExchangeDelivery array of SituationExchangeDeliveryStructure

Example

{
  "SituationExchangeDelivery" : [ {
    "PtSituationContext" : {
      "CountryRef" : { },
      "ParticipantRef" : { },
      "TopographicPlaceRef" : "...",
      "TopographicPlaceName" : [ { }, { } ],
      "DefaultLanguage" : "...",
      "NetworkContext" : { },
      "Actions" : { },
      "Extensions" : { }
    },
    "Situations" : {
      "PtSituationElement" : [ { }, { } ],
      "RoadSituationElement" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "SubscriberRef" : {
      "value" : "..."
    },
    "SubscriptionFilterRef" : {
      "value" : "..."
    },
    "SubscriptionRef" : {
      "value" : "..."
    },
    "RequestMessageRef" : {
      "value" : "..."
    },
    "DelegatorAddress" : "...",
    "DelegatorRef" : {
      "value" : "..."
    },
    "Status" : true,
    "ErrorCondition" : {
      "OtherError" : { },
      "AllowedResourceUsageExceededError" : { },
      "UnknownExtensionsError" : { },
      "ParametersIgnoredError" : { },
      "NoInfoForTopicError" : { },
      "BeyondDataHorizon" : { },
      "InvalidDataReferencesError" : { },
      "AccessNotAllowedError" : { },
      "CapabilityNotSupportedError" : { },
      "ServiceNotAvailableError" : { },
      "EndpointNotAvailableAccessError" : { },
      "EndpointDeniedAccessError" : { },
      "UnknownEndpointError" : { },
      "UnknownParticipantError" : { },
      "UnapprovedKeyAccessError" : { },
      "Description" : { }
    },
    "ValidUntil" : "...",
    "ShortestPossibleCycle" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "DefaultLanguage" : "...",
    "ResponseTimestamp" : "..."
  }, {
    "PtSituationContext" : {
      "CountryRef" : { },
      "ParticipantRef" : { },
      "TopographicPlaceRef" : "...",
      "TopographicPlaceName" : [ { }, { } ],
      "DefaultLanguage" : "...",
      "NetworkContext" : { },
      "Actions" : { },
      "Extensions" : { }
    },
    "Situations" : {
      "PtSituationElement" : [ { }, { } ],
      "RoadSituationElement" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "SubscriberRef" : {
      "value" : "..."
    },
    "SubscriptionFilterRef" : {
      "value" : "..."
    },
    "SubscriptionRef" : {
      "value" : "..."
    },
    "RequestMessageRef" : {
      "value" : "..."
    },
    "DelegatorAddress" : "...",
    "DelegatorRef" : {
      "value" : "..."
    },
    "Status" : true,
    "ErrorCondition" : {
      "OtherError" : { },
      "AllowedResourceUsageExceededError" : { },
      "UnknownExtensionsError" : { },
      "ParametersIgnoredError" : { },
      "NoInfoForTopicError" : { },
      "BeyondDataHorizon" : { },
      "InvalidDataReferencesError" : { },
      "AccessNotAllowedError" : { },
      "CapabilityNotSupportedError" : { },
      "ServiceNotAvailableError" : { },
      "EndpointNotAvailableAccessError" : { },
      "EndpointDeniedAccessError" : { },
      "UnknownEndpointError" : { },
      "UnknownParticipantError" : { },
      "UnapprovedKeyAccessError" : { },
      "Description" : { }
    },
    "ValidUntil" : "...",
    "ShortestPossibleCycle" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "DefaultLanguage" : "...",
    "ResponseTimestamp" : "..."
  } ]
}