PredefinedLocationsPublication Data Type

Implemented Interfaces
Serializable
Properties
name data type description
headerInformation HeaderInformation
predefinedLocationSet array of PredefinedLocationSet
predefinedLocationsPublicationExtension ExtensionType
Properties inherited from PayloadPublication
feedDescription MultilingualString
feedType string
publicationTime string
publicationCreator InternationalIdentifier
payloadPublicationExtension ExtensionType
lang string

Example

{
  "headerInformation" : {
    "areaOfInterest" : "neighbouringCountries",
    "confidentiality" : "restrictedToAuthorities",
    "informationStatus" : "technicalExercise",
    "urgency" : "urgent",
    "headerInformationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "predefinedLocationSet" : [ {
    "predefinedLocationSetName" : {
      "values" : { }
    },
    "predefinedLocationSetVersion" : 12345,
    "predefinedLocation" : [ {
      "predefinedLocationName" : { },
      "predefinedLocation" : { },
      "predefinedLocationExtension" : { },
      "id" : "..."
    }, {
      "predefinedLocationName" : { },
      "predefinedLocation" : { },
      "predefinedLocationExtension" : { },
      "id" : "..."
    } ],
    "predefinedLocationSetExtension" : {
      "anies" : [ { }, { } ]
    },
    "id" : "..."
  }, {
    "predefinedLocationSetName" : {
      "values" : { }
    },
    "predefinedLocationSetVersion" : 12345,
    "predefinedLocation" : [ {
      "predefinedLocationName" : { },
      "predefinedLocation" : { },
      "predefinedLocationExtension" : { },
      "id" : "..."
    }, {
      "predefinedLocationName" : { },
      "predefinedLocation" : { },
      "predefinedLocationExtension" : { },
      "id" : "..."
    } ],
    "predefinedLocationSetExtension" : {
      "anies" : [ { }, { } ]
    },
    "id" : "..."
  } ],
  "predefinedLocationsPublicationExtension" : {
    "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" : { }
    } ]
  },
  "feedDescription" : {
    "values" : {
      "value" : [ { }, { } ]
    }
  },
  "feedType" : "...",
  "publicationTime" : "...",
  "publicationCreator" : {
    "country" : "is",
    "nationalIdentifier" : "...",
    "internationalIdentifierExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "payloadPublicationExtension" : {
    "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" : { }
    } ]
  },
  "lang" : "..."
}