<fsdDecl>
<fsdDecl> (Definition des Merkmalsystems ) Definition des Merkmalsystems für einen bestimmten Typ von Merkmalstrukturen (feature structure). 18.11 Feature System Declaration | |
Modul | iso-fs — 18 Feature Structures |
Attribute | |
Verwendet von | |
Kann enthalten | |
Deklaration |
element fsdDecl { att.global.attributes, ( fsDecl | fsdLink )+ } |
Beispiel | <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> |