element <feed-last-updated-filter>
Namespace:
Type:
Content:
empty, 3 attributes
Subst.Gr:
Defined:
globally in mule-rss.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<feed-last-updated-filter
    name
 = 
(xsd:string | xsd:NMTOKEN)
    lastUpdate
 = 
xsd:string
    acceptWithoutUpdateDate
 = 
(xsd:string | xsd:boolean) : "true"
/>
May be included in elements by substitutions (134):
mule:response (type anonymous),
mule:response (type anonymous),
Annotation
Will filter the whole RSS Feed based on its last update date. This is useful for processing a feed that has not been updated since a specific date. This filter works only on RSS SyndFeed objects. Typically it is better to set the lastUpdated attribute on an inbound ATOM endpoint with splitFeed=false rather than use this filter, however, this filter can be used elsewhere in a flow.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="feed-last-updated-filter" substitutionGroup="mule:abstract-filter" type="feedLastUpdateFilterType"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.