generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<grammar xmlns="http://relaxng.org/ns/structure/1.0" >
|
||||
<start>
|
||||
<element name="foo">
|
||||
<attribute>
|
||||
<choice>
|
||||
<name>alpha</name>
|
||||
<name>bravo</name>
|
||||
</choice>
|
||||
<choice>
|
||||
<value>none</value>
|
||||
<value>all</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</element>
|
||||
</start>
|
||||
</grammar>
|
||||
Reference in New Issue
Block a user