> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Beschreibung des XML-Schemas

> XML-Schema für Exporte von erkanntem Text aus ABBYY FineReader Engine (ABBYY_Scheme_XML.xsd) — Tags für Dokumentstruktur, Attribute und Erkennungsvarianten.

Eine XML-Datei enthält den erkannten Text sowie zusätzliche Informationen zu seiner Struktur, seinen Attributen und Erkennungsvarianten, die mithilfe von XML-Tags beschrieben werden. Eine Beschreibung der möglichen Tags finden Sie in der folgenden Tabelle. Einige Tags sind je nach den Werten der Erkennungsparameter möglicherweise nicht vorhanden. So werden beispielsweise Erkennungsvarianten für Wörter oder Zeichen nur gespeichert, wenn die entsprechenden Eigenschaften des [XMLExportParams](/de/fine-reader/engine/api-reference/parameter-objects/export-parameters/xmlexportparams)-Objekts auf TRUE gesetzt sind.

Sie finden das XML-Schema in der Datei ABBYY\_Scheme\_XML.xsd.

Diese Datei befindet sich im Ordner [Headers](/de/fine-reader/engine/distribution/distribution-macos/distribution-kit-macos) für macOS bzw. im Ordner Inc für [Linux](/de/fine-reader/engine/distribution/distribution-linux/distribution-kit-linux#inc) und [Windows](/de/fine-reader/engine/distribution/distribution-windows/distribution-kit#inc) (Start > Programme > ABBYY FineReader Engine 12 > Installationsordner > Ordner für Include-Dateien).

Die folgende Abbildung zeigt ein Beispiel für Picture-, Text- und Table-Blöcke in der XML-Ausgabedatei.

<img src="https://mintcdn.com/abbyy/B_SRGbkkbQ9YH40E/images/fine-reader/engine/xmlscheme.gif?s=05ae1c35f17bf061ff3ebfb07bfe480e" alt="XMLScheme" width="685" height="561" data-path="images/fine-reader/engine/xmlscheme.gif" />

<div id="description-of-document-tags">
  ## Beschreibung der Dokument-Tags
</div>

<table>
  <tbody>
    <tr>
      <td>
        <p>
          <strong>Name</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Typ</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Multiplizität</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Übergeordnetes Tag</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Description</strong>
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="document" />

          <strong>document</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ</p>

        <details>
          <summary>Typ-Elemente</summary>

          <p>
            <strong>page</strong>
          </p>

          <p>
            <strong>documentData</strong>
          </p>
        </details>

        <details>
          <summary>Typ-Attribute</summary>

          <p>
            <em>version</em> — XML-Version
          </p>

          <p>
            <em>producer</em> — der Produzent der XML-Datei
          </p>

          <p>
            <em>pagesCount</em> — (optional) die Seitenanzahl des Dokuments
          </p>

          <p>
            <em>mainLanguage</em> — (optional) die Hauptsprache des Dokuments
          </p>

          <p>
            <em>languages</em> — (optional) alle Sprachen des Dokuments
          </p>
        </details>
      </td>

      <td>
        <p>1</p>
      </td>

      <td>
        <p>nein</p>
      </td>

      <td>
        <p>Dokument.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="page" />

          <strong>page</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ, eine Folge von Block-Tags</p>

        <details>
          <summary>Typ-Elemente</summary>

          <p>
            <strong>block</strong>
          </p>
        </details>

        <details>
          <summary>Typ-Attribute</summary>

          <p>
            <em>width</em> — die Bildbreite in Pixeln
          </p>

          <p>
            <em>height</em> — die Bildhöhe in Pixeln
          </p>

          <p>
            <em>resolution </em>— die Bildauflösung in Pixeln pro Zoll
          </p>

          <p>
            <em>originalCoords</em> — (optional) wenn true, beziehen sich alle Koordinaten
            auf das Originalbild vor dem Öffnen; andernfalls beziehen sie sich
            auf das geöffnete (entzerrte) Bild
          </p>

          <p>
            <em>rotation</em> — (optional) der Rotationstyp, der auf das
            Originalseitenbild vor der Verarbeitung angewendet wird. Mögliche Werte:
            Normal, RotatedClockwise, RotatedUpsideDown,
            RotatedCounterclockwise
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>document</p>
      </td>

      <td>
        <p>Erkannte Seite.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="block" />

          <strong>block</strong>
        </p>
      </td>

      <td>
        <p>BlockType</p>

        <details>
          <summary>BlockType-Elemente</summary>

          <p>
            Die Verfügbarkeit der einzelnen Elemente hängt vom Typ des
            Blocks ab (siehe Attribut <em>blockType</em>).
          </p>

          <p>
            <strong>region </strong>— immer verfügbar
          </p>

          <p>
            <strong>text</strong> — nur verfügbar, wenn das Attribut blockType
            "Text" ist
          </p>

          <p>
            <strong>row</strong>
            <em> </em>— nur verfügbar, wenn das Attribut blockType
            "Table" ist
          </p>

          <p>
            <strong>separatorsBox</strong>
            <em> </em>— nur verfügbar, wenn das Attribut blockType
            "SeparatorsBox" ist
          </p>

          <p>
            <strong>separator</strong>
            <em> </em>— nur verfügbar, wenn das Attribut blockType
            "Separator" ist
          </p>

          <p>
            <strong>checkmark</strong>
            <em> </em>— nur verfügbar, wenn das Attribut blockType
            "Checkmark" ist
          </p>

          <p>
            <strong>groupCheckmark</strong>
            <em> </em>— nur verfügbar, wenn das Attribut blockType
            "GroupCheckmark" ist
          </p>
        </details>

        <details>
          <summary>BlockType-Attribute</summary>

          <p>
            <em>blockType </em>— der Typ des Blocks. Mögliche Werte:
            Text, Table, Picture, Barcode, Separator,
            SeparatorsBox, Checkmark, GroupCheckmark
          </p>

          <p>
            <em>blockName — </em>(optional) der Name des Blocks
          </p>

          <p>
            <em>isHidden</em> — (optional) gibt an, ob der Block ausgeblendet ist (Standardwert: false)
          </p>

          <p>
            <em>l</em> — (optional) die Koordinate des linken Rands des
            Blocks
          </p>

          <p>
            <em>t</em> — (optional) die Koordinate des oberen Rands des
            Blocks
          </p>

          <p>
            <em>r</em> — (optional) die Koordinate des rechten Rands des
            Blocks
          </p>

          <p>
            <em>b</em> — (optional) die Koordinate des unteren Rands des
            Blocks
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>page</p>
      </td>

      <td>
        <p>Erkannter Block.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="region" />

          <strong>region</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ, eine Folge von Rect-Tags</p>

        <details>
          <summary>Typ-Elemente</summary>

          <p>
            <strong>rect</strong>
          </p>
        </details>

        <p>Keine Typ-Attribute vorhanden</p>
      </td>

      <td>
        <p>1</p>
      </td>

      <td>
        <p>block</p>
      </td>

      <td>
        <p>Blockregion, eine Menge von Rechtecken.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="rect" />

          <strong>rect</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ</p>

        <details>
          <summary>Typ-Attribute</summary>

          <p>
            <em>l</em> — die Koordinate des linken Rands des Rechtecks
          </p>

          <p>
            <em>t</em> — die Koordinate des oberen Rands des Rechtecks
          </p>

          <p>
            <em>r</em> — die Koordinate des rechten Rands des Rechtecks
          </p>

          <p>
            <em>b</em> — die Koordinate des unteren Rands des Rechtecks
          </p>
        </details>
      </td>

      <td>
        <p>1...unbounded</p>
      </td>

      <td>
        <p>region</p>
      </td>

      <td>
        <p>Rechteck einer Blockregion.</p>
      </td>
    </tr>

    <tr>
      <td rowspan="2">
        <p>
          <a name="text" />

          <strong>text</strong>
        </p>
      </td>

      <td rowspan="2">
        <p>TextType</p>

        <details>
          <summary>TextType-Elemente</summary>

          <p>
            <strong>par</strong>
          </p>
        </details>

        <details>
          <summary>TextType-Attribute</summary>

          <p>
            <em>orientation</em> — (optional) die Textorientierung. Mögliche Werte: Normal, RotatedClockwise,
            RotatedUpsidedown, RotatedCounterclockwise (Standardwert:
            Normal)
          </p>

          <p>
            <em>backgroundColor</em> — (optional) die Hintergrundfarbe des
            Textes (Standardwert: -1, d. h. die Farbe ist transparent)
          </p>

          <p>
            <em>mirrored</em> — (optional) gibt an, ob der Text gespiegelt ist
            (Standardwert: false)
          </p>

          <p>
            <em>inverted</em> — (optional) gibt an, ob der Text invertiert ist
            (Standardwert: false)
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>block</p>
      </td>

      <td>
        <p>
          Text eines erkannten Textblocks (erscheint als Element des block-Tags,
          wenn das blockType-Attribut "Text" ist).
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>cell</p>
      </td>

      <td>
        <p>Text einer Tabellenzelle.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="par" />

          <strong>par</strong>
        </p>
      </td>

      <td>
        <p>ParagraphType</p>

        <details>
          <summary>ParagraphType-Elemente</summary>

          <p>
            <strong>line</strong>
          </p>
        </details>

        <details>
          <summary>ParagraphType-Attribute</summary>

          <p>
            <em>dropCapCharsCount</em> — (optional) die Anzahl der Initialen im
            Absatz (Standardwert: 0)
          </p>

          <p>
            <em>dropCap-l</em> — (optional) die linke Koordinate des Initiale-Rechtecks
          </p>

          <p>
            <em>dropCap-t</em> — (optional) die obere Koordinate des Initiale-Rechtecks
          </p>

          <p>
            <em>dropCap-r</em> — (optional) die rechte Koordinate des Initiale-Rechtecks
          </p>

          <p>
            <em>dropCap-b</em> — (optional) die untere Koordinate des Initiale-Rechtecks
          </p>

          <p>
            <em>align</em> — (optional) die Absatzausrichtung. Mögliche Werte: Left, Center, Right, Justified (Standardwert: Left)
          </p>

          <p>
            <em>leftIndent</em> — (optional) der linke Absatzeinzug (Standardwert: 0)
          </p>

          <p>
            <em>rightIndent</em> — (optional) der rechte Absatzeinzug (Standardwert: 0)
          </p>

          <p>
            <em>startIndent</em> — (optional) der Einzug der ersten Zeile des
            Absatzes (Standardwert: 0)
          </p>

          <p>
            <em>lineSpacing</em> — (optional) der Zeilenabstand (Standardwert: 0)
          </p>

          <p>
            <em>isListItem</em> — (optional) gibt an, dass der Absatz Teil einer Liste ist (Standardwert: false)
          </p>

          <p>
            <em>lstLvl</em> — (optional) die Listenebene
          </p>

          <p>
            <em>lstNum</em> — (optional) die Nummer des Absatzes in der Liste
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>text</p>
      </td>

      <td>
        <p>Absatz eines erkannten Textes.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="line" />

          <strong>line</strong>
        </p>
      </td>

      <td>
        <p>LineType</p>

        <details>
          <summary>LineType-Elemente</summary>

          <p>
            <strong>formatting</strong>
          </p>
        </details>

        <details>
          <summary>LineType-Attribute</summary>

          <p>
            <em>baseline</em> — der Abstand von der Grundlinie zur oberen Kante
            der Seite
          </p>

          <p>
            <em>l</em> — die Koordinate des linken Randes des umgebenden
            Rechtecks
          </p>

          <p>
            <em>t</em> — die Koordinate des oberen Randes des umgebenden
            Rechtecks
          </p>

          <p>
            <em>r</em> — die Koordinate des rechten Randes des umgebenden
            Rechtecks
          </p>

          <p>
            <em>b</em> — die Koordinate des unteren Randes des umgebenden
            Rechtecks
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>par</p>
      </td>

      <td>
        <p>Zeile eines Absatzes.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="formatting" />

          <strong>formatting</strong>
        </p>
      </td>

      <td>
        <p>FormattingType</p>

        <details>
          <summary>FormattingType-Gruppe</summary>

          <p>
            <strong>charParams</strong>
          </p>

          <p>oder</p>

          <p>
            <strong>wordRecVariants</strong>
          </p>
        </details>

        <details>
          <summary>FormattingType-Attribute</summary>

          <p>
            <em>lang</em> — der Name der Sprache
          </p>

          <p>
            <em>ff</em> — (optional) der Name der Schriftart
          </p>

          <p>
            <em>fs</em> — (optional) die Schriftgröße
          </p>

          <p>
            <em>bold</em> — (optional) fetter Schriftstil (Standardwert: false)
          </p>

          <p>
            <em>italic</em> — (optional) kursiver Schriftstil (Standardwert: false)
          </p>

          <p>
            <em>subscript</em> — (optional) tiefgestellter Schrifteffekt (Standardwert: false)
          </p>

          <p>
            <em>superscript</em> — (optional) hochgestellter Schrifteffekt (Standardwert: false)
          </p>

          <p>
            <em>smallcaps</em> — (optional) Kapitälchen-Schrifteffekt (Standardwert: false)
          </p>

          <p>
            <em>underline</em> — (optional) unterstrichener Schrifteffekt (der
            Standardwert ist false)
          </p>

          <p>
            <em>strikeout</em> — (optional) der Durchstreichungseffekt der Schriftart (der
            Standardwert ist false)
          </p>

          <p>
            <em>color</em> — (optional) die Farbe der Schriftart (der Standardwert
            ist 0)
          </p>

          <p>
            <em>scaling</em> — (optional) die Skalierung der Schriftart (der Standardwert
            ist 1000)
          </p>

          <p>
            <em>spacing</em> — (optional) der Zeichenabstand (der Standardwert
            ist 0)
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>line</p>
      </td>

      <td>
        <p>
          Gruppe von Zeichen mit einheitlicher Formatierung. Die Attribute der Zeichen
          wechseln sich mit den Erkennungsvarianten des Wortes ab. Die Erkennungsvarianten
          des Wortes werden vor dem Wort angegeben.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="charparams" />

          <strong>charParams</strong>
        </p>
      </td>

      <td>
        <p>CharParamsType</p>

        <details>
          <summary>CharParamsType-Elemente</summary>

          <p>
            <strong>charRecVariants</strong>
          </p>
        </details>

        <details>
          <summary>CharParamsType-Attribute</summary>

          <p>
            <em>l</em> — die Koordinate des linken Rands des Zeichenrechtecks
          </p>

          <p>
            <em>t</em> — die Koordinate des oberen Rands des Zeichenrechtecks
          </p>

          <p>
            <em>r</em> — die Koordinate des rechten Rands des Zeichenrechtecks
          </p>

          <p>
            <em>b</em> — die Koordinate des unteren Rands des Zeichenrechtecks
          </p>

          <p>
            <em>suspicious</em> — (optional) wenn diese Eigenschaft auf TRUE gesetzt ist,
            wurde das Zeichen mit geringer Sicherheit erkannt (der Standardwert ist
            false)
          </p>

          <p>
            <em>proofed</em> — (optional) gibt an, ob für dieses Zeichen eine Rechtschreibprüfung
            durchgeführt wurde (der Standardwert ist false)
          </p>

          <p>
            <em>wordStart</em> — veraltet; (optional) wenn diese Eigenschaft auf TRUE gesetzt ist,
            markiert sie das am weitesten links stehende Zeichen in einem Wort
          </p>

          <p>
            <em>wordFirst</em> — (optional) wenn diese Eigenschaft auf TRUE gesetzt ist,
            markiert sie das erste Zeichen in einem Wort
          </p>

          <p>
            <em>wordLeftmost</em> — (optional) wenn diese Eigenschaft auf TRUE gesetzt ist,
            markiert sie das am weitesten links stehende Zeichen in einem Wort
          </p>

          <p>
            <em>wordFromDictionary</em> — (optional) gibt an, ob das Wort
            im Wörterbuch gefunden wurde
          </p>

          <p>
            <em>wordNormal</em> — (optional) gibt an, ob das Wort mit einer Standard- oder
            benutzerdefinierten Sprache erkannt wurde und ob es sich weder um eine Zahl
            noch um einen Bezeichner handelt
          </p>

          <p>
            <em>wordNumeric</em> — (optional) gibt an, ob das Wort eine Zahl ist
          </p>

          <p>
            <em>wordIdentifier</em> — (optional) gibt an, ob das Wort ein Bezeichner
            ist (Abkürzung, URL usw.)
          </p>

          <p>
            <em>wordPenalty</em> — (optional) Strafwert für die Unstimmigkeit von
            Zeichen im Wort
          </p>

          <p>
            <em>meanStrokeWidth</em> — (optional) die mittlere Strichbreite
            in der RLE-Darstellung des Wortbilds, ausgedrückt in Pixeln,
            multipliziert mit 10
          </p>

          <p>
            <em>charConfidence</em> — (optional) speichert den Konfidenzwert des Zeichens.
            Es handelt sich um eine numerische Schätzung der Wahrscheinlichkeit, dass die
            Erkennung korrekt war. Diese Zahl ist jedoch nicht garantiert positiv;
            der einzig sinnvolle Verwendungszweck des Konfidenzwerts ist der Vergleich
            verschiedener Erkennungsvarianten desselben Zeichens
          </p>

          <p>
            <em>serifProbability</em> — (optional) gibt die Wahrscheinlichkeit an,
            dass das Zeichen mit einer Serifenschrift geschrieben wurde
          </p>

          <p>
            <em>isTab</em> — (optional) gibt an, ob das Zeichen ein Tabulator ist
          </p>

          <p>
            <a name="tableadercount" />

            <em>tabLeaderCount</em> — (optional) gibt die Anzahl der Zeichen im
            Füllzeichen des Tabulators an. Die Anzahl wird in der Synthesephase
            unter Berücksichtigung von Schriftart und Tabulatorbreite berechnet.
            Dieses Attribut wird verwendet, wenn{" "}
            <em>isTab</em>=TRUE
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>formatting</p>
      </td>

      <td>
        <p>Attribute eines einzelnen Zeichens.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="charrecvariants" />

          <strong>charRecVariants</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ, eine Sequenz von charRecVariant-Tags</p>

        <details>
          <summary>Typ-Elemente</summary>

          <p>
            <strong>charRecVariant</strong>
          </p>
        </details>

        <p>Hat keine Typ-Attribute</p>
      </td>

      <td>
        <br />
      </td>

      <td>
        <p>charParams</p>
      </td>

      <td>
        <p>Varianten der Zeichenerkennung.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="charrecvariant" />

          <strong>charRecVariant</strong>
        </p>
      </td>

      <td>
        <p>CharRecognitionVariant</p>

        <details>
          <summary>Typ-Attribute</summary>

          <p>
            <em>charConfidence</em> — (optional) eine numerische Schätzung der
            Wahrscheinlichkeit, dass die Erkennung korrekt war
          </p>

          <p>
            <em>serifProbability</em> — (optional) Wahrscheinlichkeit, dass ein Zeichen
            mit einer Serifenschrift geschrieben wurde
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>charRecVariants</p>
      </td>

      <td>
        <p>Variante der Zeichenerkennung.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="wordrecvariants" />

          <strong>wordRecVariants</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ, eine Sequenz von wordRecVariant-Tags</p>

        <details>
          <summary>Typ-Elemente</summary>

          <p>
            <strong>wordRecVariant</strong>
          </p>
        </details>

        <p>Hat keine Typ-Attribute</p>
      </td>

      <td>
        <br />
      </td>

      <td>
        <p>formatting</p>
      </td>

      <td>
        <p>Erkennungsvarianten des nächsten Wortes.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="wordrecvariant" />

          <strong>wordRecVariant</strong>
        </p>
      </td>

      <td>
        <p>WordRecognitionVariant-Typ</p>

        <details>
          <summary>WordRecognitionVariant-Elemente</summary>

          <p>
            <strong>variantText</strong>
          </p>
        </details>

        <details>
          <summary>WordRecognitionVariant-Attribute</summary>

          <p>
            <em>wordFromDictionary</em> — (optional) gibt an, ob das Wort
            im Wörterbuch gefunden wurde
          </p>

          <p>
            <em>wordNormal</em> — (optional) gibt an, ob das Wort mit einer
            Standard- oder benutzerdefinierten Sprache erkannt wurde und ob es
            weder eine Zahl noch ein Bezeichner ist
          </p>

          <p>
            <em>wordNumeric</em> — (optional) gibt an, ob das Wort eine
            Zahl ist
          </p>

          <p>
            <em>wordIdentifier</em> — (optional) gibt an, ob das Wort ein
            Bezeichner ist (Abkürzung, URL usw.)
          </p>

          <p>
            <em>wordPenalty</em> — (optional) Strafwert für Zeicheninkonsistenzen
            im Wort
          </p>

          <p>
            <em>meanStrokeWidth</em> — (optional) die mittlere Strichbreite
            in der RLE-Darstellung des Wortbilds, angegeben in Pixeln
            multipliziert mit 10
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>wordRecVariants</p>
      </td>

      <td>
        <p>Erkennungsvariante des nächsten Wortes.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="varianttext" />

          <strong>variantText</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ, eine Sequenz von charParams-Tags</p>

        <details>
          <summary>Typ-Elemente</summary>

          <p>
            <strong>charParams</strong>
          </p>
        </details>

        <p>Keine Typattribute vorhanden</p>
      </td>

      <td>
        <p>1</p>
      </td>

      <td>
        <p>wordRecVariant</p>
      </td>

      <td>
        <p>Wort.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="row" />

          <strong>row</strong>
        </p>
      </td>

      <td>
        <p>TableRowType</p>

        <details>
          <summary>TableRowType-Elemente</summary>

          <p>
            <strong>cell</strong>
          </p>
        </details>

        <p>Has no type attributes</p>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>block</p>
      </td>

      <td>
        <p>Tabellenzeile (vorhanden, wenn das blockType-Attribut „Table" ist).</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="cell" />

          <strong>cell</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ, eine Sequenz von TextType-Tags</p>

        <details>
          <summary>Typ-Elemente</summary>

          <p>
            <strong>text</strong>
          </p>
        </details>

        <details>
          <summary>Typattribute</summary>

          <p>
            <em>colSpan</em> — (optional) die Spaltenausdehnung der Zelle (der
            Standardwert ist 1)
          </p>

          <p>
            <em>rowSpan</em> — (optional) die Zeilenausdehnung der Zelle (der
            Standardwert ist 1)
          </p>

          <p>
            <em>align</em> — (optional) diese Eigenschaft gibt die Ausrichtung für einen
            Tabstopp an und kann einen der folgenden Werte annehmen: Top, Center, Bottom
            (der Standardwert ist Top)
          </p>

          <p>
            <em>picture</em> — (optional) gibt an, ob die Zelle ausschließlich ein
            Bild enthält (der Standardwert ist false)
          </p>

          <p>
            <em>leftBorder</em> — (optional) der linke Rahmentyp der Tabellenzelle. Er
            kann einen der folgenden Werte annehmen: Absent, Unknown, White, Black
            (der Standardwert ist Black)
          </p>

          <p>
            <em>topBorder</em> — (optional) der obere Rahmentyp der Tabellenzelle. Er
            kann einen der folgenden Werte annehmen: Absent, Unknown, White, Black
            (der Standardwert ist Black)
          </p>

          <p>
            <em>rightBorder</em> — (optional) der rechte Rahmentyp der Tabellenzelle.
            Er kann einen der folgenden Werte annehmen: Absent, Unknown, White, Black
            (der Standardwert ist Black)
          </p>

          <p>
            <em>bottomBorder</em> — (optional) der untere Rahmentyp der Tabellenzelle.
            Er kann einen der folgenden Werte annehmen: Absent, Unknown, White,
            Black (der Standardwert ist Black)
          </p>

          <p>
            <em>width</em> — die Breite der Zelle
          </p>

          <p>
            <em>height</em> — die Höhe der Zelle
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>row</p>
      </td>

      <td>
        <p>Tabellenzelle (vorhanden, wenn das blockType-Attribut „Table" ist).</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="separatorsbox" />

          <strong>separatorsBox</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ, eine Sequenz von separator-Tags</p>

        <details>
          <summary>Typ-Elemente</summary>

          <p>
            <strong>separator</strong>
          </p>
        </details>

        <p>Keine Typattribute vorhanden</p>
      </td>

      <td>
        <p>0...1</p>
      </td>

      <td>
        <p>block</p>
      </td>

      <td>
        <p>
          Gruppe von Trennlinien, vorhanden wenn das blockType-Attribut
          "SeparatorsBox" ist
        </p>
      </td>
    </tr>

    <tr>
      <td rowspan="2">
        <p>
          <a name="separator" />

          <strong>separator</strong>
        </p>
      </td>

      <td rowspan="2">
        <p>SeparatorBlockType-Typ</p>

        <details>
          <summary>SeparatorBlockType-Elemente</summary>

          <p>
            <strong>start</strong>
          </p>

          <p>
            <strong>end</strong>
          </p>
        </details>

        <details>
          <summary>SeparatorBlockType-Attribute</summary>

          <p>
            <em>thickness</em> — gibt die genaue Breite der Trennlinie in
            Pixeln an
          </p>

          <p>
            <em>type</em> — gibt den Typ der Trennlinie an. Er kann einen der
            folgenden Werte annehmen: Unknown, Black, Dotted
          </p>
        </details>
      </td>

      <td>
        <p>0...1</p>
      </td>

      <td>
        <p>block</p>
      </td>

      <td>
        <p>
          Einzelne Trennlinie, vorhanden wenn das blockType-Attribut
          "Separator" ist.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>separatorsBox</p>
      </td>

      <td>
        <p>Trennlinie in einer Gruppe von Trennlinien.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="groupcheckmark" />

          <strong>groupCheckmark</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ, eine Sequenz von checkmark-Tags</p>

        <details>
          <summary>Typ-Elemente</summary>

          <p>
            <strong>checkmark</strong>
          </p>
        </details>

        <p>Hat keine Typ-Attribute</p>
      </td>

      <td>
        <p>0...1</p>
      </td>

      <td>
        <p>block</p>
      </td>

      <td>
        <p>
          Gruppe von Häkchen, vorhanden wenn das blockType-Attribut
          "GroupCheckmark" ist
        </p>
      </td>
    </tr>

    <tr>
      <td rowspan="2">
        <p>
          <a name="checkmark" />

          <strong>checkmark</strong>
        </p>
      </td>

      <td rowspan="2">
        <p>CheckmarkBlockType type</p>

        <details>
          <summary>CheckmarkBlockType-Attribute</summary>

          <p>
            <em>confidence</em> — gibt den Konfidenzwert der Häkchen-Erkennung an
          </p>

          <p>
            <em>value</em> — gibt den Zustand des Häkchens an. Mögliche Werte: Unknown, Checked, Unchecked, Corrected
          </p>
        </details>
      </td>

      <td>
        <p>0...1</p>
      </td>

      <td>
        <p>block</p>
      </td>

      <td>
        <p>
          Einzelnes Häkchen, vorhanden wenn das blockType-Attribut
          "Checkmark" ist.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>checkmarkGroup</p>
      </td>

      <td>
        <p>Häkchen in einer Gruppe von Häkchen.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="barcodeinfo" />

          <strong>barcodeInfo</strong>
        </p>
      </td>

      <td>
        <p>BarcodeInfoType type</p>

        <details>
          <summary>BarcodeInfoType-Attribute</summary>

          <p>
            <em>type</em> — gibt den Typ des Barcodes an. Mögliche Werte:
          </p>

          <ul>
            <li>CODE39</li>
            <li>INTERLEAVED25</li>
            <li>EAN13</li>
            <li>CODE128</li>
            <li>EAN8</li>
            <li>PDF417</li>
            <li>CODABAR</li>
            <li>UPCE</li>
            <li>INDUSTRIAL25</li>
            <li>IATA25</li>
            <li>MATRIX25</li>
            <li>CODE93</li>
            <li>POSTNET</li>
            <li>UCC128</li>
            <li>PATCH</li>
            <li>AZTEC</li>
            <li>DATAMATRIX</li>
            <li>QRCODE</li>
            <li>UPCA</li>
            <li>MAXICODE</li>
            <li>CODE32</li>
            <li>FULLASCII</li>
            <li>ROYAL</li>
            <li>KIX</li>
            <li>INTELLIGENT</li>
            <li>AUSTRALIA\_POST</li>
            <li>Unknown</li>
          </ul>

          <p>
            <em>supplement </em>— (optional) gibt den Typ des ergänzenden
            Barcodes an. Mögliche Werte: void, 2dig, 5dig
          </p>
        </details>
      </td>

      <td>
        <p>0...1</p>
      </td>

      <td>
        <p>block</p>
      </td>

      <td>
        <p>
          Informationen zum Barcode, vorhanden wenn das blockType-Attribut
          "Barcode" ist.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="start" />

          <strong>start</strong>
        </p>
      </td>

      <td>
        <p>Point type</p>

        <details>
          <summary>Point-Attribute</summary>

          <p>
            <em>x</em> — gibt die horizontale Koordinate des Startpunkts
            der Trennlinie an
          </p>

          <p>
            <em>y</em> — die vertikale Koordinate des Startpunkts der Trennlinie
          </p>
        </details>
      </td>

      <td>
        <p>1</p>
      </td>

      <td>
        <p>separator</p>
      </td>

      <td>
        <p>Startpunkt einer Trennlinie.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="end" />

          <strong>end</strong>
        </p>
      </td>

      <td>
        <p>Point type</p>

        <details>
          <summary>Point-Attribute</summary>

          <p>
            <em>x</em> — gibt die horizontale Koordinate des Endpunkts
            der Trennlinie an
          </p>

          <p>
            <em>y</em> — die vertikale Koordinate des Endpunkts der Trennlinie
          </p>
        </details>
      </td>

      <td>
        <p>1</p>
      </td>

      <td>
        <p>separator</p>
      </td>

      <td>
        <p>Endpunkt einer Trennlinie.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="documentdata" />

          <strong>documentData</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ</p>

        <details>
          <summary>Typ-Elemente</summary>

          <p>
            <strong>paragraphStyles</strong>
          </p>

          <p>
            <strong>sections</strong>
          </p>
        </details>

        <p>Hat keine Typ-Attribute</p>
      </td>

      <td>
        <p>0...1</p>
      </td>

      <td>
        <p>document</p>
      </td>

      <td>
        <p>Parameter der Absatz- und Schriftformatvorlagen des Dokuments.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="paragraphstyles" />

          <strong>paragraphStyles</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ, eine Sequenz von paragraphStyle-Tags</p>

        <details>
          <summary>Typ-Elemente</summary>

          <p>
            <strong>paragraphStyle</strong>
          </p>
        </details>

        <p>Hat keine Typ-Attribute</p>
      </td>

      <td>
        <p>0...1</p>
      </td>

      <td>
        <p>documentData</p>
      </td>

      <td>
        <p>Sammlung von Absatzformatvorlagen.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="paragraphstyle" />

          <strong>paragraphStyle</strong>
        </p>
      </td>

      <td>
        <p>ParagraphStyleType Type</p>

        <details>
          <summary>ParagraphStyleType-Elemente</summary>

          <p>
            <strong>fontStyle</strong>
          </p>
        </details>

        <details>
          <summary>ParagraphStyleType-Attribute</summary>

          <p>
            <em>id</em> — der Bezeichner des Absatzes
          </p>

          <p>
            <em>name</em> — der Name der Absatzformatvorlage
          </p>

          <p>
            <em>mainFontStyleId</em> — der Hauptschriftstil des Absatzes
          </p>

          <p>
            <em>role</em> — die Absatzrolle. Mögliche Werte:
          </p>

          <ul>
            <li>text</li>
            <li>tableText</li>
            <li>heading</li>
            <li>tableHeading</li>
            <li>pictureCaption</li>
            <li>tableCaption</li>
            <li>contents — Inhaltsverzeichnis</li>
            <li>footnote</li>
            <li>endnote</li>
            <li>rt — laufender Titel</li>
            <li>garb — Bildstörung</li>
            <li>other</li>
            <li>barcode</li>
            <li>headingNumber</li>
          </ul>

          <p>
            <em>roleLevel</em> — (optional) (Standardwert ist -1, d. h. die Ebene ist für diese Rolle nicht verfügbar)
          </p>

          <p>
            <em>align</em> — Absatzausrichtung. Mögliche Werte: Left, Center, Right, Justified, CjkJustified, ThaiJustified
          </p>

          <p>
            <em>before</em> — (optional) Abstand vor dem Absatz dieses Stils (Standardwert: 0)
          </p>

          <p>
            <em>after</em> — (optional) Abstand nach dem Absatz dieses Stils (Standardwert: 0)
          </p>

          <p>
            <em>startIndent </em>— (optional) Einzug der ersten Zeile des Absatzes
          </p>

          <p>
            <em>leftIndent </em>— (optional) linker Einzug des gesamten Absatzes
          </p>

          <p>
            <em>rightIndent </em>— (optional) rechter Einzug des gesamten Absatzes
          </p>

          <p>
            <em>lineSpacing </em>— (optional) Zeilenabstand
          </p>

          <p>
            <em>lineSpacingRatio </em>— (optional) Zeilenabstand (proportional zur Buchstabenhöhe)
          </p>

          <p>
            <em>fixedLineSpacing </em>— (optional) wenn true, ist der Zeilenabstand im Absatz fest
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>paragraphStyles</p>
      </td>

      <td>
        <p>Formatierungsstil eines Absatzes.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="fontstyle" />

          <strong>fontStyle</strong>
        </p>
      </td>

      <td>
        <p>FontStyleType Type</p>

        <details>
          <summary>FontStyleType-Attribute</summary>

          <p>
            <em>id</em> — der Bezeichner des Schriftstils
          </p>

          <p>
            <em>baseFont</em> — (optional)
          </p>

          <p>
            <em>italic</em> — (optional) wenn true, ist die Schrift kursiv
          </p>

          <p>
            <em>bold</em> — (optional) wenn true, ist die Schrift fett
          </p>

          <p>
            <em>underline</em> — (optional) wenn true, ist die Schrift unterstrichen
          </p>

          <p>
            <em>strikeout</em> — (optional) wenn true, ist die Schrift durchgestrichen
          </p>

          <p>
            <em>smallcaps</em> — (optional) wenn true, ist die Schrift in Kapitälchen gesetzt
          </p>

          <p>
            <em>scaling</em> — (optional) die Skalierung der Schrift (Standardwert: 1000)
          </p>

          <p>
            <em>spacing</em> — (optional) der Zeichenabstand (Standardwert: 0)
          </p>

          <p>
            <em>color</em> — (optional) die Farbe der Schrift (Standardwert: 0)
          </p>

          <p>
            <em>backgroundColor</em> — (optional) die Hintergrundfarbe (Standardwert: 0)
          </p>

          <p>
            <em>ff</em> — der Name der Schriftart
          </p>

          <p>
            <em>fs</em> — die Größe der Schriftart
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>paragraphStyle</p>
      </td>

      <td>
        <p>Der Schriftstil.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="sections" />

          <strong>sections</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ, eine Folge von Abschnitts-Tags</p>

        <details>
          <summary>Typ-Elemente</summary>

          <p>
            <strong>section</strong>
          </p>
        </details>

        <p>Keine Typattribute vorhanden</p>
      </td>

      <td>
        <p>0...1</p>
      </td>

      <td>
        <p>documentData</p>
      </td>

      <td>
        <p>Die Sammlung der Dokumentabschnitte.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="section" />

          <strong>section</strong>
        </p>
      </td>

      <td>
        <p>SectionType-Typ</p>

        <details>
          <summary>SectionType-Elemente</summary>

          <p>
            <strong>stream</strong>
          </p>
        </details>

        <p>Keine Typattribute vorhanden</p>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>sections</p>
      </td>

      <td>
        <p>Ein Dokumentabschnitt.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="stream" />

          <strong>stream</strong>
        </p>
      </td>

      <td>
        <p>TextStreamType-Typ</p>

        <details>
          <summary>TextStreamType-Elemente</summary>

          <p>
            <strong>mainText</strong>
          </p>

          <p>
            <strong>elemId</strong>
          </p>
        </details>

        <details>
          <summary>TextStreamType-Attribute</summary>

          <p>
            <em>role</em> — (optional) die Stream-Rolle. Mögliche Werte: garb, text, footnote, incut (Standardwert: text)
          </p>

          <p>
            <em>vertCjk</em> — (optional) wenn true, enthält der Stream vertikalen CJK-Text
          </p>

          <p>
            <em>beginPage</em> — die Seitennummer, auf der der Stream beginnt
          </p>

          <p>
            <em>endPage</em> — (optional) die Seitennummer, auf der der Stream endet
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>section</p>
      </td>

      <td>
        <p>Eine Folge von Absätzen und Blöcken.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="maintext" />

          <strong>mainText</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ</p>

        <details>
          <summary>Typattribute</summary>

          <p>
            <em>rtl</em> — (optional) wenn true, verläuft der Text von rechts nach links
          </p>

          <p>
            <em>columnCount</em> — die Anzahl der Spalten
          </p>
        </details>
      </td>

      <td>
        <p>0...1</p>
      </td>

      <td>
        <p>stream</p>
      </td>

      <td>
        <br />
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="elemid" />

          <strong>elemId</strong>
        </p>
      </td>

      <td>
        <p>Komplexer Typ</p>

        <details>
          <summary>Typattribute</summary>

          <p>
            <em>id</em> — string-ID des Elements
          </p>
        </details>
      </td>

      <td>
        <p>0...unbounded</p>
      </td>

      <td>
        <p>stream</p>
      </td>

      <td>
        <p>Die ID eines Seitenelements.</p>
      </td>
    </tr>
  </tbody>
</table>

<div id="tag-hierarchy-diagram">
  ## Diagramm der Taghierarchie
</div>

<img src="https://mintcdn.com/abbyy/B_SRGbkkbQ9YH40E/images/fine-reader/engine/xmlschemediagram.gif?s=1caa2ea640f3220567c22c1661e785c3" alt="XMLSchemeDiagram" width="678" height="767" data-path="images/fine-reader/engine/xmlschemediagram.gif" />[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#elemid)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#maintext)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#stream)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#section)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#sections)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#fontstyle)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#paragraphstyle)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#paragraphstyles)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#documentdata)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#rect)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#rect)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#region)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#region)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#block)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#block)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#end)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#end)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#start)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#start)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#separator)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#separator)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#separatorsbox)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#rect)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#rect)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#region)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#region)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#block)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#block)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#charparams)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#varianttext)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#wordrecvariant)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#wordrecvariants)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#charrecvariant)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#charrecvariants)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#rect)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#region)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#block)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#rect)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#region)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#block)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#text)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#cell)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#charparams)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#formatting)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#line)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#par)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#row)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#text)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#rect)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#rect)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#region)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#region)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#block)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#block)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#page)[](/de/fine-reader/engine/specifications/export-formats/xml-schema-description#document)

<div id="see-also">
  ## Siehe auch
</div>

[XMLExportParams](/de/fine-reader/engine/api-reference/parameter-objects/export-parameters/xmlexportparams)
