| name | data type | description |
|---|---|---|
| InfoMessageIdentifier | InfoMessageRefStructure | |
| InfoChannelRef | InfoChannelRefStructure | |
| Extensions | Extensions | |
Properties inherited from AbstractReferencingItemStructure |
||
| ItemRef | ItemRefStructure | |
Properties inherited from AbstractItemStructure |
||
| RecordedAtTime | string | |
Example
{
"InfoMessageIdentifier" : {
"value" : "..."
},
"InfoChannelRef" : {
"value" : "..."
},
"Extensions" : {
"any" : {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}
},
"ItemRef" : {
"value" : "..."
},
"RecordedAtTime" : "..."
}