webprofiler-1.0.xsd 507 B

1234567891011121314
  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:complexType>
  11. </xsd:schema>