|
BPMN-OS
BPMN for optimization and simulation
|
A struct representing an attribute of an XML-node. More...
The Attribute struct stores information about the namespace, prefix, name, and value of the attribute.
Definition at line 73 of file XMLObject.h.
#include <bpmn++.h>
Public Attributes | |
| Namespace | xmlns |
| Namespace | prefix |
| AttributeName | name |
| Value | value |
| AttributeName XML::Attribute::name |