1 <?xml version="1.0" encoding="UTF-8"?>
3 <type id="string">String</type>
4 <type id="istring">Case-insensitive string</type>
5 <type id="text">Text</type>
6 <type id="itext">Case-insensitive text</type>
7 <type id="int">Integer</type>
8 <type id="float">Float</type>
9 <type id="bool">Boolean</type>
10 <type id="lookup">Lookup array</type>
11 <type id="list">Array list</type>
12 <type id="hash">Associative array</type>
13 <type id="mixed">Mixed</type>
16 <!-- vim: et sw=4 sts=4 -->