From ffdd85ebde869be2c920925a87baf99a9ee76698 Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Tue, 2 May 2017 10:10:57 +0200
Subject: [PATCH] change xsd type namespace

---
 VectoCore/VectoCore/Resources/XSD/VectoComponent.xsd | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/VectoCore/VectoCore/Resources/XSD/VectoComponent.xsd b/VectoCore/VectoCore/Resources/XSD/VectoComponent.xsd
index 77af14737f..55326ca8ae 100644
--- a/VectoCore/VectoCore/Resources/XSD/VectoComponent.xsd
+++ b/VectoCore/VectoCore/Resources/XSD/VectoComponent.xsd
@@ -25,7 +25,7 @@
 					<xs:complexType>
 						<xs:complexContent>
 							<xs:extension base="vdecdef:GearboxComponentDeclarationType">
-								<xs:attribute name="certificationNumber" type="tns:CertificationNumberType">
+								<xs:attribute name="certificationNumber" type="vdecdef:CertificationNumberType">
 									<xs:annotation>
 										<xs:documentation>P262 - [-]</xs:documentation>
 									</xs:annotation>
@@ -38,7 +38,7 @@
 					<xs:complexType>
 						<xs:complexContent>
 							<xs:extension base="vdecdef:RetarderComponentDeclarationType">
-								<xs:attribute name="certificationNumber" type="tns:CertificationNumberType">
+								<xs:attribute name="certificationNumber" type="vdecdef:CertificationNumberType">
 									<xs:annotation>
 										<xs:documentation>P266 - [-]</xs:documentation>
 									</xs:annotation>
@@ -51,7 +51,7 @@
 					<xs:complexType>
 						<xs:complexContent>
 							<xs:extension base="vdecdef:AxlegearComponentDeclarationType">
-								<xs:attribute name="certificationNumber" type="tns:CertificationNumberType">
+								<xs:attribute name="certificationNumber" type="vdecdef:CertificationNumberType">
 									<xs:annotation>
 										<xs:documentation>P264 - [-]</xs:documentation>
 									</xs:annotation>
@@ -64,7 +64,7 @@
 					<xs:complexType>
 						<xs:complexContent>
 							<xs:extension base="vdecdef:TyreDeclarationType">
-								<xs:attribute name="certificationNumber" type="tns:CertificationNumberType">
+								<xs:attribute name="certificationNumber" type="vdecdef:CertificationNumberType">
 									<xs:annotation>
 										<xs:documentation>P267 - [-]</xs:documentation>
 									</xs:annotation>
@@ -78,7 +78,7 @@
 					<xs:complexType>
 						<xs:complexContent>
 							<xs:extension base="vdecdef:AngledriveComponentDeclarationType">
-								<xs:attribute name="certificationNumber" type="tns:CertificationNumberType">
+								<xs:attribute name="certificationNumber" type="vdecdef:CertificationNumberType">
 									<xs:annotation>
 										<xs:documentation>P265 - [-]</xs:documentation>
 									</xs:annotation>
@@ -91,7 +91,7 @@
 					<xs:complexType>
 						<xs:complexContent>
 							<xs:extension base="vdecdef:AirDragComponentDeclarationType">
-								<xs:attribute name="certificationNumber" type="tns:CertificationNumberType">
+								<xs:attribute name="certificationNumber" type="vdecdef:CertificationNumberType">
 									<xs:annotation>
 										<xs:documentation>P268 - [-]</xs:documentation>
 									</xs:annotation>
-- 
GitLab