From a46e794b6005b1a879a61345788701a7a06e31b4 Mon Sep 17 00:00:00 2001 From: Cvetomir Date: Fri, 15 Dec 2017 13:43:45 +0200 Subject: [PATCH] Re-order attributes of relation complex types This will provide the same look for all of the relations: one-to-many, many-to-one, one-to-one, many-to-many. It helps during auto-completion of XML code when creating XML schema for an entity. The order is as follows: field, target-entity, mapped-by, inversed-by, indexed-by, fetch, orphan-removal. --- doctrine-mapping.xsd | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doctrine-mapping.xsd b/doctrine-mapping.xsd index 86b3dd1ed..561b0624e 100644 --- a/doctrine-mapping.xsd +++ b/doctrine-mapping.xsd @@ -501,11 +501,11 @@ - + - + @@ -518,12 +518,12 @@ + - - + @@ -538,10 +538,10 @@ - - + + @@ -560,8 +560,8 @@ - +