|
@@ -14,14 +14,14 @@
|
|
<xsd:element name="extension" type="extension" minOccurs="0" maxOccurs="unbounded" />
|
|
<xsd:element name="extension" type="extension" minOccurs="0" maxOccurs="unbounded" />
|
|
</xsd:sequence>
|
|
</xsd:sequence>
|
|
|
|
|
|
- <xsd:attribute name="auto-reload" type="xsd:boolean" />
|
|
|
|
- <xsd:attribute name="autoescape" type="xsd:boolean" />
|
|
|
|
|
|
+ <xsd:attribute name="auto-reload" type="xsd:string" />
|
|
|
|
+ <xsd:attribute name="autoescape" type="xsd:string" />
|
|
<xsd:attribute name="base-template-class" type="xsd:string" />
|
|
<xsd:attribute name="base-template-class" type="xsd:string" />
|
|
<xsd:attribute name="cache" type="xsd:string" />
|
|
<xsd:attribute name="cache" type="xsd:string" />
|
|
<xsd:attribute name="cache-warmer" type="cache_warmer" />
|
|
<xsd:attribute name="cache-warmer" type="cache_warmer" />
|
|
<xsd:attribute name="charset" type="xsd:string" />
|
|
<xsd:attribute name="charset" type="xsd:string" />
|
|
- <xsd:attribute name="debug" type="xsd:boolean" />
|
|
|
|
- <xsd:attribute name="strict-variables" type="xsd:boolean" />
|
|
|
|
|
|
+ <xsd:attribute name="debug" type="xsd:string" />
|
|
|
|
+ <xsd:attribute name="strict-variables" type="xsd:string" />
|
|
</xsd:complexType>
|
|
</xsd:complexType>
|
|
|
|
|
|
<xsd:complexType name="form">
|
|
<xsd:complexType name="form">
|