Schema "mule-vm.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/vm
Defined Components:
global elements, 2 local elements, 4 complexTypes, 1 attribute group
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/vm/3.3/mule-vm.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 VM transport is used for intra-VM communication between components managed by Mule. The transport provides options for configuring VM transient or persistent queues.
All Element Summary
connector
Type:
Content:
complex, 7 attributes, attr. wildcard, 8 elements
Subst.Gr:
may substitute for element mule:abstract-connector
Defined:
globally; see XML source
Used:
never
endpoint An endpoint "template" that can be used to construct an inbound or outbound endpoint elsewhere in the configuration by referencing the endpoint name.
Type:
Content:
complex, 12 attributes, attr. wildcard, 15 elements
Subst.Gr:
may substitute for element mule:abstract-global-endpoint
Defined:
globally; see XML source
Used:
never
inbound-endpoint The endpoint on which this connector receives messages from the transport.
Type:
Content:
complex, 12 attributes, attr. wildcard, 15 elements
Subst.Gr:
may substitute for element mule:abstract-inbound-endpoint
Defined:
globally; see XML source
Used:
never
outbound-endpoint The endpoint to which this connector sends messages.
Type:
Content:
complex, 12 attributes, attr. wildcard, 15 elements
Subst.Gr:
may substitute for element mule:abstract-outbound-endpoint
Defined:
globally; see XML source
Used:
never
queue-profile Configures the properties of this connector's queue (see [Configuring Queues]).
Type:
Content:
complex, 1 attribute, 1 element
Defined:
locally witnin vmConnectorType complexType; see XML source
queueProfile DEPRECATED.
Type:
Content:
complex, 1 attribute, 1 element
Defined:
locally witnin vmConnectorType complexType; see XML source
transaction The transaction element configures a transaction.
Type:
Content:
empty, 2 attributes
Subst.Gr:
may substitute for element mule:abstract-transaction
Defined:
globally; see XML source
Used:
never
Complex Type Summary
Content:
complex, 12 attributes, attr. wildcard, 15 elements
Defined:
globally; see XML source
Used:
Content:
complex, 12 attributes, attr. wildcard, 15 elements
Defined:
globally; see XML source
Used:
Content:
complex, 12 attributes, attr. wildcard, 15 elements
Defined:
globally; see XML source
Used:
Content:
complex, 7 attributes, attr. wildcard, 8 elements
Defined:
globally; see XML source
Includes:
definitions of 1 attribute, 2 elements
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/vm" xmlns="http://www.mulesoft.org/schema/mule/vm" 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 VM transport is used for intra-VM communication between components managed by Mule. The transport provides options for configuring VM transient or persistent queues.
</xsd:documentation>
<xsd:appinfo>
<schemadoc:short-name>VM</schemadoc:short-name>
<schemadoc:page-title>VM Transport</schemadoc:page-title>
<schemadoc:transport-features dispatchEvents="true" receiveEvents="true" requestEvents="true" streaming="true" transactionTypes="XA" transactions="true">
<schemadoc:MEPs default="one-way" supported="one-way, request-response"/>
</schemadoc:transport-features>
</xsd:appinfo>
</xsd:annotation>
<xsd:element name="connector" substitutionGroup="mule:abstract-connector" type="vmConnectorType"/>
<xsd:complexType name="vmConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:transactedConnectorType">
<xsd:sequence>
<xsd:element minOccurs="0" name="queueProfile" type="mule:queueProfileType">
<xsd:annotation>
<xsd:documentation>DEPRECATED. USE "&lt;queue-profile&gt;" instead.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="queue-profile" type="mule:queueProfileType">
<xsd:annotation>
<xsd:documentation>
Configures the properties of this connector's queue (see [Configuring Queues]).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="queueTimeout" type="xsd:positiveInteger">
<xsd:annotation>
<xsd:documentation>
The timeout setting for the queue used for asynchronous endpoints
</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:annotation>
<xsd:documentation>
The endpoint on which this connector receives messages from the transport.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="inboundEndpointType">
<xsd:complexContent>
<xsd:extension base="mule:inboundEndpointWithXaType">
<xsd:attributeGroup ref="addressAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="outbound-endpoint" substitutionGroup="mule:abstract-outbound-endpoint" type="outboundEndpointType">
<xsd:annotation>
<xsd:documentation>
The endpoint to which this connector sends messages.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="outboundEndpointType">
<xsd:complexContent>
<xsd:extension base="mule:outboundEndpointWithXaType">
<xsd:attributeGroup ref="addressAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="endpoint" substitutionGroup="mule:abstract-global-endpoint" type="globalEndpointType">
<xsd:annotation>
<xsd:documentation>
An endpoint "template" that can be used to construct an inbound or outbound endpoint elsewhere in the configuration by referencing the endpoint name.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="globalEndpointType">
<xsd:complexContent>
<xsd:extension base="mule:globalEndpointWithXaType">
<xsd:attributeGroup ref="addressAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:attributeGroup name="addressAttributes">
<xsd:attribute name="path" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The queue path, such as dispatchInQueue to create the address vm://dispatchInQueue.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
<xsd:element name="transaction" substitutionGroup="mule:abstract-transaction" type="mule:baseTransactionType">
<xsd:annotation>
<xsd:documentation>
The transaction element configures a transaction. Transactions allow a series of operations to be grouped together so that they can be rolled back if a failure occurs. For more information, see [Transaction Management].
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</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.