XML Schema "mule-jnp.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/jnp
Defined Components:
4 global elements
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/jnp/3.0/mule-jnp.xsd; see XML source
Imports Schemas (4):
mule-rmi.xsd [src], mule-schemadoc.xsd [src], mule.xsd [src], xml.xsd [src]
XML Source
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.mulesoft.org/schema/mule/jnp" xmlns="http://www.mulesoft.org/schema/mule/jnp" xmlns:mule="http://www.mulesoft.org/schema/mule/core" xmlns:rmi="http://www.mulesoft.org/schema/mule/rmi" 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:element name="connector" substitutionGroup="mule:abstract-connector" type="rmi:rmiConnectorType">
<xsd:annotation>
<xsd:documentation>
The JNP connector is an extension of the RMI connector that uses the Java Naming protocol to bind to
remote objects.
</xsd:documentation>
<xsd:appinfo>
<schemadoc:short-name>JNP</schemadoc:short-name>
<schemadoc:page-title>JNP Transport</schemadoc:page-title>
<schemadoc:transport-features dispatchEvents="true" receiveEvents="true" requestEvents="true" streaming="false" transactions="false">
<schemadoc:MEPs default="request-response" supported="one-way, request-response"/>
</schemadoc:transport-features>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="inbound-endpoint" substitutionGroup="mule:abstract-inbound-endpoint" type="rmi:inboundEndpointType"/>
<xsd:element name="outbound-endpoint" substitutionGroup="mule:abstract-outbound-endpoint" type="rmi:outboundEndpointType"/>
<xsd:element name="endpoint" substitutionGroup="mule:abstract-global-endpoint" type="rmi:globalEndpointType"/>
</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.