A collection of XML attributes.
XML attribute Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type | read | The class descriptor type. |
| index | integer | read | The index of the XML attribute within its containing object. |
| name | text | r/w | The name of the XML attribute. |
| object reference | XML attribute | read | An object reference for the object. |
| parent | XML element | read | The parent of the XML attribute (a XML element). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| value | text | r/w | The value of the XML attribute. |