From 8f15337b03c2c1dd7123301d688907787a457c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 16 Jan 2024 22:01:16 +0100 Subject: [PATCH] Remove redundant tags The "any" tags inside the definition for mapped superclasses and embeddables duplicate what is already done for entities. The other removed "any" tags are also redundant, as they duplicate what's already done inside the grandparent "choice" tag. Starting with version libxml 2.12, such redundant tags cause errors about the content model not being "determinist". Fixes #11117 --- doctrine-mapping.xsd | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/doctrine-mapping.xsd b/doctrine-mapping.xsd index a9b1a367e67..a058787746c 100644 --- a/doctrine-mapping.xsd +++ b/doctrine-mapping.xsd @@ -148,7 +148,6 @@ - @@ -226,22 +225,13 @@ - - - - - - + - - - - - + @@ -565,7 +555,6 @@ - @@ -583,7 +572,6 @@ -