complexType "stdioConnectorType"
Namespace:
Content:
complex, 10 attributes, attr. wildcard, 6 elements
Defined:
globally in mule-stdio.xsd; see XML source
Includes:
definitions of 6 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:long)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    {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?
</...>
Content Model Elements (6):
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):
connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      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 within this component only; 6/11)
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 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.