<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
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="lex" xml:id="LX123">
<!-- ... -->
 </fsDecl>
 <fsdLink type="entry" target="#LX123"/>
 <fsdLink
   type="subentry"
   target="http://www.example.com/fsdLib.xml#LX123"/>

</fsdDecl>