Schema "mule-stdio.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/stdio
Defined Components:
global elements, 4 complexTypes, 1 attribute group
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/stdio/3.3/mule-stdio.xsd; see XML source
Imports Schemas (3):
mule-schemadoc.xsd [src], mule.xsd [src], xml.xsd [src]
Imported by Schema:
_mule-all-included.xsd
Annotation
The STDIO transport The STDIO Transport allows the reading and writing of streaming data to Java's System.out and System.in objects for debugging.
All Element Summary
connector
Type:
Content:
complex, 10 attributes, attr. wildcard, 6 elements
Subst.Gr:
may substitute for element mule:abstract-connector
Defined:
globally; see XML source
Used:
never
endpoint
Type:
Content:
complex, 12 attributes, attr. wildcard, 16 elements
Subst.Gr:
may substitute for element mule:abstract-global-endpoint
Defined:
globally; see XML source
Used:
never
inbound-endpoint
Type:
Content:
complex, 12 attributes, attr. wildcard, 16 elements
Subst.Gr:
may substitute for element mule:abstract-inbound-endpoint
Defined:
globally; see XML source
Used:
never
outbound-endpoint
Type:
Content:
complex, 12 attributes, attr. wildcard, 16 elements
Subst.Gr:
may substitute for element mule:abstract-outbound-endpoint
Defined:
globally; see XML source
Used:
never
Complex Type Summary
Content:
complex, 12 attributes, attr. wildcard, 16 elements
Defined:
globally; see XML source
Used:
Content:
complex, 12 attributes, attr. wildcard, 16 elements
Defined:
globally; see XML source
Used:
Content:
complex, 12 attributes, attr. wildcard, 16 elements
Defined:
globally; see XML source
Used:
Content:
complex, 10 attributes, attr. wildcard, 6 elements
Defined:
globally; see XML source
Includes:
definitions of 6 attributes
Used:
Attribute Group Summary
Content:
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
XML Source
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.mulesoft.org/schema/mule/stdio" xmlns="http://www.mulesoft.org/schema/mule/stdio" xmlns:mule="http://www.mulesoft.org/schema/mule/core" xmlns:schemadoc="http://www.mulesoft.org/schema/mule/schemadoc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:annotation>
<xsd:documentation>
The STDIO transport The STDIO Transport allows the reading and writing of streaming data to Java's System.out and System.in objects for debugging.
</xsd:documentation>
<xsd:appinfo>
<schemadoc:short-name>STDIO</schemadoc:short-name>
<schemadoc:page-title>STDIO Transport</schemadoc:page-title>
<schemadoc:transport-features dispatchEvents="true" receiveEvents="true" requestEvents="true" streaming="true" transactions="false">
<schemadoc:MEPs default="one-way" supported="one-way"/>
</schemadoc:transport-features>
</xsd:appinfo>
</xsd:annotation>
<xsd:element name="connector" substitutionGroup="mule:abstract-connector" type="stdioConnectorType"/>
<xsd:complexType name="stdioConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:attribute name="messageDelayTime" type="mule:substitutableLong">
<xsd:annotation>
<xsd:documentation>
Delay in milliseconds before printing the prompt to stdout.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="outputMessage" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Text printed to stdout when a message is sent.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="promptMessage" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Text printed to stdout when waiting for input.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="promptMessageCode" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Code used to retrieve prompt message from resource bundle.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="outputMessageCode" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Code used to retrieve output message from resource bundle.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="resourceBundle" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Resource bundle to provide prompt with promptMessageCode.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="inbound-endpoint" substitutionGroup="mule:abstract-inbound-endpoint" type="inboundEndpointType"/>
<xsd:complexType name="inboundEndpointType">
<xsd:complexContent>
<xsd:extension base="mule:inboundEndpointType">
<xsd:attributeGroup ref="addressAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="outbound-endpoint" substitutionGroup="mule:abstract-outbound-endpoint" type="outboundEndpointType"/>
<xsd:complexType name="outboundEndpointType">
<xsd:complexContent>
<xsd:extension base="mule:outboundEndpointType">
<xsd:attributeGroup ref="addressAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="endpoint" substitutionGroup="mule:abstract-global-endpoint" type="globalEndpointType"/>
<xsd:complexType name="globalEndpointType">
<xsd:complexContent>
<xsd:extension base="mule:globalEndpointType">
<xsd:attributeGroup ref="addressAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:attributeGroup name="addressAttributes">
<xsd:attribute name="system">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="IN"/>
<xsd:enumeration value="OUT"/>
<xsd:enumeration value="ERR"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:attributeGroup>
</xsd:schema>

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.