Skip to content

Commit

Permalink
[DoctrineBundle] modified XSD to allow expression for Booleans (like …
Browse files Browse the repository at this point in the history
…%kernel.debug%)
  • Loading branch information
fabpot committed Jan 25, 2011
1 parent 36dcce4 commit 8cfa246
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -27,7 +27,7 @@
<xsd:attribute name="charset" type="xsd:string" />
<xsd:attribute name="wrapper-class" type="xsd:string" />
<xsd:attribute name="platform-service" type="xsd:string" />
<xsd:attribute name="logging" type="xsd:boolean" default="false" />
<xsd:attribute name="logging" type="xsd:string" default="false" />
</xsd:complexType>

<xsd:complexType name="connections">
Expand All @@ -52,7 +52,7 @@
<xsd:attribute name="charset" type="xsd:string" />
<xsd:attribute name="wrapper-class" type="xsd:string" />
<xsd:attribute name="platform-service" type="xsd:string" />
<xsd:attribute name="logging" type="xsd:boolean" default="false" />
<xsd:attribute name="logging" type="xsd:string" default="false" />
</xsd:complexType>

<xsd:element name="orm" type="orm" />
Expand Down Expand Up @@ -81,7 +81,7 @@
<xsd:attribute name="default-entity-manager" type="xsd:string" />
<xsd:attribute name="default-connection" type="xsd:string" />

<xsd:attribute name="auto-generate-proxy-classes" type="xsd:boolean" default="false" />
<xsd:attribute name="auto-generate-proxy-classes" type="xsd:string" default="false" />
<xsd:attribute name="result-cache-driver" type="xsd:string" />
<xsd:attribute name="metadata-cache-driver" type="xsd:string" />
<xsd:attribute name="query-cache-driver" type="xsd:string" />
Expand Down

0 comments on commit 8cfa246

Please sign in to comment.