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

tdwg-tapir at lists.tdwg.org tdwg-tapir at lists.tdwg.org
Fri Jan 6 10:32:21 CET 2006


Author: markus
Date: 2006-01-06 10:32:12 +0100 (Fri, 06 Jan 2006)
New Revision: 400

Modified:
   trunk/protocol/tapir.xsd
Log:
 - use externalResourceType for outputModel link in searchTemplateGroup/outputModel (named outputModelURI before)
 - rename outputModelGroup/structure/schemaLocation into "schema" and also use the externalResourceType

Modified: trunk/protocol/tapir.xsd
===================================================================
--- trunk/protocol/tapir.xsd	2006-01-06 09:26:47 UTC (rev 399)
+++ trunk/protocol/tapir.xsd	2006-01-06 09:32:12 UTC (rev 400)
@@ -201,7 +201,7 @@
 				</xsd:annotation>
 				<xsd:complexType>
 					<xsd:choice>
-						<xsd:element name="schemaLocation" type="xsd:anyURI"/>
+						<xsd:element name="schema" type="externalResourceType"/>
 						<xsd:any namespace="##other">
 							<xsd:annotation>
 								<xsd:documentation>A structure represented through a subset of the
@@ -263,19 +263,7 @@
 	<xsd:group name="searchTemplateGroup">
 		<xsd:sequence>
 			<xsd:group ref="queryTemplateGroup"/>
-			<xsd:element name="outputModelURI">
-				<xsd:annotation>
-					<xsd:documentation>A simple XPath pointing to a response structure node that
-						should be used as a reference for counting.</xsd:documentation>
-				</xsd:annotation>
-				<xsd:complexType>
-					<xsd:complexContent>
-						<xsd:extension base="externalResourceType">
-							<xsd:attribute name="reload" type="xsd:boolean" use="optional" default="false"/>
-						</xsd:extension>
-					</xsd:complexContent>
-				</xsd:complexType>
-			</xsd:element>
+			<xsd:element name="outputModel" type="externalResourceType"/>
 			<xsd:element ref="filter" minOccurs="0"/>
 			<xsd:element name="orderBy" minOccurs="0">
 				<xsd:annotation>





More information about the tdwg-tag mailing list