From e368a18b7043653d7a0d8e4bf66448376116f38f Mon Sep 17 00:00:00 2001
From: ankraft <an.kraft@googlemail.com>
Date: Tue, 27 Oct 2015 16:40:01 +0100
Subject: [PATCH] Added header to .rng file

---
 SDT/schema3.0/src/domain.rng | 12 ++++++++++++
 SDT/schema3.0/src/domain.xsd | 10 +++++++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/SDT/schema3.0/src/domain.rng b/SDT/schema3.0/src/domain.rng
index 9601c6c..34a4cc9 100644
--- a/SDT/schema3.0/src/domain.rng
+++ b/SDT/schema3.0/src/domain.rng
@@ -1,3 +1,15 @@
+<!--
+  -- domain.rng
+  --
+  -- Version 3.0
+  --
+  -- This work is released by the Smarthome Task Force of the HGI (Home
+  -- Gateway Initative), October 2015.
+  -- The work is created and released under the Apache License Version 2.0 .
+  -- See the license text at http://www.apache.org/licenses/LICENSE-2.0 for
+  -- full details.
+  -->
+
 <grammar xmlns="http://relaxng.org/ns/structure/1.0"
 	datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  
diff --git a/SDT/schema3.0/src/domain.xsd b/SDT/schema3.0/src/domain.xsd
index 3776e88..496e3fd 100644
--- a/SDT/schema3.0/src/domain.xsd
+++ b/SDT/schema3.0/src/domain.xsd
@@ -1,10 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema targetNamespace="http://homegatewayinitiative.org/xml/dal/3.0" 
+	   xmlns="http://homegatewayinitiative.org/xml/dal/3.0" 
+	   targetNamespace="http://homegatewayinitiative.org/xml/dal/3.0" 
+	   xmlns="http://homegatewayinitiative.org/xml/dal/3.0" 
+	   targetNamespace="http://homegatewayinitiative.org/xml/dal/3.0" 
 	   xmlns="http://homegatewayinitiative.org/xml/dal/3.0" 
 	   xmlns:xs="http://www.w3.org/2001/XMLSchema" 
 	  
+ 
+	  
+ 
+	  
  elementFormDefault="qualified">
-  <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/03/xml.xsd"/>
+  <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/03/http://www.w3.org/2001/03/http://www.w3.org/2001/03/xml.xsd"/>
   <xs:element name="Domain">
     <xs:complexType>
       <xs:sequence>
-- 
GitLab