doc/share/xml/freebsd.sch
2013-03-15 07:47:22 +00:00

19 lines
744 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $FreeBSD$ -->
<schema xmlns="http://purl.oclc.org/dsdl/schematron">
<pattern name="Check file reference validity">
<rule context="//*/@fileref">
<assert test="contains(., '.')">File reference does not have an extension.</assert>
</rule>
</pattern>
<pattern name="Check callout validity">
<rule context="/">
<report test="//screenco">Callouts with screenco are not supported; use screen and co instead.</report>
<report test="//programlistingco">Callouts with programlistingco are not supported; use programlisting and co instead.</report>
<report test="//graphicco">Callouts on graphics are not supported.</report>
</rule>
</pattern>
</schema>