summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/relaxng/define.tag
blob: 3d43ef67a49664829f2d9372d33b8a86d50cf814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
 <tag name="define">
  <attr name="combine" type="input" />
  <attr name="datatypeLibrary" type="input" />
  <attr name="name" type="input" />
  <attr name="ns" type="input" />
  <children>
   <child name="element" />
   <child name="attribute" />
   <child name="group" />
   <child name="interleave" />
   <child name="choice" />
   <child name="optional" />
   <child name="zeroOrMore" />
   <child name="oneOrMore" />
   <child name="list" />
   <child name="mixed" />
   <child name="ref" />
   <child name="parentRef" />
   <child name="empty" />
   <child name="text" />
   <child name="value" />
   <child name="data" />
   <child name="notAllowed" />
   <child name="externalRef" />
   <child name="grammar" />
  </children>
 </tag>
</TAGS>