Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
[SwiftmailerBundle] updated XSD
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 6, 2011
1 parent 85f61bb commit 1a7629b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/config/schema/swiftmailer-1.0.xsd
Expand Up @@ -10,6 +10,7 @@
<xsd:complexType name="config"> <xsd:complexType name="config">
<xsd:all> <xsd:all>
<xsd:element name="spool" type="spool" minOccurs="0" maxOccurs="1" /> <xsd:element name="spool" type="spool" minOccurs="0" maxOccurs="1" />
<xsd:element name="antiflood" type="antiflood" minOccurs="0" maxOccurs="1" />
</xsd:all> </xsd:all>


<xsd:attribute name="username" type="xsd:string" /> <xsd:attribute name="username" type="xsd:string" />
Expand All @@ -22,6 +23,7 @@
<xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="delivery-address" type="xsd:string" /> <xsd:attribute name="delivery-address" type="xsd:string" />
<xsd:attribute name="disable-delivery" type="xsd:boolean" /> <xsd:attribute name="disable-delivery" type="xsd:boolean" />
<xsd:attribute name="sender-address" type="xsd:boolean" />
<xsd:attribute name="logging" type="xsd:string" /> <xsd:attribute name="logging" type="xsd:string" />
</xsd:complexType> </xsd:complexType>


Expand All @@ -30,6 +32,11 @@
<xsd:attribute name="path" type="xsd:string" /> <xsd:attribute name="path" type="xsd:string" />
</xsd:complexType> </xsd:complexType>


<xsd:complexType name="antiflood">
<xsd:attribute name="threshold" type="xsd:string" />
<xsd:attribute name="sleep" type="xsd:string" />
</xsd:complexType>

<xsd:simpleType name="encryption"> <xsd:simpleType name="encryption">
<xsd:restriction base="xsd:string"> <xsd:restriction base="xsd:string">
<xsd:enumeration value="tls" /> <xsd:enumeration value="tls" />
Expand Down

0 comments on commit 1a7629b

Please sign in to comment.