Start Getting and Using the TEI Sources Report an issue

numeric

numericnumeric value represents the value part of a feature-value specification which contains a numeric value or range. [18.3 Other Atomic Feature Values ]
Moduleiso-fs — Feature structures
Attributes
  • att.global ( @xml:id , @n , @xml:lang , @xml:base , @xml:space ) (att.global.rendition ( @rend , @style , @rendition ) ) (att.global.linking ( @corresp , @synch , @sameAs , @copyOf , @next , @prev , @exclude , @select ) ) (att.global.analytic ( @ana ) ) (att.global.facs ( @facs ) ) (att.global.change ( @change ) ) (att.global.responsibility ( @cert , @resp ) ) (att.global.source ( @source ) )
  • att.datcat ( @datcat , @valueDatcat )
  • @value
    supplies a lower bound for the numeric value represented, and also (if max is not supplied) its upper bound.
    Usage
    req
    Datatype
    teidata.numeric
    @max
    supplies an upper bound for the numeric value represented.
    Usage
    opt
    Datatype
    teidata.numeric
    @trunc
    specifies whether the value represented should be truncated to give an integer value.
    Usage
    opt
    Datatype
    teidata.truthValue
    Member ofmodel.featureVal.single
    Contained by
    May contain
    Note

    It is an error to supply the max attribute in the absence of a value for the value attribute.

    Example
    <numeric value="42"/>

    This represents the numeric value 42.

    Content model
    <content>
        <empty/>
    </content>