Attribute

Struct that represents the content of a single attribute

Members

Variables

attribute
string attribute;

The attribute name

type
AttributeType type;

The attribute type

val
string val;

The attribute value

Meta