~ubuntu-branches/debian/wheezy/jing-trang/wheezy

« back to all changes in this revision

Viewing changes to test/openTestSuite.rng

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2009-09-01 15:53:03 UTC
  • Revision ID: james.westby@ubuntu.com-20090901155303-2kweef05h5v9j3ni
Tags: upstream-20090818
ImportĀ upstreamĀ versionĀ 20090818

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<grammar xmlns="http://relaxng.org/ns/structure/1.0" ns="">
 
2
  <include href="../eg/testSuite.rng">
 
3
    <define name="correct">
 
4
      <element name="correct">
 
5
        <element>
 
6
          <anyName>
 
7
            <except>
 
8
              <nsName ns=""/>
 
9
            </except>
 
10
          </anyName>
 
11
          <zeroOrMore>
 
12
            <choice>
 
13
              <ref name="anyElement"/>
 
14
              <attribute><anyName/></attribute>
 
15
              <text/>
 
16
            </choice>
 
17
          </zeroOrMore>
 
18
        </element>
 
19
      </element>
 
20
    </define>
 
21
  </include>
 
22
</grammar>