update schema namespace
diff --git a/schemas/chart.xsd b/schemas/chart.xsd
index 5800a2f..e72da14 100644
--- a/schemas/chart.xsd
+++ b/schemas/chart.xsd
@@ -13,7 +13,7 @@
 
 http://www.eclipse.org/legal/epl-v10.html
 -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/schemas" targetNamespace="http://eclipse.org/ptp/schemas">
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/lml" targetNamespace="http://eclipse.org/ptp/lml">
 
 	<include schemaLocation="lgui.xsd"/>
 	
diff --git a/schemas/colors.xsd b/schemas/colors.xsd
index 3aea592..1ae3c2a 100644
--- a/schemas/colors.xsd
+++ b/schemas/colors.xsd
@@ -13,7 +13,7 @@
 
 http://www.eclipse.org/legal/epl-v10.html
 -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/schemas" elementFormDefault="qualified" targetNamespace="http://eclipse.org/ptp/schemas">
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/lml" elementFormDefault="qualified" targetNamespace="http://eclipse.org/ptp/lml">
 
     <simpleType name="hexcolor_type">
         <annotation>
diff --git a/schemas/entities.xsd b/schemas/entities.xsd
index 218d9bf..7d46291 100644
--- a/schemas/entities.xsd
+++ b/schemas/entities.xsd
@@ -13,7 +13,7 @@
 
 http://www.eclipse.org/legal/epl-v10.html
 -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/schemas" targetNamespace="http://eclipse.org/ptp/schemas">
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/lml" targetNamespace="http://eclipse.org/ptp/lml">
 
 
     <include schemaLocation="colors.xsd"/>
diff --git a/schemas/layout.xsd b/schemas/layout.xsd
index 8fc984c..d1391d7 100644
--- a/schemas/layout.xsd
+++ b/schemas/layout.xsd
@@ -13,8 +13,8 @@
 
 http://www.eclipse.org/legal/epl-v10.html
 -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/schemas"
-	targetNamespace="http://eclipse.org/ptp/schemas">
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/lml"
+	targetNamespace="http://eclipse.org/ptp/lml">
 
 	<include schemaLocation="colors.xsd" />
 	<include schemaLocation="scheme.xsd" />
diff --git a/schemas/lgui.xsd b/schemas/lgui.xsd
index 3f936fa..be57a8a 100644
--- a/schemas/lgui.xsd
+++ b/schemas/lgui.xsd
@@ -13,7 +13,7 @@
 
 http://www.eclipse.org/legal/epl-v10.html
 -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/schemas" targetNamespace="http://eclipse.org/ptp/schemas">
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/lml" targetNamespace="http://eclipse.org/ptp/lml">
 	<include schemaLocation="layout.xsd"/>
 	<include schemaLocation="nodedisplay.xsd"/>
 	<include schemaLocation="relation.xsd"/>
diff --git a/schemas/nodedisplay.xsd b/schemas/nodedisplay.xsd
index 5e2342a..2b3686b 100644
--- a/schemas/nodedisplay.xsd
+++ b/schemas/nodedisplay.xsd
@@ -13,7 +13,7 @@
 
 http://www.eclipse.org/legal/epl-v10.html
 -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/schemas" targetNamespace="http://eclipse.org/ptp/schemas">
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/lml" targetNamespace="http://eclipse.org/ptp/lml">
 
     <include schemaLocation="usagebar.xsd"/>
     <include schemaLocation="lgui.xsd"/>
diff --git a/schemas/relation.xsd b/schemas/relation.xsd
index 23adf2e..b1ffb88 100644
--- a/schemas/relation.xsd
+++ b/schemas/relation.xsd
@@ -13,7 +13,7 @@
 
 http://www.eclipse.org/legal/epl-v10.html
 -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/schemas" targetNamespace="http://eclipse.org/ptp/schemas">
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/lml" targetNamespace="http://eclipse.org/ptp/lml">
 
     <complexType name="relation_type">
     	<annotation>
diff --git a/schemas/request.xsd b/schemas/request.xsd
index c8b098c..2bc3d4f 100644
--- a/schemas/request.xsd
+++ b/schemas/request.xsd
@@ -13,7 +13,7 @@
 
 http://www.eclipse.org/legal/epl-v10.html
 -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/schemas" targetNamespace="http://eclipse.org/ptp/schemas">
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/lml" targetNamespace="http://eclipse.org/ptp/lml">
 
 	<simpleType name="content_type">
         <annotation>
diff --git a/schemas/scheme.xsd b/schemas/scheme.xsd
index aacca06..29254de 100644
--- a/schemas/scheme.xsd
+++ b/schemas/scheme.xsd
@@ -13,7 +13,7 @@
 
 http://www.eclipse.org/legal/epl-v10.html
 -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/schemas" targetNamespace="http://eclipse.org/ptp/schemas">
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/lml" targetNamespace="http://eclipse.org/ptp/lml">
 
 	<complexType name="scheme_element">
 		<annotation>
diff --git a/schemas/table.xsd b/schemas/table.xsd
index d559e1d..9ec45b2 100644
--- a/schemas/table.xsd
+++ b/schemas/table.xsd
@@ -13,7 +13,7 @@
 
 http://www.eclipse.org/legal/epl-v10.html
 -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/schemas" targetNamespace="http://eclipse.org/ptp/schemas">
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/lml" targetNamespace="http://eclipse.org/ptp/lml">
 
     <include schemaLocation="lgui.xsd"/>
     <complexType name="column_type">
diff --git a/schemas/textboxes.xsd b/schemas/textboxes.xsd
index 8df6324..25dc751 100644
--- a/schemas/textboxes.xsd
+++ b/schemas/textboxes.xsd
@@ -13,7 +13,7 @@
 
 http://www.eclipse.org/legal/epl-v10.html
 -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/schemas" targetNamespace="http://eclipse.org/ptp/schemas">
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/lml" targetNamespace="http://eclipse.org/ptp/lml">
 
 
     <include schemaLocation="lgui.xsd"/>
diff --git a/schemas/usagebar.xsd b/schemas/usagebar.xsd
index b589c61..52e747b 100644
--- a/schemas/usagebar.xsd
+++ b/schemas/usagebar.xsd
@@ -13,7 +13,7 @@
 
 http://www.eclipse.org/legal/epl-v10.html
 -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/schemas" targetNamespace="http://eclipse.org/ptp/schemas">
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:lml="http://eclipse.org/ptp/lml" targetNamespace="http://eclipse.org/ptp/lml">
 
 	<include schemaLocation="lgui.xsd"/>