Show iso-fs.xml syntax highlighted
<moduleSpec xmlns="http://www.tei-c.org/ns/1.0" ident="iso-fs">
<elementSpec ident="fs" module="iso-fs">
<gloss>Feature structure</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>represents a <term>feature structure</term>, that is, a
collection of feature-value pairs organized as a
structural unit.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<attList>
<attDef ident="type" usage="rwa">
<desc>specifies the type of the feature structure.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<valDesc>Character string, e.g. <term>word structure</term>.</valDesc><valDesc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</valDesc>
</attDef>
<attDef ident="feats" usage="opt">
<desc>references the feature-value specifications making up this feature structure.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<valDesc>one or more identifiers of <gi>f</gi> elements.</valDesc><valDesc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</valDesc>
</attDef>
</attList>
</elementSpec>
<elementSpec ident="f" module="iso-fs">
<gloss>Feature</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>represents a <term>feature value specification</term>, that
is, the association of a name with a value of any of several different types.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<attList>
<attDef ident="name" usage="req">
<desc>provides a name for the feature.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<valDesc>Any name.</valDesc><valDesc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</valDesc>
</attDef>
<attDef ident="fVal" usage="opt">
<desc>references any element which can be used to represent the
value of a feature.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<valDesc>the identifier of an element representing
a feature value</valDesc><valDesc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</valDesc>
</attDef>
</attList>
</elementSpec>
<elementSpec ident="binary" module="iso-fs">
<gloss>binary value</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>represents the value part of a feature-value specification which can contain either
of exactly two possible values.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<attList>
<attDef ident="value" usage="req">
<desc>supplies a binary value.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<valDesc>a string representing a binary value (true or false, 0
or 1) .</valDesc><valDesc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</valDesc>
</attDef>
</attList>
</elementSpec>
<elementSpec ident="symbol" module="iso-fs">
<gloss>Symbolic value</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>represents the value part of a feature-value specification
which contains one of a finite list of symbols.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<attList>
<attDef ident="value" usage="req">
<desc>supplies the symbolic value for the feature, one of a finite list that
may be specified in a feature declaration.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<valDesc>A string, e.g. <term>feminine</term>.</valDesc><valDesc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</valDesc>
</attDef>
</attList>
</elementSpec>
<elementSpec xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" ident="numeric" module="iso-fs">
<gloss>Numeric value</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>represents the value part of a feature-value specification
which contains a numeric value or range.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<attList>
<attDef ident="value" usage="req">
<desc>supplies a lower bound for the numeric value represented,
and also (if <att>max</att> is not supplied) its upper bound.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<valDesc>A real number or integer.</valDesc><valDesc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</valDesc>
</attDef>
<attDef ident="max" usage="opt">
<desc>supplies an upper bound for the numeric value represented.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<valDesc>A real number or integer.</valDesc><valDesc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</valDesc>
</attDef>
<attDef ident="trunc" usage="opt">
<desc>specifies whether the value represented should be
truncated to give an integer value.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
</attDef>
</attList>
</elementSpec>
<elementSpec ident="string" module="iso-fs">
<gloss>String value</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>represents the value part of a feature-value specification
which contains a string.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
</elementSpec>
<elementSpec xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" ident="vLabel" module="iso-fs">
<gloss>value label</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>represents the value part of a feature-value specification
which appears at more than one point in a feature structure</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<attList>
<attDef ident="name" usage="req">
<desc>supplies a name for the sharing point.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<valDesc>An identifying name.</valDesc><valDesc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</valDesc>
</attDef>
</attList>
</elementSpec>
<elementSpec ident="vColl" module="iso-fs">
<gloss>collection of values</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>represents the value part of a feature-value specification
which contains multiple values organized as a set, bag, or list.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<attList>
<attDef ident="org" usage="rwa">
<desc>indicates organization of given value or values as set, bag or list.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<valList type="closed">
<valItem ident="set">
<gloss>indicates that the given values are organized as a set.
</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
</valItem>
<valItem ident="bag">
<gloss>indicates that the given values are organized as a
bag (multiset).
</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
</valItem>
<valItem ident="list">
<gloss>indicates that the given values are organized as a
list.</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
</valItem>
</valList>
</attDef>
</attList>
</elementSpec>
<elementSpec ident="default" module="iso-fs">
<gloss>Default feature value</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>represents the value part of a feature-value specification
which contains a defaulted value.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
</elementSpec>
<elementSpec ident="vAlt" module="iso-fs">
<gloss>Value alternation</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>represents the value part of a feature-value specification
which contains a set of values, only one of which can be valid.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
</elementSpec>
<elementSpec ident="vNot" module="iso-fs">
<gloss>Value negation</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>represents a feature value which is the negation of its content.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
</elementSpec>
<elementSpec xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://www.tei-c.org/ns/1.0" ident="vMerge" module="iso-fs">
<gloss>Merged collection of values</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>represents a feature value which is the result of merging
together the feature values contained by its children, using the organization
specified by the <att>org</att> attribute.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<attList>
<attDef ident="org" usage="rwa">
<desc>indicates the organization of the resulting merged values as set, bag or list.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
<valList type="closed">
<valItem ident="set">
<gloss>indicates that the resulting values are organized as a set.</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
</valItem>
<valItem ident="bag">
<gloss>indicates that the resulting values are organized as a bag (multiset).
</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
</valItem>
<valItem ident="list">
<gloss>indicates that the resulting values are organized as a list.</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
</valItem>
</valList>
</attDef>
</attList>
</elementSpec>
<elementSpec ident="fLib" module="iso-fs">
<gloss>Feature library</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>assembles a library of feature elements.</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
</elementSpec>
<elementSpec ident="fvLib" module="iso-fs">
<gloss>Feature-value library</gloss><gloss xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</gloss>
<desc>assembles a library of reusable feature value elements
(including complete feature structures).</desc><desc xml:lang="it" notBefore="2007-01-21">TO BE TRANSLATED</desc>
</elementSpec>
</moduleSpec>
See more files for this project here