attribute
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
Represents a processor's attribute for a provenance event.
XML
Elements
| name (type) |
min/max occurs |
description |
|
name (string)
|
0/1 |
The attribute name.
|
|
value (string)
|
0/1 |
The attribute value.
|
|
previousValue (string)
|
0/1 |
The value of this attribute before the event took place.
|
JSON
| property |
type |
description |
| name |
name (string)
|
The attribute name.
|
| value |
value (string)
|
The attribute value.
|
| previousValue |
previousValue (string)
|
The value of this attribute before the event took place.
|