File size: 213 Bytes
6baed57
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE root [
<!ELEMENT root  (cont1, (cont1, cont2?)+)>
  <!ELEMENT cont1  EMPTY>
  <!ELEMENT cont2  EMPTY>
]>
<root>
  <cont1/>
  <cont1/>
  <cont1/>
  <cont1/>
</root>