~ubuntu-branches/ubuntu/wily/ryu/wily-proposed

« back to all changes in this revision

Viewing changes to ryu/lib/netconf/xml.xsd

  • Committer: Package Import Robot
  • Author(s): Dariusz Dwornikowski
  • Date: 2014-08-18 16:58:52 UTC
  • Revision ID: package-import@ubuntu.com-20140818165852-i0qck3g5mw7rtxt0
Tags: upstream-3.12
ImportĀ upstreamĀ versionĀ 3.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>