Difference between revisions of "Quality control framework/XML Schema"
Jump to navigation
Jump to search
(Created page with 'The XML Schema doesn't exist yet for statistics, but here's the example so far. <pre> <?xml version="1.0"?> <statistics type="apertium" version="1.0"> <regressions> <regress…') |
|||
Line 2: | Line 2: | ||
<pre> |
<pre> |
||
<?xml version= |
<?xml version='1.0' encoding='utf-8'?> |
||
<statistics type="apertium" version="1.0"> |
<statistics type="apertium" version="1.0"> |
||
<regressions> |
<regressions> |
||
<regression date=" |
<regression date="2011-05-24T14:01:01.331114"> |
||
<name>Example |
<name>Example</name> |
||
<checksum> |
<checksum type="sha1">dcbc8f63b06c899b9db957f0e03466860fce8056</checksum> |
||
<passes> |
<passes>12</passes> |
||
<fails> |
<fails>3</fails> |
||
</regression> |
</regression> |
||
</regressions> |
</regressions> |
||
</statistics> |
</statistics> |
||
</pre> |
</pre> |
Revision as of 03:59, 24 May 2011
The XML Schema doesn't exist yet for statistics, but here's the example so far.
<?xml version='1.0' encoding='utf-8'?> <statistics type="apertium" version="1.0"> <regressions> <regression date="2011-05-24T14:01:01.331114"> <name>Example</name> <checksum type="sha1">dcbc8f63b06c899b9db957f0e03466860fce8056</checksum> <passes>12</passes> <fails>3</fails> </regression> </regressions> </statistics>