| name | data type | description |
|---|---|---|
| predefinedLocationSetName | PredefinedLocationSetName | |
| predefinedLocation | array of PredefinedLocation | |
| predefinedLocationSetExtension | ExtensionType | |
| id | string |
Example
{
"predefinedLocationSetName" : {
"value" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ]
},
"predefinedLocation" : [ {
"predefinedLocationName" : {
"value" : [ { }, { } ]
},
"predefinedLocation" : {
"locationExtension" : { }
},
"predefinedLocationExtension" : {
"anies" : [ { }, { } ]
},
"id" : "..."
}, {
"predefinedLocationName" : {
"value" : [ { }, { } ]
},
"predefinedLocation" : {
"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" : "..."
}