Definition Type: Attribute
Name: destroy
Namespace: http://www.starstandards.org/webservices/2009/transport
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: STARWSDLDataTypes4.xsd
Use Optional
Documentation:
The destroy attribute of FilterConnection will be set to true when the client decides to destroy a persisted filter before all of its applicable messages have been pulled. If and when the client does pull all of the persisted filter's applicable messages, then the web service will automatically destroy the connection and return an empty pull response. If the client does not pull all of a persisted filter's applicable messages and does not explicitly destroy the persisted filter by setting the destroy attribute to true, then based on an agreed upon out-of-band policy, the web service will expire the persisted filter after X number of days.
Collapse XSD Schema Diagram:
XSD Diagram of destroy in schema starwsdldatatypes4_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:attribute name="destroy" type="xsd:boolean" use="optional">
    <xsd:annotation>
        <xsd:documentation> The destroy attribute of FilterConnection will be set to true when the client decides to
          destroy a persisted filter before all of its applicable messages have been pulled. If and when the client does
          pull all of the persisted filter's applicable messages, then the web service will automatically destroy the
          connection and return an empty pull response. If the client does not pull all of a persisted filter's
          applicable messages and does not explicitly destroy the persisted filter by setting the destroy attribute to
          true, then based on an agreed upon out-of-band policy, the web service will expire the persisted filter after
          X number of days.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>