Below are the different type of tags that can be found in Graphics Builder.
Tag names are restricted to the following characters:
- Must start with ASCII lower case letter (a-z)
- Must contain only ASCII letters, digits, or underbar (a-z, A-Z, 0-9, _)
- By convention use camel case (fooBarBaz)
Marker - the tag is merely a marker annotation and has no meaningful value. Marker tags are used to indicate a "type" or "is-a" relationship.
String - a string of Unicode characters.
Number - integer or floating point number annotated with an optional unit of measurement.
Boolean - boolean "true" or "false".
Array - an ordered series or arrangement.
Object - a collection of properties, and a property is an association between a name (or key) and a value.