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

tdwg-tapir at lists.tdwg.org tdwg-tapir at lists.tdwg.org
Thu Dec 1 13:00:39 CET 2005


Author: renato
Date: 2005-12-01 13:00:36 +0100 (Thu, 01 Dec 2005)
New Revision: 352

Modified:
   trunk/protocol/tapir.xsd
Log:
Element "request" was extending the "requestType" by adding a "noresponse" attribute which was never used (it was associated with the idea of having log requests). Removed the extension.


Modified: trunk/protocol/tapir.xsd
===================================================================
--- trunk/protocol/tapir.xsd	2005-11-30 15:35:37 UTC (rev 351)
+++ trunk/protocol/tapir.xsd	2005-12-01 12:00:36 UTC (rev 352)
@@ -605,17 +605,10 @@
 	<!--  ============================================= -->
 	<!--REQUEST TYPE DEFINITIONS-->
 	<!--  ============================================= -->
-	<xsd:element name="request">
+	<xsd:element name="request" type="requestType">
 		<xsd:annotation>
 			<xsd:documentation>Global element representing a request.</xsd:documentation>
 		</xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="requestType">
-					<xsd:attribute name="noresponse" type="xsd:boolean" use="optional" default="false"/>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
 	</xsd:element>
 	<xsd:complexType name="requestType">
 		<xsd:annotation>





More information about the tdwg-tag mailing list