{ Ce schema decrit la structure de transparents I. Vatton Mai 1989 modifie' le 13 juillet 95 : Les deux attributs globaux suivants Importance = D\351finition, Mot_important; Programmation = Identificateur, Mot_cl\351; on ete remplaces par Commentaire et R\351serv\351 } STRUCTURE Expose; DEFPRES ExposePP; ATTR R\351serv\351 = Vrai; Commentaire = Oui; Plan = Integer; STRUCT Expose (ATTR Num\351ro_prem_page = Integer) = BEGIN Statut = Contenu; Date_de_mise_a_jour = Contenu; Titre = Contenu; Auteurs = LIST OF (Auteur = TEXT); Affiliations = LIST OF (Affiliation = Contenu); Transparents = LIST OF (Transp); END; Contenu = LIST OF (Unit\351 = UNIT); Transp = BEGIN Titre_Transparent = Contenu; Corps = LIST OF (Paragr); END; Paragr = CASE OF Paragraphe; Image = PICTURE; Autre_Nature = NATURE; GRAPHICS; END; UNITS Indice = TEXT; Exposant = TEXT; Autre = NATURE; EXCEPT {Exceptions for attributes} R\351serv\351: Invisible; Commentaire: Invisible; {Exceptions for elements} PICTURE_UNIT: MoveResize; Expose: MoveResize, NoPaginate; Statut: MoveResize; Date_de_mise_a_jour: MoveResize; Titre: MoveResize; Auteur: MoveResize; Affiliation: MoveResize; Transp: MoveResize; Titre_Transparent: MoveResize; Paragr: MoveResize; Corps: ImportLine; END