13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
|
|
<include href="include1-0.inc">
|
|
<start>
|
|
<notAllowed/>
|
|
</start>
|
|
</include>
|
|
<start combine="choice">
|
|
<element name="a">
|
|
<empty/>
|
|
</element>
|
|
</start>
|
|
</grammar>
|