XML Schema "mule-ibeans.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/ibeans
Defined Components:
4 global elements, 4 complexTypes, 2 attribute groups
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/ibeans/3.1/mule-ibeans.xsd; see XML source
Imports Schemas (3):
mule-schemadoc.xsd [src], mule.xsd [src], xml.xsd [src]
Annotation
Exposes iBeans over endpoints allowing developers to poll iBean methods and invoke iBean methods as part of an outbound flow
XML Source
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.mulesoft.org/schema/mule/ibeans" xmlns="http://www.mulesoft.org/schema/mule/ibeans" 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>
Exposes iBeans over endpoints allowing developers to poll iBean methods and invoke iBean methods as part of an outbound flow
</xsd:documentation>
<xsd:appinfo>
<schemadoc:short-name>Ibeans</schemadoc:short-name>
<schemadoc:page-title>Ibeans Transport</schemadoc:page-title>
<schemadoc:transport-features dispatchEvents="true" receiveEvents="true" requestEvents="false" streaming="false" transactions="false">
<schemadoc:MEPs default="request-response" supported="request-response, one-way"/>
</schemadoc:transport-features>
</xsd:appinfo>
</xsd:annotation>
<xsd:element name="connector" substitutionGroup="mule:abstract-connector" type="ibeansConnectorType">
<xsd:annotation>
<xsd:documentation>
Exposes iBeans over endpoints allowing developers to poll iBean methods and invoke iBean methods as part of an outbound flow
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="ibeansConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<!--<xsd:choice>-->
<!--<xsd:element name="state-parameters" type="mule:listOrSetType"/>-->
<!--</xsd:choice>-->
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<!--
The following define endpoint elements for this transport. Attributes for the endpoint can be defined at the section
at the bottom
-->
<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:attributeGroup ref="propertyAttributes"/>
</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:attributeGroup ref="propertyAttributes"/>
</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:attributeGroup ref="propertyAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:attributeGroup name="addressAttributes">
<!--
TODO define address attributes for this endpoints i.e. queue, host, port, etc
<xsd:attribute name="foo" type="xsd:string"/>
-->
</xsd:attributeGroup>
<xsd:attributeGroup name="propertyAttributes">
<!--
TODO define property attributes for this endpoint. These are properties that can configure the way the
transport behaves but are not used to create the endpoint address.
<xsd:attribute name="bar" type="xsd:string"/>
-->
</xsd:attributeGroup>
</xsd:schema>

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.