blob: f75b67b27144b819c3aa41f7d8032be3be738d88 [file] [log] [blame]
Daniel Veillard5fe95a82005-07-31 14:05:18 +00001<schema xmlns="http://www.ascc.net/xml/schematron" >
2 <pattern name="Attribute test">
3 <rule context="CCC">
4 <assert test="@name">attribute name is not present</assert>
5 <report test="@name">attribute name is present</report>
6 </rule>
7 </pattern>
8</schema>