operation element
| Type: | operation |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
| Available Since: | 1.4 |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<operation>
<name>...</name>
<description>...</description>
<permanent>...</permanent>
</operation>
Example JSON
{
"name" : "...",
"description" : "...",
"permanent" : false
}