[tdwg-tapir] Schema modification: r391 - trunk/protocol
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>
participants (1)
-
tdwg-tapir@lists.tdwg.org