summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfparam.tag
blob: e1230cca19eecb7f9ce015ece20bf188d5e820ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfparam" single="1">
	<attr name="name" />
	<attr name="type" type="list">
		<items>
			<item>array</item>
			<item>binary</item>
			<item>boolean</item>
			<item>date</item>
			<item>numeric</item>
			<item>queyr</item>
			<item>string</item>
			<item>struct</item>
			<item>uuid</item>
			<item>any</item>
		</items>
	</attr>
	<attr name="default" />
</tag>
</TAGS>