1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

Removed inheritance of "mixed" content type for short-hand restrictions of

* xmlschemas.c: Removed inheritance of "mixed" content type for
  short-hand restrictions of "anyType" (reported by Guy Fabrice
  to the mailing list). Added the namespace conversion (chameleon
  includes) for the base type reference of <restriction> and
  <extension>.
* test/schemas/bug152470_1.xsd: Adapted due to the above change
  of "mixed" inheritance.
This commit is contained in:
Kasimier T. Buchcik
2005-03-17 12:39:31 +00:00
parent bc69d4f942
commit 289dbb45d9
3 changed files with 63 additions and 19 deletions

View File

@@ -13,7 +13,7 @@
<complexType name="Identifier">
<choice>
<element name="keyIdentifier" type="roap:KeyIdentifier"/>
<element name="keyIdentifier" type="roap:X509SPKIHash"/> <!-- was: type="roap:KeyIdentifier" -->
</choice>
</complexType>