Author: markus Date: 2006-07-27 14:51:02 +0200 (Thu, 27 Jul 2006) New Revision: 549
Modified: trunk/protocol/tapir.xsd Log: Added boolean log-only attribute flag to operationRequestGroup to allow requests that should only be logged but not executed. The response for such requests should currently be the regular one with empty searches or inventories and no new special resonse. logRequestsDenied attribute added to operation element in capabilities.
Modified: trunk/protocol/tapir.xsd =================================================================== --- trunk/protocol/tapir.xsd 2006-07-27 09:10:32 UTC (rev 548) +++ trunk/protocol/tapir.xsd 2006-07-27 12:51:02 UTC (rev 549) @@ -758,6 +758,7 @@ <xsd:attributeGroup name="operationRequestGroup"> <xsd:attribute name="xslt" type="xsd:anyURI" use="optional"/> <xsd:attribute name="xslt-apply" type="xsd:boolean" use="optional" default="false"/> + <xsd:attribute name="log-only" type="xsd:boolean" use="optional" default="false"/> </xsd:attributeGroup> <xsd:attributeGroup name="pagingParametersGroup"> <xsd:attribute name="count" type="xsd:boolean" use="optional" default="false"/> @@ -880,6 +881,7 @@ </xsd:complexType> </xsd:element> </xsd:sequence> + <xsd:attribute name="logRequestsDenied" type="xsd:boolean" use="required" /> </xsd:complexType> </xsd:element> <xsd:element name="filter" type="filterCapabilitiesType">