Example: <fsdLink> (feature structure declaration link)

These search results reproduce every example of the use of <fsdLink> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <fsdLink> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

18 Feature Structures


18.11.1 Linking a TEI Text to Feature System Declarations

<TEI xmlns="http://www.tei-c.org/ns/1.0">
 <teiHeader>
  <fileDesc>
<!-- doc2 -->
  </fileDesc>
  <encodingDesc>
<!-- ... -->
   <fsdDecl>
    <fsdLink type="gpsg"
     target="example.xml#GPSG"/>

    <fsdLink type="lexx"
     target="example.xml#GPSG"/>

   </fsdDecl>
<!-- ... -->
  </encodingDesc>
 </teiHeader>
 <text>
  <body>
<!-- ... -->
   <fs type="lexx">
<!-- an instance of the typed feature structure "lex" -->
   </fs>
<!-- ... -->
  </body>
 </text>
</TEI>

<fsdDecl>

<fsdDecl>
 <fsDecl type="GPSG">
  <fDecl xml:id="GPSG-1name="GPSG_feat1">
   <vRange>
    <vAlt>
     <symbol value="red"/>
     <symbol value="blue"/>
     <symbol value="green"/>
    </vAlt>
   </vRange>
  </fDecl>
<!--other feature declarations for GPSG here ... -->
 </fsDecl>
 <fsdLink type="subentry"
  target="http://www.example.com/fsdLib.xml#LX123"/>

</fsdDecl>

<fsdDecl>

<fsdDecl>
 <fsDecl type="GPSG">
  <fDecl xml:id="GPSG-1-fr"
   name="GPSG_feat1">

   <vRange>
    <vAlt>
     <symbol value="red"/>
     <symbol value="blue"/>
     <symbol value="green"/>
    </vAlt>
   </vRange>
  </fDecl>
<!--other feature declarations for GPSG here ... -->
 </fsDecl>
 <fsdLink type="subentry"
  target="http://www.example.com/fsdLib.xml#LX123"/>

</fsdDecl>

<fsdLink>

<fsdLink type="subentry"
 target="http://www.example.com/fsdLib.xml#L1234"/>

<fsdLink>

<fsdLink type="subentry"
 target="http://www.example.com/fsdLib.xml#L1234"/>