Skip to content

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 b83aa9d commit a5daf47
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -10,6 +10,7 @@
<xsd:complexType name="config">
<xsd:all>
<xsd:element name="spool" type="spool" minOccurs="0" maxOccurs="1" />
<xsd:element name="antiflood" type="antiflood" minOccurs="0" maxOccurs="1" />
</xsd:all>

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

Expand All @@ -30,6 +32,11 @@
<xsd:attribute name="path" type="xsd:string" />
</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:restriction base="xsd:string">
<xsd:enumeration value="tls" />
Expand Down

0 comments on commit a5daf47

Please sign in to comment.