<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
-->
<object xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="urn:xmlliterate.schema" name="enumeration">
<description>An enumeration. Enumerations allow lists of values to be associated with
a single classname. In languages such as C/C++/C# they have direct support, but in some
languages they may need to be simulated by some means.</description>
<classname>schema_enumeration</classname>
<members>
<stringtype name="classname">
<description>The name of the code file to use for this object.</description>
</stringtype>
<typedobjvectortype name="tokens">
<description>The entries for the enumeration.</description>
<reftype>token</reftype>
</typedobjvectortype>
</members>
</object>