Schema "mule-smtps.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/smtps
Defined Components:
global elements, 3 local elements, 3 complexTypes
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/smtps/3.3/mule-smtps.xsd; see XML source
Imports Schemas (5):
mule-email.xsd [src], mule-schemadoc.xsd [src], mule-smtp.xsd [src], mule.xsd [src], xml.xsd [src]
Imported by Schema:
_mule-all-included.xsd
Annotation
The SMTPS transport is similar to the [SMTP Transport] but uses secure connections over SSL/TLS.
All Element Summary
connector
Type:
Content:
complex, 10 attributes, attr. wildcard, 9 elements
Subst.Gr:
may substitute for element mule:abstract-connector
Defined:
globally; see XML source
Used:
never
endpoint
Type:
Content:
complex, 20 attributes, attr. wildcard, 16 elements
Subst.Gr:
may substitute for element mule:abstract-global-endpoint
Defined:
globally; see XML source
Used:
never
header
Type:
Content:
empty, 3 attributes
Defined:
locally witnin smtpsConnectorType complexType; see XML source
outbound-endpoint
Type:
Content:
complex, 20 attributes, attr. wildcard, 16 elements
Subst.Gr:
may substitute for element mule:abstract-outbound-endpoint
Defined:
globally; see XML source
Used:
never
tls-client
Type:
Content:
empty, 4 attributes
Defined:
locally witnin smtpsConnectorType complexType; see XML source
tls-trust-store
Type:
Content:
empty, 2 attributes
Defined:
locally witnin smtpsConnectorType complexType; see XML source
Complex Type Summary
Content:
complex, 20 attributes, attr. wildcard, 16 elements
Defined:
globally; see XML source
Used:
Content:
complex, 20 attributes, attr. wildcard, 16 elements
Defined:
globally; see XML source
Used:
Content:
complex, 10 attributes, attr. wildcard, 9 elements
Defined:
globally; see XML source
Includes:
definitions of 3 elements
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/smtps" xmlns="http://www.mulesoft.org/schema/mule/smtps" xmlns:email="http://www.mulesoft.org/schema/mule/email" xmlns:mule="http://www.mulesoft.org/schema/mule/core" xmlns:schemadoc="http://www.mulesoft.org/schema/mule/schemadoc" xmlns:smtp="http://www.mulesoft.org/schema/mule/smtp" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:annotation>
<xsd:documentation>
The SMTPS transport is similar to the [SMTP Transport] but uses secure connections over SSL/TLS.
</xsd:documentation>
<xsd:appinfo>
<schemadoc:short-name>SMTPS</schemadoc:short-name>
<schemadoc:page-title>SMTPS Transport</schemadoc:page-title>
<schemadoc:artifact-name>email</schemadoc:artifact-name>
<schemadoc:transport-features dispatchEvents="true" receiveEvents="false" requestEvents="true" streaming="false" transactions="false">
<schemadoc:MEPs default="one-way" supported="one-way"/>
</schemadoc:transport-features>
</xsd:appinfo>
</xsd:annotation>
<xsd:element name="connector" substitutionGroup="mule:abstract-connector" type="smtpsConnectorType"/>
<xsd:complexType name="smtpsConnectorType">
<xsd:complexContent>
<xsd:extension base="smtp:baseSmtpConnectorType">
<xsd:sequence>
<xsd:sequence maxOccurs="unbounded" minOccurs="0">
<xsd:element name="header" type="mule:keyValueType"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="tls-client" type="mule:tlsClientKeyStoreType"/>
<xsd:element name="tls-trust-store" type="mule:tlsTrustStoreType"/>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="outbound-endpoint" substitutionGroup="mule:abstract-outbound-endpoint" type="outboundEndpointType"/>
<xsd:complexType name="outboundEndpointType">
<xsd:complexContent>
<!--
The only valid exchange-pattern is one-way which is the default. No need to make
the exchange-pattern attribute configurable.
-->
<xsd:attributeGroup ref="email:addressAttributes"/>
<xsd:attributeGroup ref="smtp:addressProperties"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="endpoint" substitutionGroup="mule:abstract-global-endpoint" type="globalEndpointType"/>
<xsd:complexType name="globalEndpointType">
<xsd:complexContent>
<!--
The only valid exchange-pattern is one-way which is the default. No need to make
the exchange-pattern attribute configurable.
-->
<xsd:attributeGroup ref="email:addressAttributes"/>
<xsd:attributeGroup ref="smtp:addressProperties"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</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.