Reference = ( ReferenceInfo?, ( Title, Subtitle?, TitleAbbrev? ), PartIntro?, RefEntry+ ) PartIntro = ( ( Title, Subtitle?, TitleAbbrev? )?, ( ( %divcomponent.mix; )+, (Sect1* | RefEntry* | SimpleSect* | Section* ) ) | ( Sect1+ | RefEntry+ | SimpleSect+ | Section+ ) ) RefEntry = ( RefEntryInfo?, RefMeta?, ( Remark | Link | OLink | ULink )*, RefNameDiv, RefSynopsisDiv?, RefSect1+ ) RefMeta = ( RefEntryTitle, ManVolNum?, RefMiscInfo* ) RefNameDiv = ( RefDescriptor?, RefName+, RefPurpose, RefClass*, (Remark | Link | OLink | ULink )* ) RefSynopsisDiv = ( RefSynopsisDivInfo?, ( Title, Subtitle?, TitleAbbrev? )?, ( ( (%refcomponent.mix;)+, RefSect2* ) | RefSect2+ ) ) RefSect1 = ( RefSect1Info?, ( Title, Subtitle?, TitleAbbrev? ), ( ( (%refcomponent.mix;)+, RefSect2*) | RefSect2+ ) ) RefSect2 = ( RefSect2Info?, ( Title, Subtitle?, TitleAbbrev? ), ( ( (%refcomponent.mix;)+, RefSect3* ) | RefSect3+ ) ) RefSect3 = ( RefSect3Info?, ( Title, Subtitle?, TitleAbbrev? ), (%refcomponent.mix;)+ ) |
Éléments : Reference, ReferenceInfo, Title, Subtitle, TitleAbbrev, PartIntro, RefEntry, Sect1, SimpleSect, Section, RefEntryInfo, RefMeta, Remark, Link, OLink, ULink, RefNameDiv, RefSynopsisDiv, RefSect1, RefEntryTitle, ManVolNum, RefMiscInfo, RefDescriptor, RefName, RefPurpose, RefClass, RefSynopsisDivInfo, RefSect2, RefSect3, RefSect1Info, RefSect2Info, RefSect3Info.
Un élément Reference permet de définir un ensemble de pages de référence.
Une page de référence donne les informations de référence pour une commande d'un système, une fonction d'un langage de programmation, etc.
Un ensemble de références (Reference) est constitué :
de métainformations pour une référence (ReferenceInfo), facultatives,
d'un titre (Title), obligatoire,
d'un sous-titre (Subtitle) et d'un titre abrégé (TitleAbbrev), facultatifs,
d'une introduction de partie (PartIntro), facultative, constituée :
d'un titre (Title), sous-titre (Subtitle et titre abrégé (TitleAbbrev) facultatifs,
d'une première partie, facultative, composée d'éléments de type bloc,
d'un nombre quelconque de sections (au moins une si la première partie n'existe pas) Sect1, RefEntry, SimpleSect ou Section (un seul type de section est autorisé).
d'une ou plusieurs entrées de référence (RefEntry).
Précédent | Sommaire | Suivant |
Divisions | Niveau supérieur | Composants |