confnodes/python/python_xsd.xsd
changeset 721 ecf4d203c4d4
parent 720 6be032177e2a
child 722 a94f361fc42e
equal deleted inserted replaced
720:6be032177e2a 721:ecf4d203c4d4
     1 <?xml version="1.0" encoding="ISO-8859-1" ?>
       
     2 <xsd:schema targetNamespace="python_xsd.xsd" 
       
     3             xmlns:cext="python_xsd.xsd" 
       
     4             xmlns:xsd="http://www.w3.org/2001/XMLSchema"
       
     5             elementFormDefault="qualified" 
       
     6             attributeFormDefault="unqualified">
       
     7 
       
     8   <xsd:element name="Python">
       
     9 	  <xsd:complexType>
       
    10 	    <xsd:annotation>
       
    11 	      <xsd:documentation>Formatted text according to parts of XHTML 1.1</xsd:documentation>
       
    12 	    </xsd:annotation>
       
    13 	    <xsd:sequence>
       
    14 	      <xsd:any namespace="http://www.w3.org/1999/xhtml" processContents="lax"/>
       
    15 	    </xsd:sequence>
       
    16 	  </xsd:complexType>
       
    17 	</xsd:element>
       
    18 </xsd:schema>