| name | data type | description |
|---|---|---|
| TopicFiltering | TopicFiltering | |
| RequestPolicy | CapabilityRequestPolicyStructure | |
| AccessControl | GeneralMessageCapabilityAccessControlStructure | |
Properties inherited from AbstractCapabilitiesStructure |
||
| GeneralInteraction | CapabilityGeneralInteractionStructure | |
| TransportDescription | TransportDescriptionStructure | |
Example
{
"TopicFiltering" : {
"DefaultPreviewInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"FilterByInfoChannel" : true
},
"RequestPolicy" : {
"NationalLanguage" : [ "...", "..." ],
"Translations" : true,
"WgsDecimalDegrees" : "...",
"GmlCoordinateFormat" : "..."
},
"AccessControl" : {
"CheckInfoChannelRef" : true,
"RequestChecking" : true
},
"GeneralInteraction" : {
"Interaction" : {
"RequestResponse" : true,
"PublishSubscribe" : true
},
"Delivery" : {
"DirectDelivery" : true,
"FetchedDelivery" : true
},
"MultipartDespatch" : true,
"MultipleSubscriberFilter" : true,
"HasConfirmDelivery" : true,
"HasHeartbeat" : true,
"VisitNumberisOrder" : true
},
"TransportDescription" : {
"CommunicationsTransportMethod" : "httpPost",
"CompressionMethod" : "other"
}
}