From 138755f6ff41a9fdf832699b9bd2c1f401754cbd Mon Sep 17 00:00:00 2001
From: ankraft <an.kraft@googlemail.com>
Date: Thu, 29 Oct 2015 18:27:50 +0100
Subject: [PATCH] Corrected header formatting

---
 SDT/schema3.0/etc/domain.rnc | 10 ++++++++++
 SDT/schema3.0/src/domain.rng | 20 ++++++++++----------
 SDT/schema3.0/src/domain.xsd | 21 ++++++++++++---------
 3 files changed, 32 insertions(+), 19 deletions(-)

diff --git a/SDT/schema3.0/etc/domain.rnc b/SDT/schema3.0/etc/domain.rnc
index e3f4061..7b42fb1 100644
--- a/SDT/schema3.0/etc/domain.rnc
+++ b/SDT/schema3.0/etc/domain.rnc
@@ -1,3 +1,13 @@
+# - 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.
+
 start = Domain
 Domain =
   element Domain {
diff --git a/SDT/schema3.0/src/domain.rng b/SDT/schema3.0/src/domain.rng
index 34a4cc9..db57841 100644
--- a/SDT/schema3.0/src/domain.rng
+++ b/SDT/schema3.0/src/domain.rng
@@ -1,14 +1,14 @@
 <!--
-  -- 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.
-  -->
+   - 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 496e3fd..3144017 100644
--- a/SDT/schema3.0/src/domain.xsd
+++ b/SDT/schema3.0/src/domain.xsd
@@ -1,18 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  - 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.
+-->
 <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/http://www.w3.org/2001/03/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/xml.xsd"/>
   <xs:element name="Domain">
     <xs:complexType>
       <xs:sequence>
-- 
GitLab