<fsdDecl>
<fsdDecl> (Déclaration de système de traits (FSD)) fournit une déclaration du système de traits consistant en une ou plusieurs déclarations de structure de traits ou des liens vers une déclaration de structure de traits. 18.11 Feature System Declaration | |
Module | iso-fs — 18 Feature Structures |
Utilisé par | |
Peut contenir | |
Declaration |
element fsdDecl { att.global.attributes, ( fsDecl | fsdLink )+ } |
Exemple |
<fsdDecl>
<fsDecl type="GPSG"> <!-- ... --> </fsDecl> <fsDecl type="lex" xml:id="LX123"> <!-- ... --> </fsDecl> <fsdLink type="entry" target="#LX123"/> <fsdLink type="subentry" target="http://www.example.com/fsdLib.xml#LX123"/> </fsdDecl> |