例子: <fsConstraints>
These search results reproduce every example of the use of <fsConstraints> 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 <fsConstraints> 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.
19 Feature Structures
19.11.2 The Overall Structure of a Feature System Declaration
<fsDecl type="SomeName">
<fsDescr>Describes what this type of fs represents</fsDescr>
<fDecl name="featureOne">
<!-- The declaration for featureOne -->
</fDecl>
<fDecl name="featureTwo">
<!-- The declaration for featureTwo -->
</fDecl>
<fsConstraints>
<!-- The feature structure constraints go here -->
</fsConstraints>
</fsDecl>
<fsDescr>Describes what this type of fs represents</fsDescr>
<fDecl name="featureOne">
<!-- The declaration for featureOne -->
</fDecl>
<fDecl name="featureTwo">
<!-- The declaration for featureTwo -->
</fDecl>
<fsConstraints>
<!-- The feature structure constraints go here -->
</fsConstraints>
</fsDecl>
<fsDecl> (en)
<fsDecl type="SomeName">
<fsDescr>Describes what this type of fs represents</fsDescr>
<fDecl name="featureOne">
<!-- The declaration for featureOne -->
<vRange>
<!-- the range of possible values for this feature -->
</vRange>
</fDecl>
<fDecl name="featureTwo">
<!-- The declaration for featureTwo -->
<vRange>
<!-- the range of possible values for this feature -->
</vRange>
</fDecl>
<fsConstraints>
<!-- Any additional constraints for the feature structure -->
</fsConstraints>
</fsDecl>
<fsDescr>Describes what this type of fs represents</fsDescr>
<fDecl name="featureOne">
<!-- The declaration for featureOne -->
<vRange>
<!-- the range of possible values for this feature -->
</vRange>
</fDecl>
<fDecl name="featureTwo">
<!-- The declaration for featureTwo -->
<vRange>
<!-- the range of possible values for this feature -->
</vRange>
</fDecl>
<fsConstraints>
<!-- Any additional constraints for the feature structure -->
</fsConstraints>
</fsDecl>
<fsConstraints> (en)
<fsConstraints>
<cond>
<fs>
<!-- ...-->
</fs>
<then/>
<fs>
<!-- ... -->
</fs>
</cond>
</fsConstraints>
<cond>
<fs>
<!-- ...-->
</fs>
<then/>
<fs>
<!-- ... -->
</fs>
</cond>
</fsConstraints>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title>A sample FSD based on an extract from Gazdar
et al.'s GPSG feature system for English</title>
<respStmt>
<resp>encoded by</resp>
<name>Gary F. Simons</name>
</respStmt>
</titleStmt>
<publicationStmt>
<p>This sample was first encoded by Gary F. Simons (Summer
Institute of Linguistics, Dallas, TX) on January 28, 1991.
Revised April 8, 1993 to match the specification of FSDs
in version P2 of the TEI Guidelines. Revised again December 2004 to
be consistent with the feature structure representation standard
jointly developed with ISO TC37/SC4.
</p>
</publicationStmt>
<sourceDesc>
<teiHeader>
<fileDesc>
<titleStmt>
<title>A sample FSD based on an extract from Gazdar
et al.'s GPSG feature system for English</title>
<respStmt>
<resp>encoded by</resp>
<name>Gary F. Simons</name>
</respStmt>
</titleStmt>
<publicationStmt>
<p>This sample was first encoded by Gary F. Simons (Summer
Institute of Linguistics, Dallas, TX) on January 28, 1991.
Revised April 8, 1993 to match the specification of FSDs
in version P2 of the TEI Guidelines. Revised again December 2004 to
be consistent with the feature structure representation standard
jointly developed with ISO TC37/SC4.
</p>
</publicationStmt>
<sourceDesc>