[tdwg-tapir] Schema modification: r548 - trunk/protocol
Author: markus Date: 2006-07-27 11:10:32 +0200 (Thu, 27 Jul 2006) New Revision: 548
Modified: trunk/protocol/tapir.xsd Log: Envelope can only be turned off in searches based on XML messages or view-searches based on GET. Removed the envelope attribute from the operationRequestGroup and added it to searches only.
Modified: trunk/protocol/tapir.xsd =================================================================== --- trunk/protocol/tapir.xsd 2006-07-25 19:39:43 UTC (rev 547) +++ trunk/protocol/tapir.xsd 2006-07-27 09:10:32 UTC (rev 548) @@ -748,6 +748,7 @@ </xsd:choice> <xsd:attributeGroup ref="operationRequestGroup"/> <xsd:attributeGroup ref="pagingParametersGroup"/> + <xsd:attribute name="envelope" type="xsd:boolean" use="optional" default="true"/> </xsd:complexType> </xsd:element> </xsd:choice> @@ -755,7 +756,6 @@ </xsd:sequence> </xsd:complexType> <xsd:attributeGroup name="operationRequestGroup"> - <xsd:attribute name="envelope" type="xsd:boolean" use="optional" default="true"/> <xsd:attribute name="xslt" type="xsd:anyURI" use="optional"/> <xsd:attribute name="xslt-apply" type="xsd:boolean" use="optional" default="false"/> </xsd:attributeGroup>
participants (1)
-
tdwg-tapir@lists.tdwg.org