Tag
Hash :
01fa6156
Author :
Date :
2004-06-29T17:04:39
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
<?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>