Edit

kc3-lang/libxml2/test/schemas/ns2_0.xsd

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2004-03-05 00:15:50
    Hash : ebcdebd6
    Message : QName handling fixes for the XML Schemas support from Adam Dickmeiss also * xmlschemas.c: QName handling fixes for the XML Schemas support from Adam Dickmeiss * test/schemas/po1_0.xsd: also fix the schemas * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific regression tests Daniel

  • test/schemas/ns2_0.xsd
  • <schema xmlns:my='http://my.ns/'
            xmlns='http://www.w3.org/2001/XMLSchema'
    	targetNamespace='http://my.ns/'
    	>
     <attribute name='other' type='string'/>
     <element name='my'>
       <complexType>
         <simpleContent>
           <extension base='string'>
             <attribute ref='my:other'/>
           </extension>
         </simpleContent>
       </complexType>
     </element>
    </schema>