<?xml version="1.0" encoding="UTF-8" ?>

<xsd:schema xmlns="http://symfony.com/schema/dic/webprofiler"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://symfony.com/schema/dic/webprofiler"
    elementFormDefault="qualified">

    <xsd:element name="config" type="config" />

    <xsd:complexType name="config">
        <xsd:attribute name="toolbar" type="xsd:boolean" />
        <xsd:sequence>
            <xsd:element name="toolbar" type="toolbar" minOccurs="0" maxOccurs="1" />
        </xsd:sequence>
        <xsd:attribute name="intercept-redirects" type="xsd:boolean" />
        <xsd:attribute name="excluded-ajax-paths" type="xsd:string" />
    </xsd:complexType>

    <xsd:complexType name="toolbar">
        <xsd:attribute name="enabled" type="xsd:boolean" />
        <xsd:attribute name="ajax-replace" type="xsd:boolean" />
    </xsd:complexType>
</xsd:schema>
