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