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

svn at rs.tdwg.org svn at rs.tdwg.org
Wed Aug 1 17:23:43 CEST 2007


Author: MarkusDoering
Date: 2007-08-01 17:23:39 +0200 (Wed, 01 Aug 2007)
New Revision: 1277

Modified:
   tapir/dev/schema/tapir.xsd
Log:
replaced all variable group with a schema sequence

Modified: tapir/dev/schema/tapir.xsd
===================================================================
--- tapir/dev/schema/tapir.xsd	2007-08-01 14:25:00 UTC (rev 1276)
+++ tapir/dev/schema/tapir.xsd	2007-08-01 15:23:39 UTC (rev 1277)
@@ -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" xml:lang="EN" >
+	attributeFormDefault="unqualified" version="1.01" xml:lang="EN" >
 	<xsd:annotation>
 		<xsd:documentation xml:lang="en">
 			TAPIR XML Schema. TAPIR is an acronym for TDWG Access Protocol for Information Retrieval.
@@ -1569,7 +1569,7 @@
 		</xsd:sequence>
 	</xsd:complexType>
 	<xsd:group name="tapirEnvironmentVariables">
-		<xsd:all>
+		<xsd:sequence>
 			<xsd:element name="date" type="supportedVariableType" minOccurs="0"/>
 			<xsd:element name="timestamp" type="supportedVariableType" minOccurs="0"/>
 			<xsd:element name="dataSourceName" type="supportedVariableType" minOccurs="0"/>
@@ -1586,7 +1586,7 @@
 			<xsd:element name="technicalContactEmail" type="supportedVariableType" minOccurs="0"/>
 			<xsd:element name="contentContactName" type="supportedVariableType" minOccurs="0"/>
 			<xsd:element name="contentContactEmail" type="supportedVariableType" minOccurs="0"/>
-		</xsd:all>
+		</xsd:sequence>
 	</xsd:group>
 	<xsd:complexType name="supportedVariableType"/>
 	<!-- ===== METADATA ===== -->




More information about the tdwg-tag mailing list