<case>

<case> (case) contains grammatical case information given by a dictionary for a given form. [9.3.1 Information on Written and Spoken Forms]
Modul dictionaries — Dictionaries
Attribute
Mitglied des
Enthalten in
Kann enthalten
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
Zeichendaten
Anmerkung

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">.

Beispiel

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 Deklaration
<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="att.lexicographic.normalized.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,
   att.lexicographic.normalized.attributes,
   macro.paraContent
}