From bfc83b99babf0eb6a6fee09832b05876f91d3155 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 21 Mar 2023 11:38:17 +0100 Subject: [PATCH] Improved profile schema version 5 --- .../resources/profile_schemas/profile5.xsd | 26 ++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/src/test/resources/profile_schemas/profile5.xsd b/src/test/resources/profile_schemas/profile5.xsd index e620a50..a0f97a1 100644 --- a/src/test/resources/profile_schemas/profile5.xsd +++ b/src/test/resources/profile_schemas/profile5.xsd @@ -7,6 +7,15 @@ + + + + Any additional tag in this 'extra' tag. + This tag and its content are ignored by the validators. + They are used by any external tools producing/consuming the profile definition and instances. + + + @@ -178,7 +187,16 @@ - + + + + + Any tags are allowed + + + + + @@ -191,10 +209,12 @@ - + - Any 'metadataField' definition can include any additional attribute in this 'extra' tag. This tag and its content are ignored by the validators. They are used by any external tools producing/consuming the profile definition and instances. + Any additional tag in this 'extra' tag. + This tag and its content are ignored by the validators. + They are used by any external tools producing/consuming the profile definition and instances.