Whole document tree ReferenceContent Model((DocInfo?, Title, TitleAbbrev?), PartIntro? , (RefEntry)+)+ (IndexTerm | BeginPage) DescriptionCollection 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. Attributes
Examples<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> |