counter
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
Counter value for a specific component in a specific context. A counter is a
value that a component can adjust during processing.
XML
Elements
| name (type) |
min/max occurs |
description |
|
context (string)
|
0/1 |
The context of the counter.
|
|
id (string)
|
0/1 |
The id of the counter.
|
|
name (string)
|
0/1 |
The name of the counter
|
|
value (string)
|
0/1 |
The value for the counter
|
|
valueCount (long)
|
0/1 |
|
JSON
| property |
type |
description |
| context |
context (string)
|
The context of the counter.
|
| id |
id (string)
|
The id of the counter.
|
| name |
name (string)
|
The name of the counter
|
| value |
value (string)
|
The value for the counter
|
| valueCount |
valueCount (long)
|
|