Lines Matching refs:enumeration
375 errmsg = "'(' required to start ATTLIST enumeration\n";
378 errmsg = "NmToken expected in ATTLIST enumeration\n";
381 errmsg = "')' required to finish ATTLIST enumeration\n";
5527 * parse an Enumeration attribute type.
5529 * [59] Enumeration ::= '(' S? Nmtoken (S? '|' S? Nmtoken)* S? ')'
5531 * [ VC: Enumeration ]
5535 * Returns: the enumeration attribute tree built while parsing
5560 "standalone: attribute enumeration value token %s duplicated\n",
5595 * @tree: the enumeration tree built while parsing
5599 * [57] EnumeratedType ::= NotationType | Enumeration
5629 * @tree: the enumeration tree built while parsing