svrl:schematron-output
Element information
Namespace: http://purl.oclc.org/dsdl/svrl
Schema document: svrl.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- svrl:text [0..*]
- svrl:ns-prefix-in-attribute-values [0..*]
- Sequence [1..*]
- svrl:active-pattern [1..1]
- Sequence [1..*]
- svrl:fired-rule [1..1]
- Choice [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
title | [0..1] | xsd:anySimpleType | ||
phase | [0..1] | xsd:NMTOKEN | ||
schemaVersion | [0..1] | xsd:anySimpleType |
Sample instance
<svrl:schematron-output> <svrl:text>string</svrl:text> <svrl:ns-prefix-in-attribute-values prefix="NMTOKEN" uri="any text content"/> <svrl:active-pattern/> <svrl:fired-rule context="any text content"/> <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> </svrl:schematron-output>