svrl:failed-assert
Element information
Namespace: http://purl.oclc.org/dsdl/svrl
Schema document: svrl.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- svrl:diagnostic-reference [0..*]
- svrl:text [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group svrl:attlist.assert-and-report | |
location | [1..1] | xsd:anySimpleType | from group svrl:attlist.assert-and-report | |
test | [1..1] | xsd:anySimpleType | from group svrl:attlist.assert-and-report | |
role | [0..1] | xsd:NMTOKEN | from group svrl:attlist.assert-and-report | |
flag | [0..1] | xsd:NMTOKEN | from group svrl:attlist.assert-and-report |
Used in
- Anonymous type of element svrl:schematron-output
Sample instance
<svrl:failed-assert location="any text content" test="any text content"> <svrl:diagnostic-reference diagnostic="NMTOKEN"> <svrl:text>string</svrl:text> </svrl:diagnostic-reference> <svrl:text>string</svrl:text> </svrl:failed-assert>