root/WebContent/tutorial/test_1.xml @ 1295:87df30cf9e35

Revision 1295:87df30cf9e35, 1.3 KB (checked in by Thomas Gambet <tgambet@…>, 3 years ago)

fixed links to new mercurial repository

RevLine 
[1072]1<?xml version="1.0" ?>
[1081]2<observationresponse xmlns="http://www.w3.org/2009/10/unicorn/observationresponse" xml:lang="en" ref="tutorial/test_1.xml">
[1072]3
4        <message type="info"> 
5                <title>This is a simple observation.</title> 
[1081]6                <description>See the <a href="tutorial/test_1.xml">source file</a> of this validation. See <a href="check?ucn_uri=qa-dev.w3.org/unicorn/tutorial/test_2.xml&amp;ucn_task=test">next example</a>.</description> 
[1072]7        </message> 
8
9        <message type="info"> 
10                <title>Unicorn uses a custom XML format.</title>
[1295]11                <description>You can download <a href="http://dvcs.w3.org/hg/unicorn/raw-file/tip/WebContent/WEB-INF/resources/schemas/observer-response.xsd">the XML schema file of Unicorn responses</a> on <a href="http://dvcs.w3.org/hg/unicorn">Unicorn public repository</a>.</description> 
[1072]12        </message>
13
14        <message type="info"> 
15                <title>The root element of a Unicorn response file is an observationresponse element.</title> 
16                <description>
17                        It has two required attributes: the <em>xml:lang</em> attribute and a <em>ref</em> attribute which are respectively the default language and URI of the checked document. Both can be overridden.<br />
18                        It contains an optional <em>status</em> element and some <em>message</em> elements.
19                </description>
20        </message> 
21
22</observationresponse>
Note: See TracBrowser for help on using the browser.