1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 13:25:05 +03:00
libxml2/test/schemas/bug143951_0.xsd
Daniel Veillard 01fa6156e5 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
2004-06-29 17:04:39 +00:00

18 lines
617 B
XML

<?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>