<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
Moduloiso-fs — 18 Feature Structures
Attributi
Usato da
Può contenere
iso-fs: fsDecl fsdLink
Dichiarazione

<rng:element name="fsdDecl">
<rng:ref name="att.global.attributes"/>
<rng:oneOrMore>
 <rng:choice>
  <rng:ref name="fsDecl"/>
  <rng:ref name="fsdLink"/>
 </rng:choice>
</rng:oneOrMore>
</rng:element>
element fsdDecl { att.global.attributes, ( fsDecl | fsdLink )+ }
Esempio
<fsdDecl>
 <fsDecl type="GPSG">
<!-- ... -->
 </fsDecl>
 <fsDecl type="lexxml:id="LX123">
<!-- ... -->
 </fsDecl>
 <fsdLink type="entrytarget="#LX123"/>
 <fsdLink
   type="subentry"
   target="http://www.example.com/fsdLib.xml#LX123"/>

</fsdDecl>