File tree 1 file changed +19
-5
lines changed
src/Symfony/Component/DependencyInjection/Loader/schema/dic/services 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 24
24
]]> </xsd : documentation >
25
25
</xsd : annotation >
26
26
<xsd : sequence >
27
- <xsd : any namespace =" ##other" processContents =" lax" minOccurs =" 0" maxOccurs =" unbounded" />
28
- <xsd : element name =" imports" type =" imports" minOccurs =" 0" maxOccurs =" 1" />
29
- <xsd : element name =" parameters" type =" parameters" minOccurs =" 0" maxOccurs =" 1" />
30
- <xsd : element name =" services" type =" services" minOccurs =" 0" maxOccurs =" 1" />
31
- <xsd : any namespace =" ##other" processContents =" lax" minOccurs =" 0" maxOccurs =" unbounded" />
27
+ <xsd : group ref =" foreign" />
28
+ <xsd : sequence minOccurs =" 0" >
29
+ <xsd : element name =" imports" type =" imports" />
30
+ <xsd : group ref =" foreign" />
31
+ </xsd : sequence >
32
+ <xsd : sequence minOccurs =" 0" >
33
+ <xsd : element name =" parameters" type =" parameters" />
34
+ <xsd : group ref =" foreign" />
35
+ </xsd : sequence >
36
+ <xsd : sequence minOccurs =" 0" >
37
+ <xsd : element name =" services" type =" services" />
38
+ <xsd : group ref =" foreign" />
39
+ </xsd : sequence >
32
40
</xsd : sequence >
33
41
</xsd : complexType >
34
42
43
+ <xsd : group name =" foreign" >
44
+ <xsd : sequence >
45
+ <xsd : any namespace =" ##other" processContents =" lax" minOccurs =" 0" maxOccurs =" unbounded" />
46
+ </xsd : sequence >
47
+ </xsd : group >
48
+
35
49
<xsd : complexType name =" services" >
36
50
<xsd : annotation >
37
51
<xsd : documentation ><![CDATA[
You can’t perform that action at this time.
0 commit comments