XML Schema "mule-udp.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/udp
Defined Components:
4 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/udp/3.1/mule-udp.xsd; see XML source
Imports Schemas (3):
mule-schemadoc.xsd [src], mule.xsd [src], xml.xsd [src]
Imported by Schema:
mule-multicast.xsd [src]
Annotation
The UDP transport enables events to be sent and received as Datagram packets.
XML Source
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.mulesoft.org/schema/mule/udp" xmlns="http://www.mulesoft.org/schema/mule/udp" 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 UDP transport enables events to be sent and received as Datagram packets.
</xsd:documentation>
<xsd:appinfo>
<schemadoc:short-name>UDP</schemadoc:short-name>
<schemadoc:page-title>UDP Transport</schemadoc:page-title>
<schemadoc:transport-features dispatchEvents="true" receiveEvents="true" requestEvents="true" streaming="true" transactions="false">
<schemadoc:MEPs default="request-response" supported="one-way, request-response"/>
</schemadoc:transport-features>
</xsd:appinfo>
</xsd:annotation>
<xsd:element name="connector" substitutionGroup="mule:abstract-connector" type="udpConnectorType"/>
<xsd:complexType name="udpConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:attribute name="receiveBufferSize" type="mule:substitutableInt">
<xsd:annotation>
<xsd:documentation>
The size of the receiving buffer for the socket.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="receiveTimeout" type="mule:substitutableLong">
<xsd:annotation>
<xsd:documentation>
The amount of time after which a Receive call will time out.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sendBufferSize" type="mule:substitutableInt">
<xsd:annotation>
<xsd:documentation>
The size of the sending buffer for the socket.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sendTimeout" type="mule:substitutableLong">
<xsd:annotation>
<xsd:documentation>
The amount of time after which a Send call will time out.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="socketLinger" type="mule:substitutableLong">
<xsd:annotation>
<xsd:documentation>
The amount of time the socket will remain open after a closesocket call.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="broadcast" type="mule:substitutableBoolean">
<xsd:annotation>
<xsd:documentation>
Whether to enable the socket to send broadcast data.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="keepSendSocketOpen" type="mule:substitutableBoolean">
<xsd:annotation>
<xsd:documentation>
Whether to keep the Sending socket open.
</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="host" type="xsd:string"/>
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>
</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.