[tei-council] Conference call Nov. 29
Syd Bauman
Syd_Bauman at Brown.edu
Mon Nov 22 02:07:06 EST 2004
> It looks to be as if the idea is for a module to replace an
> open-ended list of attribute values for <seg>/@type with closed
> lists; I am wondering how to do this in ODD,
Would it not be something like the following (doing this off top of
head, so may not be well-formed, let alone valid)?
<elementSpec ident="seg" mode="change">
<attDef ident="type" usage="req">
<valList type="closed">
<valItem ident="duck">
<gloss>a bird</gloss>
</valItem>
<valItem ident="quack">
<gloss>a bird's sound</gloss>
</valItem>
<valItem ident="waddle">
<gloss>a bird's walk</gloss>
</valItem>
</valList>
</attDef>
</elementSpec>
More information about the tei-council
mailing list