Skip to content
Snippets Groups Projects
Commit 6b3d7e9d authored by BenceJanosSzabo's avatar BenceJanosSzabo
Browse files

Made the projectLocationURI in the tpd.xsd optional


Change-Id: I1d6d4c0392cfc0173c0aa9bde61fd07b264a5793
Signed-off-by: default avatarBenceJanosSzabo <bence.janos.szabo@ericsson.com>
parent 35e40953
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment