((DocInfo?, Title, TitleAbbrev?), PartIntro? , (RefEntry)+)+ (IndexTerm | BeginPage)
Collection of RefEntries, forming a book component. Reference has an optional DocInfo, a required Title, an optional TitleAbbrev, an optional PartIntro, and one or more RefEntries. It has Status, Label, and common attributes.
Label holds an identifying number or string to be output in some manner when the element it is applied to is rendered.
Editorial or publication status ofthe element it applies to, such as "in review" or "approved for distribution." There is no default.
<REFERENCE> <TITLE>Reference Pages</TITLE> <PARTINTRO> <PARA>These reference pages document all the functions of the Realtime Reality Realizer. </PARA> </PARTINTRO> <REFENTRY> <REFNAMEDIV> <REFNAME>Start</REFNAME> <REFPURPOSE>Starts the program</REFPURPOSE> </REFNAMEDIV> <REFSECT1> <TITLE>Description</TITLE> <PARA>Starts the program, and then the program runs.</PARA> </REFSECT1> </REFENTRY> <REFENTRY> <REFNAMEDIV> <REFNAME>Stop</REFNAME> <REFPURPOSE>Ends the program</REFPURPOSE> </REFNAMEDIV> <REFSECT1> <TITLE>Description</TITLE> <PARA>Brings the program to an end, deleting all data</PARA> </REFSECT1> </REFENTRY> </REFERENCE>