<classes> | specifies all the classes of which the documented element or class is a member or subclass. | ||||||||||||
Attributes: |
| ||||||||||||
Example |
<classes names='hqinter (inter (common))'>hqinter [and indirectly also:] common, inter</classes> This <classes> element indicates that the element documented is a member of the class hqinter , which is itself a subclass of the classes inter and thus also of common . The value of the names attribute and the content are synonymous, two ways of representing the same information. | ||||||||||||
Example |
<classes names='hqinter'>hqinter</classes> This <classes> element indicates that the element documented is a member of the class hqinter , but gives no indication that hqinter is itself a subclass of phrase . | ||||||||||||
Tagset | auxiliary tag set for tag set declarations | ||||||||||||
Class | |||||||||||||
Filename | teitsd2 | ||||||||||||
Content: | Empty | ||||||||||||
Parents | classDoc tagDoc | ||||||||||||
Children | #PCDATA | ||||||||||||
Declaration | <!ELEMENT classes - O (#PCDATA) > <!ATTLIST classes %a.global names CDATA #REQUIRED > | ||||||||||||
See | 27.1 ; 27.2 |