Lines Matching refs:attlist

156 element.desc = element desc { attlist.desc, block* }
157 attlist.desc &= empty
160 element.footnote = element footnote { attlist.footnote, \text* }
161 attlist.footnote &= empty
167 element.var = element var { attlist.var, \text* }
168 attlist.var &= empty
171 element.ivar = element ivar { attlist.ivar, \text* }
172 attlist.ivar &= empty
175 element.em = element em { attlist.em, \text* }
176 attlist.em &= empty
179 element.strong = element strong { attlist.strong, \text* }
180 attlist.strong &= empty
184 element.code = element code { attlist.code, \text* }
185 attlist.code &= empty
188 element.file = element file { attlist.file, text* }
189 attlist.file &= empty
192 element.site = element site { attlist.site, text* }
193 attlist.site &= empty
199 element.item = element item { attlist.item, block* }
200 attlist.item &= empty
203 element.enum = element enum { attlist.enum, element.item+ }
204 attlist.enum &= empty
207 element.list = element list { attlist.list, element.item+ }
208 attlist.list &= empty
211 element.term = element term { attlist.term, \text* }
212 attlist.term &= empty
216 element deflist { attlist.deflist, (element.term, element.desc)+ }
217 attlist.deflist &= empty
220 element.question = element question { attlist.question, \text* }
221 attlist.question &= empty
224 element.answer = element answer { attlist.answer, block* }
225 attlist.answer &= empty
229 element qalist { attlist.qalist, (element.question, element.answer)+ }
230 attlist.qalist &= empty
242 element.ref = element ref { attlist.ref, \text* }
243 attlist.ref &=
265 element.email = element email { attlist.email, \text* }
266 attlist.email &= attribute address { text }?
269 element.url = element url { attlist.url, empty }
270 attlist.url &= attribute url { text }?
274 element.uref = element uref { attlist.uref, \text* }
275 attlist.uref &= attribute url { text }
279 element.prjref = element prjref { attlist.prjref, \text* }
280 attlist.prjref &=
290 element.label = element label { attlist.label, \text* }
291 attlist.label &= attribute id { text }?
297 element.entry = element entry { attlist.entry, \text* }
298 attlist.entry &= attribute id { text }?
301 element.GNUstep = element GNUstep { attlist.GNUstep, empty }
302 attlist.GNUstep &= empty
303 element.OpenStep = element OpenStep { attlist.OpenStep, empty }
304 attlist.OpenStep &= empty
305 element.NotOpenStep = element NotOpenStep { attlist.NotOpenStep, empty }
306 attlist.NotOpenStep &= empty
307 element.MacOS-X = element MacOS-X { attlist.MacOS-X, empty }
308 attlist.MacOS-X &= empty
309 element.NotMacOS-X = element NotMacOS-X { attlist.NotMacOS-X, empty }
310 attlist.NotMacOS-X &= empty
319 element.standards = element standards { attlist.standards, standard* }
320 attlist.standards &= empty
326 element.arg = element arg { attlist.arg, text* }
327 attlist.arg &= attribute type { text }?
331 element.vararg = element vararg { attlist.vararg, empty }
332 attlist.vararg &= empty
338 element.sel = element sel { attlist.sel, text* }
339 attlist.sel &= empty
347 attlist.method,
354 attlist.method &=
364 element.declared = element declared { attlist.declared, text* }
365 attlist.declared &= empty
370 attlist.macro,
376 attlist.macro &= attribute name { text }
381 attlist.type, element.declared?, element.desc?, element.standards?
383 attlist.type &=
391 attlist.variable,
396 attlist.variable &=
404 attlist.ivariable, element.desc?, element.standards?
406 attlist.ivariable &=
416 attlist.constant,
421 attlist.constant &=
430 attlist.function,
436 attlist.function &=
443 attlist.protocol,
450 attlist.protocol &= attribute name { text }
455 attlist.category,
462 attlist.category &=
467 element.conform = element conform { attlist.conform, text* }
468 attlist.conform &= empty
471 attlist.class,
479 attlist.class &=
488 element dictionaryItem { attlist.dictionaryItem, block* }
489 attlist.dictionaryItem &=
495 element dictionary { attlist.dictionary, element.dictionaryItem+ }
496 attlist.dictionary &= empty
499 attlist.EOConnectionDictionary, element.dictionaryItem+
501 attlist.EOConnectionDictionary &= empty
504 attlist.EOUserDictionary, element.dictionaryItem+
506 attlist.EOUserDictionary &= empty
511 attlist.EORelationshipComponent, element.EORelationshipComponent*
513 attlist.EORelationshipComponent &= attribute definition { text }
516 element.EOJoin = element EOJoin { attlist.EOJoin, element.desc? }
517 attlist.EOJoin &=
527 attlist.EORelationship,
532 attlist.EORelationship &=
540 element EOAttributeRef { attlist.EOAttributeRef, empty }
541 attlist.EOAttributeRef &= attribute name { text }
546 attlist.EOPrimaryKeyAttributes, element.EOAttributeRef+
548 attlist.EOPrimaryKeyAttributes &= empty
553 attlist.EOClassProperties, element.EOAttributeRef+
555 attlist.EOClassProperties &= empty
560 attlist.EOAttributesUsedForLocking, element.EOAttributeRef+
562 attlist.EOAttributesUsedForLocking &= empty
567 attlist.EOAttribute, element.EOUserDictionary?, element.desc?
569 attlist.EOAttribute &=
584 attlist.EOEntity,
593 attlist.EOEntity &=
603 attlist.EOModel,
609 attlist.EOModel &=
619 element.br = element br { attlist.br, empty }
620 attlist.br &= empty
623 element.p = element p { attlist.p, \text* }
624 attlist.p &= empty
627 element.example = element example { attlist.example, text* }
628 attlist.example &= attribute caption { text }?
636 element.embed = element embed { attlist.embed, block* }
637 attlist.embed &=
647 element.heading = element heading { attlist.heading, \text* }
648 attlist.heading &= empty
652 element subsubsect { attlist.subsubsect, defblock* }
653 attlist.subsubsect &= attribute id { text }?
657 element subsect { attlist.subsect, (defblock | element.subsubsect)* }
658 attlist.subsect &= attribute id { text }?
662 element section { attlist.section, (defblock | element.subsect)* }
663 attlist.section &= attribute id { text }?
667 element chapter { attlist.chapter, (defblock | element.section)* }
668 attlist.chapter &= attribute id { text }?
674 element.contents = element contents { attlist.contents, empty }
675 attlist.contents &= empty
687 element.index = element index { attlist.index, empty }
688 attlist.index &=
716 element.copy = element copy { attlist.copy, \text* }
717 attlist.copy &= empty
720 element.abstract = element abstract { attlist.abstract, \text* }
721 attlist.abstract &= empty
724 element.version = element version { attlist.version, \text* }
725 attlist.version &= empty
728 element.date = element date { attlist.date, \text* }
729 attlist.date &= empty
734 attlist.author, element.email?, element.url?, element.desc?
736 attlist.author &= attribute name { text }
739 element.title = element title { attlist.title, \text* }
740 attlist.title &= empty
747 element front { attlist.front, element.contents?, element.chapter* }
748 attlist.front &= empty
753 element back { attlist.back, element.chapter*, element.index* }
754 attlist.back &= empty
762 attlist.head,
770 attlist.head &= empty
775 attlist.body, element.front?, element.chapter+, element.back?
777 attlist.body &= empty
783 element gsdoc { attlist.gsdoc, element.head, element.body }
784 attlist.gsdoc &=