complexType "inboundEndpointType"
Namespace:
Content:
complex, 14 attributes, 12 elements
Defined:
globally in mule-jdbc.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
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")
    queryKey
 = 
xsd:string
    pollingFrequency
 = 
(xsd:string | xsd:long)
    queryTimeout
 = 
xsd:int : "-1"
    >
   
Content: 
(abstract-transformer | abstract-filter | abstract-security-filter | abstract-intercepting-message-processor | processor | custom-processor)*, response?, abstract-transaction?, abstract-xa-transaction?, property*, properties?, abstract-query*
</...>
Content Model Elements (12):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      inboundEndpointType
XML Source (w/o annotations (1); 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 default="-1" name="queryTimeout" type="xsd:int"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/14)
queryTimeout
Type:
xsd:int, predefined
Use:
optional
The timeout in seconds that will be used as a query timeout for the SQL statement
Attribute Value
Default:
"-1"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="-1" name="queryTimeout" type="xsd:int"/>
Content Element Detail (all declarations; defined in this component only; 1/12)
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 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.