name | data type | description |
---|---|---|
OperatorRef | OperatorRefStructure | |
OperatorName | array of NaturalLanguageStringStructure | |
OperatorShortName | array of NaturalLanguageStringStructure | |
OperationalUnitRef | array of OperationalUnitRefStructure | |
Extensions | Extensions |
Example
{ "OperatorRef" : { "value" : "..." }, "OperatorName" : [ { "value" : "...", "lang" : "..." }, { "value" : "...", "lang" : "..." } ], "OperatorShortName" : [ { "value" : "...", "lang" : "..." }, { "value" : "...", "lang" : "..." } ], "OperationalUnitRef" : [ { "value" : "..." }, { "value" : "..." } ], "Extensions" : { "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" : { } } ] } }