webprofiler-1.0.xsd 567 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <xsd:schema xmlns="http://symfony.com/schema/dic/webprofiler"
  3. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  4. targetNamespace="http://symfony.com/schema/dic/webprofiler"
  5. elementFormDefault="qualified">
  6. <xsd:element name="config" type="config" />
  7. <xsd:complexType name="config">
  8. <xsd:attribute name="toolbar" type="xsd:boolean" />
  9. <xsd:attribute name="intercept-redirects" type="xsd:boolean" />
  10. <xsd:attribute name="verbose" type="xsd:boolean" />
  11. </xsd:complexType>
  12. </xsd:schema>