<fsdDecl>
<fsdDecl> (declaración FSD (Declaración del Sistema de Rasgos)) indica la declaración del sistema de rasgos que contiene definiciones para un tipo particular de estructura de rasgos. 18.11 Feature System Declaration | |
Módulo | iso-fs — 18 Feature Structures |
Usado por | |
Puede contener | |
Declaración |
element fsdDecl { att.global.attributes, ( fsDecl | fsdLink )+ } |
Ejemplo |
<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> |