[tdwg-tapir] Schema modification: r395 - trunk/protocol

tdwg-tapir at lists.tdwg.org tdwg-tapir at lists.tdwg.org
Thu Jan 5 19:26:06 CET 2006


Author: renato
Date: 2006-01-05 19:26:00 +0100 (Thu, 05 Jan 2006)
New Revision: 395

Modified:
   trunk/protocol/tapir.xsd
Log:
* Removed "datum" attribute from geoLocationType (coordinates will always be in decimals and use WGS84 as reference). Also changed lat/long types to double. 


Modified: trunk/protocol/tapir.xsd
===================================================================
--- trunk/protocol/tapir.xsd	2006-01-05 18:06:18 UTC (rev 394)
+++ trunk/protocol/tapir.xsd	2006-01-05 18:26:00 UTC (rev 395)
@@ -1553,9 +1553,11 @@
 		</xsd:complexContent>
 	</xsd:complexType>
 	<xsd:complexType name="geoLocationType">
-		<xsd:attribute name="lat" type="xsd:float" use="required"/>
-		<xsd:attribute name="long" type="xsd:float" use="required"/>
-		<xsd:attribute name="datum" type="xsd:string" use="optional" default="WGS84"/>
+		<xsd:annotation>
+			<xsd:documentation>Decimal coordinates in WGS84.</xsd:documentation>
+		</xsd:annotation>
+		<xsd:attribute name="lat" type="xsd:double" use="required"/>
+		<xsd:attribute name="long" type="xsd:double" use="required"/>
 	</xsd:complexType>
 	<!-- ===== INVENTORY===== -->
 	<xsd:complexType name="inventoryResult">





More information about the tdwg-tag mailing list