AttrsDict
A dictionary object containing attributes and their value(s).
For each entry in the dictionary the key is the attribute's name, while the value is either a singular string value or a list of string values if the attribute is multi-valued.
For example:
attrsDict = {'attr1': 'value1', 'attr2': ['value2-1','value2-2']}