File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / schematron / zvon13.sct
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:37:59 2012 UTC (12 years, 6 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

<schema xmlns="http://www.ascc.net/xml/schematron" >
     <pattern name="Sum equals 100%.">
          <rule context="Total">
               <assert test="sum(//Percent) = 100">The values do not sum to 100%. </assert>
          </rule>
     </pattern>
</schema>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>