From 8419d2e7b9dccdc24dabec28bfc6c073fd647f54 Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Thu, 26 Nov 2015 16:09:11 +0100 Subject: [PATCH] Updated schema with custom type names to better match their C++ counterparts --- resources/Schema/Components/Test.xsd | 6 +++--- resources/Schema/Entities/OtherEntity.xml | 2 +- resources/Schema/Entities/Test.xml | 3 ++- resources/Schema/Types.xsd | 9 +++++++++ 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/resources/Schema/Components/Test.xsd b/resources/Schema/Components/Test.xsd index df179bf1..e31f83af 100644 --- a/resources/Schema/Components/Test.xsd +++ b/resources/Schema/Components/Test.xsd @@ -9,9 +9,9 @@ - - - + + + diff --git a/resources/Schema/Entities/OtherEntity.xml b/resources/Schema/Entities/OtherEntity.xml index 7246b8db..40b54516 100644 --- a/resources/Schema/Entities/OtherEntity.xml +++ b/resources/Schema/Entities/OtherEntity.xml @@ -4,7 +4,7 @@ 5555 - 12.34 + 12.34 \ No newline at end of file diff --git a/resources/Schema/Entities/Test.xml b/resources/Schema/Entities/Test.xml index d6eb1dfd..8ca6b684 100644 --- a/resources/Schema/Entities/Test.xml +++ b/resources/Schema/Entities/Test.xml @@ -9,7 +9,8 @@ 12 - 11.11 + 11.11 + Hello World diff --git a/resources/Schema/Types.xsd b/resources/Schema/Types.xsd index 0627f435..939c88da 100644 --- a/resources/Schema/Types.xsd +++ b/resources/Schema/Types.xsd @@ -3,4 +3,13 @@ + + + + + + + + + \ No newline at end of file