Edit

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

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2004-06-29 17:04:39
    Hash : 01fa6156
    Message : applied Schemas patches from Kasimier Buchcik, there is still one open * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h: applied Schemas patches from Kasimier Buchcik, there is still one open issue about referencing freed memory. * test/schemas/* result/schemas/*: updated with new tests from Kasimier Daniel

  • test/schemas/bug143951_0.xsd
  • <?xml version="1.0" encoding="ISO-8859-1" ?>
    <xs:schema targetNamespace="http://www.newport-networks.com/cli" 
    	xmlns:nnl="http://www.newport-networks.com/NNL" 
    	xmlns:cli="http://www.newport-networks.com/cli" 
    	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
    	elementFormDefault="qualified" attributeFormDefault="unqualified" 
    	version="1.00">
    	<xs:import namespace="http://www.newport-networks.com/NNL" schemaLocation="bug143951.imp"/>
    	<xs:element name="MenuDefinitionFile">
    		<xs:complexType>
    			<xs:sequence>
    				<xs:group ref="nnl:schema2group"/>
    			</xs:sequence>
    		</xs:complexType>
    	</xs:element>
    </xs:schema>