Class Summary |
ActivePatternType |
# only active patterns are reported
active-pattern = element active-pattern {
attribute id { xsd:ID }? |
DiagnosticReferenceType |
# only references are reported, not the diagnostic
diagnostic-reference = element diagnostic-reference {
attribute diagnostic { xsd:NMTOKEN },
human-text
}
Java class for DiagnosticReferenceType complex type. |
FailedAssertType |
# only failed assertions are reported
failed-assert = element failed-assert {
attlist.assert-and-report,
diagnostic-reference*,
human-text
}
Java class for FailedAssertType complex type. |
FiredRuleType |
# only rules that are fired are reported,
fired-rule =
element fired-rule {
attribute id { xsd:ID }? |
NsPrefixInAttributeValuesType |
# only namespaces from sch:ns need to be reported
ns-prefix-in-attribute-values = element ns-prefix-in-attribute-values {
attribute prefix { xsd:NMTOKEN },
attribute uri { text },
empty
}
Java class for NsPrefixInAttributeValuesType complex type. |
ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.oclc.purl.dsdl.svrl package. |
SchematronOutputType |
schematron-output = element schematron-output {
attribute title { text }? |
SuccessfulReportType |
# only successful asserts are reported
successful-report = element successful-report {
attlist.assert-and-report,
diagnostic-reference*,
human-text
}
Java class for SuccessfulReportType complex type. |