Sha256: 2ee7a0eb888acd5ab8a6c7ceb2b59967a939b44cb6076c7610c0db4f0f597ca7
Contents?: true
Size: 532 Bytes
Versions: 6
Compression:
Stored size: 532 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2"> <sch:pattern> <sch:rule context="article"> <sch:assert test="title" id="a001"> article should have a title </sch:assert> </sch:rule> <sch:rule context="section"> <sch:assert test="title" id="a002"> section should have a title </sch:assert> </sch:rule> </sch:pattern> </sch:schema>
Version data entries
6 entries across 3 versions & 1 rubygems