complexType "stdioConnectorType"
Namespace:
Content:
complex, 12 attributes, 5 elements
Defined:
globally in mule-stdio.xsd; see XML source
Includes:
definitions of 6 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    createMultipleTransactedReceivers
 = 
(xsd:string | xsd:boolean)
    numberOfConcurrentTransactedReceivers
 = 
(xsd:string | xsd:int)
    dynamicNotification
 = 
(xsd:string | xsd:boolean) : "false"
    validateConnections
 = 
(xsd:string | xsd:boolean) : "true"
    dispatcherPoolFactory-ref
 = 
xsd:string
    messageDelayTime
 = 
(xsd:string | xsd:long)
    outputMessage
 = 
xsd:string
    promptMessage
 = 
xsd:string
    promptMessageCode
 = 
xsd:string
    outputMessageCode
 = 
xsd:string
    resourceBundle
 = 
xsd:string
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-reconnection-strategy?, service-overrides?
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      stdioConnectorType
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="stdioConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:attribute name="messageDelayTime" type="mule:substitutableLong"/>
<xsd:attribute name="outputMessage" type="xsd:string"/>
<xsd:attribute name="promptMessage" type="xsd:string"/>
<xsd:attribute name="promptMessageCode" type="xsd:string"/>
<xsd:attribute name="outputMessageCode" type="xsd:string"/>
<xsd:attribute name="resourceBundle" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 6/12)
messageDelayTime
Type:
Use:
optional
Delay in milliseconds before printing the prompt to stdout.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="messageDelayTime" type="mule:substitutableLong"/>

outputMessage
Type:
xsd:string, predefined
Use:
optional
Text printed to stdout when a message is sent.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="outputMessage" type="xsd:string"/>

outputMessageCode
Type:
xsd:string, predefined
Use:
optional
Code used to retrieve output message from resource bundle.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="outputMessageCode" type="xsd:string"/>

promptMessage
Type:
xsd:string, predefined
Use:
optional
Text printed to stdout when waiting for input.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="promptMessage" type="xsd:string"/>

promptMessageCode
Type:
xsd:string, predefined
Use:
optional
Code used to retrieve prompt message from resource bundle.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="promptMessageCode" type="xsd:string"/>

resourceBundle
Type:
xsd:string, predefined
Use:
optional
Resource bundle to provide prompt with promptMessageCode.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="resourceBundle" type="xsd:string"/>

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.