<?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.mulesoft.org/schema/mule/core" schemaLocation="http://www.mulesoft.org/schema/mule/core/3.0/mule.xsd"/> <xsd:import namespace="http://www.mulesoft.org/schema/mule/schemadoc" schemaLocation="http://www.mulesoft.org/schema/mule/schemadoc/3.0/mule-schemadoc.xsd"/> <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:complexContent> <!--<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:complexContent> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:element name="outbound-endpoint" substitutionGroup="mule:abstract-outbound-endpoint" type="outboundEndpointType"/> <xsd:complexContent> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:element name="endpoint" substitutionGroup="mule:abstract-global-endpoint" type="globalEndpointType"/> <xsd:complexContent> </xsd:extension> </xsd:complexContent> </xsd:complexType> <!-- TODO define address attributes for this endpoints i.e. queue, host, port, etc <xsd:attribute name="foo" type="xsd:string"/> --> </xsd:attributeGroup> <!-- 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. |