complexType "pollInboundEndpointType"
Namespace:
Content:
complex, 2 attributes, 2 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    frequency
 = 
(xsd:string | xsd:long) : "1000"
    >
   
Content: 
abstract-message-processor | abstract-outbound-endpoint
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  pollInboundEndpointType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="pollInboundEndpointType">
<xsd:complexContent>
<xsd:extension base="abstractInboundEndpointType">
<xsd:attribute default="1000" name="frequency" type="substitutableLong"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/2)
frequency
Type:
Use:
optional
Polling frequency in milliseconds. Default frequency is 1000ms (1s).
Attribute Value
xsd:string | xsd:long
Default:
"1000"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="1000" name="frequency" type="substitutableLong"/>

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.