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

tdwg-tapir at lists.tdwg.org tdwg-tapir at lists.tdwg.org
Thu Jan 5 18:19:54 CET 2006


Author: renato
Date: 2006-01-05 18:19:49 +0100 (Thu, 05 Jan 2006)
New Revision: 391

Modified:
   trunk/protocol/tapir.xsd
Log:
Changed multiCOPType (basis of the <in> operator) so that <values> can contain a sequence of "expression" elements instead of only literals. This will allow parameters with multiple values (or multiple parameters) or even concepts.


Modified: trunk/protocol/tapir.xsd
===================================================================
--- trunk/protocol/tapir.xsd	2006-01-05 16:50:35 UTC (rev 390)
+++ trunk/protocol/tapir.xsd	2006-01-05 17:19:49 UTC (rev 391)
@@ -491,7 +491,7 @@
 			<xsd:element name="values">
 				<xsd:complexType>
 					<xsd:sequence>
-						<xsd:element ref="literal" maxOccurs="unbounded"/>
+						<xsd:element ref="expression" maxOccurs="unbounded"/>
 					</xsd:sequence>
 				</xsd:complexType>
 			</xsd:element>





More information about the tdwg-tag mailing list