complexType "inboundEndpointType"
Namespace:
Content:
complex, 14 attributes, 12 elements
Defined:
globally in mule-rss.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    mimeType
 = 
xsd:string
    responseTimeout
 = 
(xsd:string | xsd:int)
    encoding
 = 
xsd:string
    connector-ref
 = 
xsd:string
    transformer-refs
 = 
xsd:NMTOKENS
    responseTransformer-refs
 = 
xsd:NMTOKENS
    disableTransportTransformer
 = 
(xsd:string | xsd:boolean)
    ref
 = 
xsd:string
    address
 = 
xsd:string
    exchange-pattern
 = 
("one-way" | "request-response")
    splitFeed
 = 
xsd:boolean : "true"
    lastUpdate
 = 
xsd:string
    pollingFrequency
 = 
xsd:long
    >
   
Content: 
(abstract-transformer | abstract-filter | abstract-security-filter | abstract-intercepting-message-processor | processor | custom-processor)*, response?, abstract-transaction?, abstract-retry-policy?, abstract-multi-transaction?, property*, properties?
</...>
Content Model Elements (12):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      mule:inboundEndpointType (extension)
          inboundEndpointType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="inboundEndpointType">
<xsd:complexContent>
<xsd:extension base="mule:inboundEndpointType">
<xsd:attribute default="true" name="splitFeed" type="xsd:boolean"/>
<xsd:attribute name="lastUpdate" type="xsd:string"/>
<xsd:attribute name="pollingFrequency" type="xsd:long"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 3/14)
lastUpdate
Type:
xsd:string, predefined
Use:
optional
Allows the endpoint to filter out any feed entries before the given date/time. This is only used if the feed is split. the format for the date is is: yyyy-MM-dd hh:mm:ss, for example 2008-12-25 13:00:00. If only the date is important you can omit the time part
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="lastUpdate" type="xsd:string"/>

pollingFrequency
Type:
xsd:long, predefined
Use:
optional
The frequency in milliseconds to check the feed for new entries.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="pollingFrequency" type="xsd:long"/>

splitFeed
Type:
xsd:boolean, predefined
Use:
optional
Whether the feed entries should be split before routing the data. If split the service component will be invoked for each entry in the feed. Otherwise the feed itself will be used as the data for the message.
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="splitFeed" type="xsd:boolean"/>

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.