From e9230c315ca77ce61c73dd5c227b2e585777b865 Mon Sep 17 00:00:00 2001
From: Laurent Giovannoni <laurent.giovannoni@maarch.org>
Date: Thu, 28 Jun 2012 14:00:23 +0000
Subject: [PATCH] evo

---
 core/trunk/core/xml/datatypes.xsd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/trunk/core/xml/datatypes.xsd b/core/trunk/core/xml/datatypes.xsd
index ce12c8db3b8..378fe1d760d 100644
--- a/core/trunk/core/xml/datatypes.xsd
+++ b/core/trunk/core/xml/datatypes.xsd
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <xsd:schema 
   xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
+  xmlns:das="maarch:DataAccessService" 
   elementFormDefault="qualified"  
   >
   
@@ -77,7 +78,7 @@
   
   <!-- Datetime --> 
   <xsd:simpleType name="datetime">
-    <xsd:union memberTypes="xsd:date xsd:time xsd:string"/>
+    <xsd:union memberTypes="xsd:date xsd:time xsd:string" das:baseType="xsd:string"/>
   </xsd:simpleType>
 
 </xsd:schema>
-- 
GitLab