| name | data type | description |
|---|---|---|
| lifeCycleManagement | LifeCycleManagement | |
| filterExitManagement | FilterExitManagement | |
| managementExtension | ExtensionType |
Example
{
"lifeCycleManagement" : {
"cancel" : true,
"end" : true,
"lifeCycleManagementExtension" : {
"anies" : [ { }, { } ]
}
},
"filterExitManagement" : {
"filterEnd" : true,
"filterOutOfRange" : true,
"filterExitManagementExtension" : {
"anies" : [ { }, { } ]
}
},
"managementExtension" : {
"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" : { }
} ]
}
}