<fsdDecl>
<fsdDecl> (dichiarazione su FSD (dichiarazione del sistema di tratti)) identifica la dichiarazione del sistema di tratti che contiene le definifioni di un particolare tipo di struttura di tratti. 18.11 Feature System Declaration | |
Modulo | iso-fs — 18 Feature Structures |
Usato da | |
Può contenere | |
Dichiarazione |
element fsdDecl { att.global.attributes, ( fsDecl | fsdLink )+ } |
Esempio |
<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> |