generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:simpleType name="fooType">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="a"/>
|
||||
<xs:enumeration value="b"/>
|
||||
<xs:enumeration value="c"/>
|
||||
<xs:enumeration value="d"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="barType">
|
||||
<xs:restriction base="fooType">
|
||||
<xs:enumeration value="a"/>
|
||||
<xs:enumeration value="b"/>
|
||||
<xs:enumeration value="d"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:element name="foo" type="barType" />
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user