Issue Element

Represents a single validation issue in the document.

Syntax

<Issue
    ID
    [Ignored]>
</Issue>

Attributes

ID

Required unsigned Long. Specifies the unique identifier of the validation issue.

[Ignored]

Optional Boolean. Specifies whether the validation issue is currently ignored. The default is False.

Element properties

Property

Value

Name

Issue

Minimum Occurrences

0

Maximum Occurrences

Unbounded

Element information

Parent elements

Issues

Child elements

IssueTarget

RuleInfo

See also

ValidationIssue Object