blob: d30632abb91fd67c9ca1fb2a40acb99c50bf9604 (
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="interleave">
<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>
|