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