[tdwg-tapir] r1364 - tapir/dev/schema

svn at rs.tdwg.org svn at rs.tdwg.org
Thu Feb 7 14:14:35 CET 2008


Author: RenatoDeGiovanni
Date: 2008-02-07 14:14:28 +0100 (Thu, 07 Feb 2008)
New Revision: 1364

Modified:
   tapir/dev/schema/tapir.xsd
Log:
Added new attribute "datatype" to mapped concepts in capabilities responses.


Modified: tapir/dev/schema/tapir.xsd
===================================================================
--- tapir/dev/schema/tapir.xsd	2008-02-07 12:57:34 UTC (rev 1363)
+++ tapir/dev/schema/tapir.xsd	2008-02-07 13:14:28 UTC (rev 1364)
@@ -8,7 +8,7 @@
 	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
 	xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#"
 	elementFormDefault="qualified" 
-	attributeFormDefault="unqualified" version="1.0.5" xml:lang="EN" >
+	attributeFormDefault="unqualified" version="1.0.6" xml:lang="EN" >
 	<xsd:annotation>
 		<xsd:documentation xml:lang="en">
 			TAPIR XML Schema. TAPIR is an acronym for TDWG Access Protocol for Information Retrieval.
@@ -1054,6 +1054,7 @@
 													<xsd:attribute name="searchable" type="xsd:boolean" use="optional" default="true"/>
 													<xsd:attribute name="required" type="xsd:boolean" use="optional" default="false"/>
 													<xsd:attribute name="alias" type="xsd:string" use="optional"/>
+													<xsd:attribute name="datatype" type="xsd:string" use="optional" default="http://www.w3.org/2001/XMLSchema#string"/>
 												</xsd:extension>
 											</xsd:complexContent>
 										</xsd:complexType>




More information about the tdwg-tag mailing list