5.115.1.1 AttributeList
-
Type AttributeList = [next: AttributeList, value: AttributeListElement]
AttributeList is an abstract type that contains information about the attributes of an object. It is a tuple of the following:
next: The next tuple.
value: An attribute type and its value(s).