File tree 1 file changed +7
-8
lines changed
Filter options
src/Symfony/Component/DependencyInjection/Loader/schema/dic/services 1 file changed +7
-8
lines changed
Original file line number Diff line number Diff line change 140
140
</xsd : complexType >
141
141
142
142
<xsd : complexType name =" property" mixed =" true" >
143
- <xsd : choice minOccurs =" 0" maxOccurs = " 1 " >
144
- <xsd : element name =" property" type =" property" minOccurs = " 0 " maxOccurs =" unbounded" />
143
+ <xsd : choice minOccurs =" 0" >
144
+ <xsd : element name =" property" type =" property" maxOccurs =" unbounded" />
145
145
<xsd : element name =" service" type =" service" />
146
146
</xsd : choice >
147
147
<xsd : attribute name =" type" type =" argument_type" />
153
153
</xsd : complexType >
154
154
155
155
<xsd : complexType name =" argument" mixed =" true" >
156
- <xsd : choice maxOccurs = " unbounded " >
157
- <xsd : element name =" argument" type =" argument" minOccurs = " 0 " maxOccurs =" unbounded" />
156
+ <xsd : choice minOccurs = " 0 " >
157
+ <xsd : element name =" argument" type =" argument" maxOccurs =" unbounded" />
158
158
<xsd : element name =" service" type =" service" />
159
159
</xsd : choice >
160
160
<xsd : attribute name =" type" type =" argument_type" />
165
165
<xsd : attribute name =" strict" type =" boolean" />
166
166
</xsd : complexType >
167
167
168
- <xsd : complexType name =" call" mixed =" true" >
169
- <xsd : choice maxOccurs =" unbounded" >
170
- <xsd : element name =" argument" type =" argument" minOccurs =" 0" maxOccurs =" unbounded" />
171
- <xsd : element name =" service" type =" service" />
168
+ <xsd : complexType name =" call" >
169
+ <xsd : choice minOccurs =" 0" >
170
+ <xsd : element name =" argument" type =" argument" maxOccurs =" unbounded" />
172
171
</xsd : choice >
173
172
<xsd : attribute name =" method" type =" xsd:string" />
174
173
</xsd : complexType >
You can’t perform that action at this time.
0 commit comments