backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / lib / netconf / xml.xsd
1 <?xml version="1.0" encoding="utf-8"?>
2 <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace"
3            xmlns:xs="http://www.w3.org/2001/XMLSchema"
4            xmlns="http://www.w3.org/1999/xhtml"
5            xml:lang="en">
6  <xs:attribute name="lang">
7   <xs:simpleType>
8    <xs:union memberTypes="xs:language">
9     <xs:simpleType>
10      <xs:restriction base="xs:string">
11       <xs:enumeration value=""/>
12      </xs:restriction>
13     </xs:simpleType>
14    </xs:union>
15   </xs:simpleType>
16  </xs:attribute>
17  <xs:attribute name="space">
18   <xs:simpleType>
19    <xs:restriction base="xs:NCName">
20     <xs:enumeration value="default"/>
21     <xs:enumeration value="preserve"/>
22    </xs:restriction>
23   </xs:simpleType>
24  </xs:attribute>
25  <xs:attribute name="base"
26                type="xs:anyURI"/>
27  <xs:attribute name="id"
28                type="xs:ID"/>
29 </xs:schema>