<fsdDecl>

<fsdDecl> (Déclaration de système de profils) L’élément Déclaration de système de profils fsdDecl identifie la déclaration du système de profils contenant des définitions pour un type spécifique de structure de profils. 18.11 Feature System Declaration
Moduleiso-fs — 18 Feature Structures
Attributs
Utilisé par
Peut contenir
iso-fs: fsDecl fsdLink
Declaration

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