|
0
|
1 |
<?xml version="1.0" encoding="UTF-8" ?> |
|
|
2 |
|
|
|
3 |
<xsd:schema xmlns="http://symfony.com/schema/dic/assetic" |
|
|
4 |
xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
|
|
5 |
targetNamespace="http://symfony.com/schema/dic/assetic" |
|
|
6 |
elementFormDefault="qualified"> |
|
|
7 |
|
|
|
8 |
<xsd:element name="config" type="config" /> |
|
|
9 |
|
|
|
10 |
<xsd:complexType name="config"> |
|
|
11 |
<xsd:sequence> |
|
|
12 |
<xsd:element name="bundle" type="bundle" minOccurs="0" maxOccurs="unbounded" /> |
|
|
13 |
<xsd:element name="filter" type="filter" minOccurs="0" maxOccurs="unbounded" /> |
|
|
14 |
<xsd:element name="twig" type="twig" minOccurs="0" maxOccurs="unbounded" /> |
|
|
15 |
<xsd:element name="asset" type="asset" minOccurs="0" maxOccurs="unbounded" /> |
|
|
16 |
</xsd:sequence> |
|
|
17 |
<xsd:attribute name="debug" type="xsd:string" /> |
|
|
18 |
<xsd:attribute name="use-controller" type="xsd:string" /> |
|
|
19 |
<xsd:attribute name="read-from" type="xsd:string" /> |
|
|
20 |
<xsd:attribute name="write-to" type="xsd:string" /> |
|
|
21 |
<xsd:attribute name="closure" type="xsd:string" /> |
|
|
22 |
<xsd:attribute name="java" type="xsd:string" /> |
|
|
23 |
<xsd:attribute name="node" type="xsd:string" /> |
|
|
24 |
<xsd:attribute name="sass" type="xsd:string" /> |
|
|
25 |
<xsd:attribute name="yui" type="xsd:string" /> |
|
|
26 |
</xsd:complexType> |
|
|
27 |
|
|
|
28 |
<xsd:complexType name="bundle"> |
|
|
29 |
<xsd:attribute name="name" type="xsd:string" use="required" /> |
|
|
30 |
</xsd:complexType> |
|
|
31 |
|
|
|
32 |
<xsd:complexType name="asset"> |
|
|
33 |
<xsd:sequence> |
|
|
34 |
<xsd:element name="input" type="xsd:string" minOccurs="1" maxOccurs="unbounded" /> |
|
|
35 |
<xsd:element name="filter" type="xsd:string" minOccurs="0" maxOccurs="unbounded" /> |
|
|
36 |
</xsd:sequence> |
|
|
37 |
<xsd:attribute name="name" type="xsd:string" use="required" /> |
|
|
38 |
<xsd:attribute name="output" type="xsd:string" /> |
|
|
39 |
<xsd:attribute name="debug" type="xsd:string" /> |
|
|
40 |
<xsd:anyAttribute namespace="##any" processContents="lax" /> |
|
|
41 |
</xsd:complexType> |
|
|
42 |
|
|
|
43 |
<xsd:complexType name="filter"> |
|
|
44 |
<xsd:attribute name="name" type="xsd:string" use="required" /> |
|
|
45 |
<xsd:attribute name="resource" type="xsd:string" /> |
|
|
46 |
<xsd:anyAttribute namespace="##any" processContents="lax" /> |
|
|
47 |
</xsd:complexType> |
|
|
48 |
|
|
|
49 |
<xsd:complexType name="twig"> |
|
|
50 |
<xsd:sequence> |
|
|
51 |
<xsd:element name="function" type="twig_function" minOccurs="0" maxOccurs="unbounded" /> |
|
|
52 |
</xsd:sequence> |
|
|
53 |
</xsd:complexType> |
|
|
54 |
|
|
|
55 |
<xsd:complexType name="twig_function"> |
|
|
56 |
<xsd:attribute name="name" type="xsd:string" use="required" /> |
|
|
57 |
<xsd:anyAttribute namespace="##any" processContents="lax" /> |
|
|
58 |
</xsd:complexType> |
|
|
59 |
</xsd:schema> |