assetic-1.0.xsd 947 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <xsd:schema xmlns="http://www.symfony-project.org/schema/dic/assetic"
  3. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  4. targetNamespace="http://www.symfony-project.org/schema/dic/assetic"
  5. elementFormDefault="qualified">
  6. <xsd:element name="config">
  7. <xsd:complexType name="config">
  8. <xsd:attribute name="debug" type="xsd:string" />
  9. <xsd:attribute name="use-controller" type="xsd:string" />
  10. <xsd:attribute name="read-from" type="xsd:string" />
  11. <xsd:attribute name="write-to" type="xsd:string" />
  12. <xsd:attribute name="closure" type="xsd:string" />
  13. <xsd:attribute name="yui" type="xsd:string" />
  14. <xsd:attribute name="default-javascripts-output" type="xsd:string" />
  15. <xsd:attribute name="default-stylesheets-output" type="xsd:string" />
  16. </xsd:complexType>
  17. </xsd:element>
  18. </xsd:schema>