generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<schema xmlns:my='http://my.ns/'
|
||||
xmlns='http://www.w3.org/2001/XMLSchema'
|
||||
targetNamespace='http://my.ns/'
|
||||
>
|
||||
<attribute name='other' type='string'/>
|
||||
<element name='my'>
|
||||
<complexType>
|
||||
<simpleContent>
|
||||
<extension base='string'>
|
||||
<attribute ref='my:other'/>
|
||||
</extension>
|
||||
</simpleContent>
|
||||
</complexType>
|
||||
</element>
|
||||
</schema>
|
||||
Reference in New Issue
Block a user