summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/relaxng/group.tag
blob: 42f9858b3afd9a196b7a2d48e470af9c9b5e9475 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
 <tag name="group">
  <attr name="datatypeLibrary" 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>