PredefinedLocationSet Data Type

Implemented Interfaces
Serializable
Properties
name data type description
predefinedLocationSetName MultilingualString
predefinedLocationSetVersion number
predefinedLocation array of PredefinedLocation
predefinedLocationSetExtension ExtensionType
id string

Example

{
  "predefinedLocationSetName" : {
    "values" : {
      "value" : [ { }, { } ]
    }
  },
  "predefinedLocationSetVersion" : 12345,
  "predefinedLocation" : [ {
    "predefinedLocationName" : {
      "values" : { }
    },
    "predefinedLocation" : {
      "externalReferencing" : [ { }, { } ],
      "locationForDisplay" : { },
      "locationExtension" : { }
    },
    "predefinedLocationExtension" : {
      "anies" : [ { }, { } ]
    },
    "id" : "..."
  }, {
    "predefinedLocationName" : {
      "values" : { }
    },
    "predefinedLocation" : {
      "externalReferencing" : [ { }, { } ],
      "locationForDisplay" : { },
      "locationExtension" : { }
    },
    "predefinedLocationExtension" : {
      "anies" : [ { }, { } ]
    },
    "id" : "..."
  } ],
  "predefinedLocationSetExtension" : {
    "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" : { }
    } ]
  },
  "id" : "..."
}