AreaDestination Data Type

Implemented Interfaces
Serializable
Properties
name data type description
area Area
areaDestinationExtension ExtensionType

Example

{
  "area" : {
    "alertCArea" : {
      "alertCLocationCountryCode" : "...",
      "alertCLocationTableNumber" : "...",
      "alertCLocationTableVersion" : "...",
      "areaLocation" : { },
      "alertCAreaExtension" : { }
    },
    "tpegareaLocation" : {
      "tpegLocationType" : "other",
      "tpegheight" : { },
      "tpegareaLocationExtension" : { }
    },
    "areaExtension" : {
      "anies" : [ { }, { } ]
    },
    "locationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "areaDestinationExtension" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  }
}