Sha256: 9834ecffd5940f37dbc9281557ce1c78112c925a8c9ca43bb5c1569a81fa9e33
Contents?: true
Size: 442 Bytes
Versions: 2
Compression:
Stored size: 442 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2"> <pattern> <rule context="*:test"> <report test="*:testable"> There should be 'testable' elements within 'test's. </report> </rule> <rule context="*:test/*:testable"> <assert test="@test-attr">Testables must have have the 'test-attr' attribute.</assert> </rule> </pattern> </schema>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
schematronium-0.1.0-java | test/test_data/schematron/test.sch |
schematronium-0.0.0-java | test/test_data/schematron/test.sch |