| name | data type | description | 
|---|---|---|
| GeneralMessageServiceCapabilities | GeneralMessageServiceCapabilitiesStructure | |
| GeneralMessagePermissions | GeneralMessagePermissions | |
| Extensions | ExtensionsStructure | |
| version | string | |
Properties inherited from AbstractServiceCapabilitiesResponseStructure | 
        ||
| RequestMessageRef | MessageQualifierStructure | |
| Status | boolean | |
| ErrorCondition | ServiceDeliveryErrorConditionStructure | |
Properties inherited from ResponseStructure | 
        ||
| ResponseTimestamp | string | |
Example
{
  "GeneralMessageServiceCapabilities" : {
    "TopicFiltering" : {
      "DefaultPreviewInterval" : { },
      "FilterByInfoChannel" : true
    },
    "RequestPolicy" : {
      "NationalLanguage" : [ "...", "..." ],
      "GmlCoordinateFormat" : "...",
      "WgsDecimalDegrees" : "..."
    },
    "AccessControl" : {
      "CheckInfoChannelRef" : true,
      "RequestChecking" : true
    },
    "GeneralInteraction" : {
      "Interaction" : { },
      "Delivery" : { },
      "MultipartDespatch" : true,
      "MultipleSubscriberFilter" : true,
      "HasConfirmDelivery" : true,
      "HasHeartbeat" : true,
      "VisitNumberisOrder" : true
    },
    "TransportDescription" : {
      "CommunicationsTransportMethod" : "other",
      "CompressionMethod" : "none"
    }
  },
  "GeneralMessagePermissions" : {
    "GeneralMessagePermission" : [ {
      "InfoChannelPermissions" : { },
      "Extensions" : { },
      "AllParticipants" : "...",
      "ParticipantRef" : { },
      "GeneralCapabilities" : { }
    }, {
      "InfoChannelPermissions" : { },
      "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" : "..."
}