<case>

<case> contains grammatical case information given by a dictionary for a given form. [9.3.1 Information on Written and Spoken Forms]
Moduledictionaries — Dictionaries
Attributesatt.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.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt) (att.datcat (@datcat, @valueDatcat))
Member of
Contained by
May contain
dictionaries: lang oRef oVar pRef pVar
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
Note

May contain character data and phrase-level elements. Typical values will be of the form nominative, accusative, dative, genitive, etc.

This element is synonymous with <gram type="case">.

Example

Taken from Wörterbuch der Deutschen Sprache. Veranstaltet und herausgegeben von Joachim Heinrich Campe. Erster Theil. A - bis - E. (Braunschweig 1807. In der Schulbuchhandlung):

Das Evangelium, des Evangelii, ...
<entry>
 <form type="lemma">
  <gramGrp>
   <pos value="noun"/>
   <gen value="n"/>
  </gramGrp>
  <form type="determiner">
   <orth>Das</orth>
  </form>
  <form type="headword">
   <orth>Evangelium</orth>,</form>
 </form>
 <form type="inflected">
  <gramGrp>
   <case value="genitive"/>
   <number value="singular"/>
  </gramGrp>
  <form type="determiner">
   <orth>des</orth>
  </form>
  <form type="headword">
   <orth>
    <oRef>Evangelii</oRef>,</orth>
  </form>
 </form>
</entry>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Declaration
<rng:element name="case">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element case
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.lexicographic.attributes,
   att.datcat.attributes,
   macro.paraContent
}