|
@@ -17,6 +17,7 @@
|
|
<xsd:element name="translator" type="translator" minOccurs="0" maxOccurs="1" />
|
|
<xsd:element name="translator" type="translator" minOccurs="0" maxOccurs="1" />
|
|
<xsd:element name="param-converter" type="param-converter" minOccurs="0" maxOccurs="1" />
|
|
<xsd:element name="param-converter" type="param-converter" minOccurs="0" maxOccurs="1" />
|
|
<xsd:element name="csrf-protection" type="csrf_protection" minOccurs="0" maxOccurs="1" />
|
|
<xsd:element name="csrf-protection" type="csrf_protection" minOccurs="0" maxOccurs="1" />
|
|
|
|
+ <xsd:element name="esi" type="esi" minOccurs="0" maxOccurs="1" />
|
|
</xsd:all>
|
|
</xsd:all>
|
|
|
|
|
|
<xsd:attribute name="ide" type="xsd:string" />
|
|
<xsd:attribute name="ide" type="xsd:string" />
|
|
@@ -84,4 +85,8 @@
|
|
<xsd:attribute name="field-name" type="xsd:string" />
|
|
<xsd:attribute name="field-name" type="xsd:string" />
|
|
<xsd:attribute name="secret" type="xsd:string" />
|
|
<xsd:attribute name="secret" type="xsd:string" />
|
|
</xsd:complexType>
|
|
</xsd:complexType>
|
|
-</xsd:schema>
|
|
|
|
|
|
+
|
|
|
|
+ <xsd:complexType name="esi">
|
|
|
|
+ <xsd:attribute name="enabled" type="xsd:boolean" />
|
|
|
|
+ </xsd:complexType>
|
|
|
|
+</xsd:schema>
|