From 6b3d7e9d678636886089c3655bc7c5a62bd4f01b Mon Sep 17 00:00:00 2001
From: BenceJanosSzabo <bence.janos.szabo@ericsson.com>
Date: Fri, 8 Sep 2017 15:15:42 +0200
Subject: [PATCH] Made the projectLocationURI in the tpd.xsd optional

Change-Id: I1d6d4c0392cfc0173c0aa9bde61fd07b264a5793
Signed-off-by: BenceJanosSzabo <bence.janos.szabo@ericsson.com>
---
 etc/xsd/TPD.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/xsd/TPD.xsd b/etc/xsd/TPD.xsd
index 3a8704a46..545a9cd6e 100644
--- a/etc/xsd/TPD.xsd
+++ b/etc/xsd/TPD.xsd
@@ -435,7 +435,7 @@
 			  <xs:element name="ReferencedProject" minOccurs="0" maxOccurs="unbounded">
 				<xs:complexType>
 					<xs:attribute name="name" type="xs:normalizedString" use="required" />
-					<xs:attribute name="projectLocationURI" type="xs:normalizedString" use="required" />
+					<xs:attribute name="projectLocationURI" type="xs:normalizedString" use="optional" />
 					<xs:attribute name="tpdName" type="xs:normalizedString" use="optional" />
 				</xs:complexType>
 			  </xs:element>
-- 
GitLab