complexType "pollingTcpConnectorType"
Namespace:
Content:
complex, 18 attributes, attr. wildcard, 7 elements
Defined:
globally in mule-tcp.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:int)
 = 
xsd:string
 = 
(xsd:string | xsd:long)
 = 
(xsd:string | xsd:long)
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, spring:property*, mule:receiver-threading-profile?, mule:dispatcher-threading-profile?, mule:abstract-reconnection-strategy?, mule:service-overrides?, abstract-protocol?
</...>
Content Model Elements (7):
abstract-protocol, mule:abstract-reconnection-strategy, mule:annotations, mule:dispatcher-threading-profile, mule:receiver-threading-profile, mule:service-overrides, spring:property
All Direct / Indirect Based Elements (1):
polling-connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:connectorType (extension)
          noProtocolTcpConnectorType (extension)
              tcpConnectorType (extension)
                  pollingTcpConnectorType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="pollingTcpConnectorType">
<xsd:complexContent>
<xsd:extension base="tcpConnectorType">
<xsd:attribute name="timeout" type="mule:substitutableLong"/>
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/19)
pollingFrequency
Type:
Use:
optional
The time in milliseconds to wait between each request to the TCP server.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>

timeout
Type:
Use:
optional
The timeout to wait in milliseconds for data to come from the server
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="timeout" type="mule:substitutableLong"/>

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.