businessTransactionRecorder element
Type: | businessTransactionRecorder |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<businessTransactionRecorder type="..." description="..." name="..." uri="..." hasChildren="..." internal="...">
<businessTransactionDefinitions type="..." location="..." name="..." uri="..." hasChildren="..." internal="..." />
<businessTransactionDefinitions type="..." location="..." name="...">
<!--...-->
</businessTransactionDefinitions>
<!--...more "businessTransactionDefinitions" elements...-->
<dataSource schema="..." name="..." uri="..." type="..." hasChildren="..." internal="..." />
</businessTransactionRecorder>
Example JSON
{
"type" : "...",
"description" : "...",
"name" : "...",
"businessTransactionDefinitions" : [ {
"type" : "...",
"location" : "...",
"name" : "...",
"uri" : {
"value" : "..."
},
"hasChildren" : "...",
"internal" : "..."
}, ... ],
"dataSource" : {
"schema" : "...",
"name" : "...",
"uri" : {
"value" : "..."
},
"type" : "...",
"hasChildren" : "...",
"internal" : "..."
},
"uri" : {
"value" : "..."
},
"hasChildren" : "...",
"internal" : "..."
}