@@ -240,24 +240,24 @@ refid CDATA #REQUIRED
240
240
value CDATA #REQUIRED
241
241
>
242
242
243
- <!ELEMENT sql (#PCDATA | include | trim | where | set | foreach | choose | if)*>
243
+ <!ELEMENT sql (#PCDATA | include | trim | where | set | foreach | choose | if | bind )*>
244
244
<!ATTLIST sql
245
245
id CDATA #REQUIRED
246
246
lang CDATA #IMPLIED
247
247
databaseId CDATA #IMPLIED
248
248
>
249
249
250
- <!ELEMENT trim (#PCDATA | include | trim | where | set | foreach | choose | if)*>
250
+ <!ELEMENT trim (#PCDATA | include | trim | where | set | foreach | choose | if | bind )*>
251
251
<!ATTLIST trim
252
252
prefix CDATA #IMPLIED
253
253
prefixOverrides CDATA #IMPLIED
254
254
suffix CDATA #IMPLIED
255
255
suffixOverrides CDATA #IMPLIED
256
256
>
257
- <!ELEMENT where (#PCDATA | include | trim | where | set | foreach | choose | if)*>
258
- <!ELEMENT set (#PCDATA | include | trim | where | set | foreach | choose | if)*>
257
+ <!ELEMENT where (#PCDATA | include | trim | where | set | foreach | choose | if | bind )*>
258
+ <!ELEMENT set (#PCDATA | include | trim | where | set | foreach | choose | if | bind )*>
259
259
260
- <!ELEMENT foreach (#PCDATA | include | trim | where | set | foreach | choose | if)*>
260
+ <!ELEMENT foreach (#PCDATA | include | trim | where | set | foreach | choose | if | bind )*>
261
261
<!ATTLIST foreach
262
262
collection CDATA #REQUIRED
263
263
item CDATA #IMPLIED
@@ -268,13 +268,13 @@ separator CDATA #IMPLIED
268
268
>
269
269
270
270
<!ELEMENT choose (when* , otherwise?)>
271
- <!ELEMENT when (#PCDATA | include | trim | where | set | foreach | choose | if)*>
271
+ <!ELEMENT when (#PCDATA | include | trim | where | set | foreach | choose | if | bind )*>
272
272
<!ATTLIST when
273
273
test CDATA #REQUIRED
274
274
>
275
- <!ELEMENT otherwise (#PCDATA | include | trim | where | set | foreach | choose | if)*>
275
+ <!ELEMENT otherwise (#PCDATA | include | trim | where | set | foreach | choose | if | bind )*>
276
276
277
- <!ELEMENT if (#PCDATA | include | trim | where | set | foreach | choose | if)*>
277
+ <!ELEMENT if (#PCDATA | include | trim | where | set | foreach | choose | if | bind )*>
278
278
<!ATTLIST if
279
279
test CDATA #REQUIRED
280
280
>
0 commit comments