complexType "inboundEndpointType"
Namespace:
Content:
complex, 14 attributes, attr. wildcard, 16 elements
Defined:
globally in mule-jdbc.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:NMTOKENS
 = 
xsd:NMTOKENS
 = 
(xsd:string | xsd:boolean)
 = 
xsd:string
 = 
xsd:string
 = 
("one-way" | "request-response")
 = 
xsd:string
 = 
(xsd:string | xsd:long)
 = 
(xsd:string | xsd:int) : "-1"
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, (mule:abstract-transformer | mule:abstract-filter | mule:abstract-security-filter | mule:abstract-intercepting-message-processor | mule:abstract-observer-message-processor | mule:processor | mule:custom-processor | mule:abstract-mixed-content-message-processor)*, mule:response?, mule:abstract-redelivery-policy?, mule:abstract-transaction?, mule:abstract-xa-transaction?, mule:property*, mule:properties?, abstract-query*
</...>
Content Model Elements (16):
abstract-query, mule:abstract-filter, mule:abstract-intercepting-message-processor, mule:abstract-mixed-content-message-processor, mule:abstract-observer-message-processor, mule:abstract-redelivery-policy, mule:abstract-security-filter, mule:abstract-transaction, mule:abstract-transformer, mule:abstract-xa-transaction, mule:annotations, mule:custom-processor, mule:processor, mule:properties, mule:property, mule:response
All Direct / Indirect Based Elements (1):
inbound-endpoint
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:inboundEndpointWithXaType (extension)
          inboundEndpointType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="inboundEndpointType">
<xsd:complexContent>
<xsd:extension base="mule:inboundEndpointWithXaType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="abstract-query"/>
</xsd:sequence>
<xsd:attributeGroup ref="addressAttributes"/>
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>
<xsd:attribute default="-1" name="queryTimeout" type="mule:substitutableInt"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/15)
pollingFrequency
Type:
Use:
optional
The delay in milliseconds that will be used during two subsequent polls to the database.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>

queryTimeout
Type:
Use:
optional
The timeout in seconds that will be used as a query timeout for the SQL statement
Attribute Value
xsd:string | xsd:int
Default:
"-1"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="-1" name="queryTimeout" type="mule:substitutableInt"/>
Content Element Detail (all declarations; defined within this component only; 1/16)
abstract-query
Type:
abstractQueryType, empty content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 1 element
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="abstract-query"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.