7.3. Element backmatter
Specifies the back matter of the ebook.
Content model
(toc | index | lot | lof | loe | lox | section)+
Attributes
| Name | Data type | Default value | 
|---|---|---|
pagename | 
          tokenmin. length: 1  | 
          |
samepage | 
          boolean | 
          "false" | 
        
xml:base | 
          anyURI | 
          |
xml:id | 
          ID | 
          |
xml:lang | 
          language or "" (the empty string) | 
          . | 
Other attributes: any attribute having a name starting
  with "data-".
Parents
The following elements
  contain backmatter: book.
Children
The
  following elements occur in backmatter: index, loe, lof, lot, lox, section, toc.
Example
1 2 3 4  | <backmatter> <section href="glossary.html"/> <index/> </backmatter>  |