<fsdDecl>

<fsdDecl> (Definition des Merkmalsystems ) Definition des Merkmalsystems für einen bestimmten Typ von Merkmalstrukturen (feature structure). 18.11 Feature System Declaration
Moduliso-fs — 18 Feature Structures
Attribute
Verwendet von
Kann enthalten
iso-fs: fsDecl fsdLink
Deklaration

<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 )+ }
Beispiel
<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>