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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user