// FILE. . . . . /home/hak/hlt/src/hlt/language/syntax/XmlAnnotation.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hp-Dv7
// STARTED ON. . Fri Oct 12 02:00:20 2012

// Last modified on Fri Oct 12 02:00:49 2012 by hak

/**
 * @see <a href="xml/XmlAnnotation.grm"><tt>xml/XmlAnnotation.grm</tt></a>
 *
 * This is the data structure packaging the information parsed out of an
 * XML annotation as specified by the grammar <a
 * href="xml/XmlAnnotationDOC/index.html"><tt>xml/XmlAnnotation.grm</tt></a>.
 *
 * <p>
 *
 * In its simplest form, it is an XmlTag (a String) and an array of
 * integers giving the pattern of positions of a rule's RHS
 * serializations.  Additionally, it may contain an attribute/value
 * table consisting of keys that are legal XML attribute strings (i.e.,
 * URIs), and values that may be integers, identifiers, or sequences
 * (arrays) of integers or identifiers ... [ARGUMENTS???]
 *
 */

package hlt.language.syntax;

public class XmlAnnotation
{
}

