diff --git a/.github/workflows/new2.yml b/.github/workflows/new2.yml deleted file mode 100644 index c4291cf74..000000000 --- a/.github/workflows/new2.yml +++ /dev/null @@ -1,136 +0,0 @@ -name: DITA-OT-OCRD-FAQ_V2 -on: - push: - tags: - - 'v2[0-9]+.[0-9]+.[0-9]+' - workflow_dispatch: -jobs: - build-dita: - name: Build DITA - runs-on: ubuntu-latest - steps: - - - - name: Git checkout - uses: actions/checkout@v2 - - - name: clone ocrd-wiki to german - run: | - git clone https://github.com/OCR-D/ocrd-website.wiki.git - mv ocrd-website.wiki de/ - - - name: clone ocrd-wiki to english - run: | - git clone https://github.com/OCR-D/ocrd-website.wiki.git - mv ocrd-website.wiki en/ - - - - name: download DITA dtd - run: | - cd de/xsl - wget https://github.com/oxygenxml/oxygen-dita-translation-package-builder-addon/archive/refs/heads/master.zip - unzip master.zip - - - name: Download and install saxon german - run: | - wget https://www.saxonica.com/download/SaxonEE11-1J.zip - unzip SaxonEE11-1J.zip - - - - - - - name: add wiki faq german - run: | - java -jar saxon-ee-11.1.jar -xsl:de/xsl/wiki.xsl \ - -catalog:de/xsl/oxygen-dita-translation-package-builder-addon-master/config/catalogs/catalog.xml \ - -s:de/ocrd_ocrd.ditamap \ - -o:de/ocrd_ocrd_wiki.ditamap - - - - name: add wiki faq english - run: | - java -jar saxon-ee-11.1.jar -xsl:en/xsl/wiki.xsl \ - -catalog:de/xsl/oxygen-dita-translation-package-builder-addon-master/config/catalogs/catalog.xml \ - -s:en/ocrd_ocrd.ditamap \ - -o:en/ocrd_ocrd_wiki.ditamap - - - - name: Build Bootstrap-german - uses: dita-ot/dita-ot-action@master - with: - install: | - apt-get update -q - export DEBIAN_FRONTEND=noninteractive - apt-get install -qy --no-install-recommends nodejs - dita-ot-version: 3.7 - plugins : | - fox.jason.extend.css - net.infotexture.dita-bootstrap - org.doctales.xmltask - fox.jason.prismjs - fox.jason.favicon - project: .github/dita-ot/html.xml - - - - name: Build Bootstrap-english - uses: dita-ot/dita-ot-action@master - with: - install: | - apt-get update -q - export DEBIAN_FRONTEND=noninteractive - apt-get install -qy --no-install-recommends nodejs - dita-ot-version: 3.7 - plugins : | - fox.jason.extend.css - net.infotexture.dita-bootstrap - org.doctales.xmltask - fox.jason.prismjs - fox.jason.favicon - project: .github/dita-ot/html_en.xml - - - - - name: output dir - run: cd out && sudo mkdir rules - - - - name: transform rules - run: sudo java -jar saxon-ee-11.1.jar -xsl:de/xsl/rules.xsl -s:de/trans/trFremdsprache.dita -o:out/rules/ruleset_character.json && - sudo java -jar saxon-ee-11.1.jar -xsl:de/xsl/rules.xsl -s:de/trans/trLigaturen2.dita -o:out/rules/ruleset_ligature.json && - sudo java -jar saxon-ee-11.1.jar -xsl:de/xsl/rules.xsl -s:de/trans/trSilbentrennung.dita -o:out/rules/ruleset_hyphenation.json && - sudo java -jar saxon-ee-11.1.jar -xsl:de/xsl/rules.xsl -s:de/trans/trRom.dita -o:out/rules/ruleset_roman_digits.json - - - - # - name: Build PDF - # uses: dita-ot/dita-ot-action@master - # with: - # install: | - # # Run some arbitrary installation commands - # apt-get update -q - # apt-get install -qy --no-install-recommends nodejs - # nodejs -v - - # Install plugins - # dita install fox.jason.extend.css - # dita install org.doctales.xmltask - # dita install fox.jason.prismjs - # build: | - # # Use the dita command line - # dita --project=.github/dita-ot/pdf.xml -o out -f pdf - - - - # - name: Upload DITA Output to a ZIP file - # uses: actions/upload-artifact@v2 - # with: - # name: OCRD-GT-Guidelines - # path: 'out' - - - name: Deploy DITA Output to GitHub Pages - uses: JamesIves/github-pages-deploy-action@3.7.1 - with: - GITHUB_TOKEN: $ - BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: out # The folder the action should deploy. diff --git a/.github/workflows/new3.yml b/.github/workflows/new3.yml deleted file mode 100644 index c4ff86d1c..000000000 --- a/.github/workflows/new3.yml +++ /dev/null @@ -1,139 +0,0 @@ -name: DITA-OT-OCRD-FAQ_V3 -on: - push: - tags: - - 'v3[0-9]+.[0-9]+.[0-9]+' - workflow_dispatch: -jobs: - build-dita: - name: Build DITA - runs-on: ubuntu-latest - permissions: - checks: write - contents: write - steps: - - - - name: Git checkout - uses: actions/checkout@v3 - - - name: clone ocrd-wiki to german - run: | - git clone https://github.com/OCR-D/ocrd-website.wiki.git - mv ocrd-website.wiki de/ - - - name: clone ocrd-wiki to english - run: | - git clone https://github.com/OCR-D/ocrd-website.wiki.git - mv ocrd-website.wiki en/ - - - - name: download DITA dtd - run: | - cd de/xsl - wget https://github.com/oxygenxml/oxygen-dita-translation-package-builder-addon/archive/refs/heads/master.zip - unzip master.zip - - - name: Download and install saxon german - run: | - wget https://www.saxonica.com/download/SaxonEE11-1J.zip - unzip SaxonEE11-1J.zip - - - - - - - name: add wiki faq german - run: | - java -jar saxon-ee-11.1.jar -xsl:de/xsl/wiki.xsl \ - -catalog:de/xsl/oxygen-dita-translation-package-builder-addon-master/config/catalogs/catalog.xml \ - -s:de/ocrd_ocrd.ditamap \ - -o:de/ocrd_ocrd_wiki.ditamap - - - - name: add wiki faq english - run: | - java -jar saxon-ee-11.1.jar -xsl:en/xsl/wiki.xsl \ - -catalog:de/xsl/oxygen-dita-translation-package-builder-addon-master/config/catalogs/catalog.xml \ - -s:en/ocrd_ocrd.ditamap \ - -o:en/ocrd_ocrd_wiki.ditamap - - - - name: Build Bootstrap-german - uses: dita-ot/dita-ot-action@master - with: - install: | - apt-get update -q - export DEBIAN_FRONTEND=noninteractive - apt-get install -qy --no-install-recommends nodejs - dita-ot-version: 4.1 - plugins : | - fox.jason.extend.css - net.infotexture.dita-bootstrap - org.doctales.xmltask - fox.jason.prismjs - fox.jason.favicon - project: .github/dita-ot/html.xml - - - - name: Build Bootstrap-english - uses: dita-ot/dita-ot-action@master - with: - install: | - apt-get update -q - export DEBIAN_FRONTEND=noninteractive - apt-get install -qy --no-install-recommends nodejs - dita-ot-version: 4.1 - plugins : | - fox.jason.extend.css - net.infotexture.dita-bootstrap - org.doctales.xmltask - fox.jason.prismjs - fox.jason.favicon - project: .github/dita-ot/html_en.xml - - - - - name: output dir - run: cd out && sudo mkdir rules - - - - name: transform rules - run: sudo java -jar saxon-ee-11.1.jar -xsl:de/xsl/rules.xsl -s:de/trans/trFremdsprache.dita -o:out/rules/ruleset_character.json && - sudo java -jar saxon-ee-11.1.jar -xsl:de/xsl/rules.xsl -s:de/trans/trLigaturen2.dita -o:out/rules/ruleset_ligature.json && - sudo java -jar saxon-ee-11.1.jar -xsl:de/xsl/rules.xsl -s:de/trans/trSilbentrennung.dita -o:out/rules/ruleset_hyphenation.json && - sudo java -jar saxon-ee-11.1.jar -xsl:de/xsl/rules.xsl -s:de/trans/trRom.dita -o:out/rules/ruleset_roman_digits.json - - - - # - name: Build PDF - # uses: dita-ot/dita-ot-action@master - # with: - # install: | - # # Run some arbitrary installation commands - # apt-get update -q - # apt-get install -qy --no-install-recommends nodejs - # nodejs -v - - # Install plugins - # dita install fox.jason.extend.css - # dita install org.doctales.xmltask - # dita install fox.jason.prismjs - # build: | - # # Use the dita command line - # dita --project=.github/dita-ot/pdf.xml -o out -f pdf - - - - # - name: Upload DITA Output to a ZIP file - # uses: actions/upload-artifact@v2 - # with: - # name: OCRD-GT-Guidelines - # path: 'out' - - - name: Deploy DITA Output to GitHub Pages - uses: JamesIves/github-pages-deploy-action@3.7.1 - with: - GITHUB_TOKEN: $ - BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: out # The folder the action should deploy. diff --git a/.github/workflows/new4.yml b/.github/workflows/new4.yml deleted file mode 100644 index cda009c0d..000000000 --- a/.github/workflows/new4.yml +++ /dev/null @@ -1,145 +0,0 @@ -name: DITA-OT-OCRD-FAQ_V4 -on: - push: - tags: - - 'v4[0-9]+.[0-9]+.[0-9]+' - workflow_dispatch: -jobs: - build-dita: - name: Build DITA - runs-on: ubuntu-latest - permissions: - checks: write - contents: write - steps: - - - - name: Git checkout - uses: actions/checkout@v3 - - - name: clone ocrd-wiki to german - run: | - git clone https://github.com/OCR-D/ocrd-website.wiki.git - mv ocrd-website.wiki de/ - - - name: clone ocrd-wiki to english - run: | - git clone https://github.com/OCR-D/ocrd-website.wiki.git - mv ocrd-website.wiki en/ - - - - name: download DITA dtd - run: | - cd de/xsl - wget https://github.com/oxygenxml/oxygen-dita-translation-package-builder-addon/archive/refs/heads/master.zip - unzip master.zip - - - name: Download and install saxon german - run: | - wget https://www.saxonica.com/download/SaxonEE11-1J.zip - unzip SaxonEE11-1J.zip - - - - - - - name: add wiki faq german - run: | - java -jar saxon-ee-11.1.jar -xsl:de/xsl/wiki.xsl \ - -catalog:de/xsl/oxygen-dita-translation-package-builder-addon-master/config/catalogs/catalog.xml \ - -s:de/ocrd_ocrd.ditamap \ - -o:de/ocrd_ocrd_wiki.ditamap - - - - name: add wiki faq english - run: | - java -jar saxon-ee-11.1.jar -xsl:en/xsl/wiki.xsl \ - -catalog:de/xsl/oxygen-dita-translation-package-builder-addon-master/config/catalogs/catalog.xml \ - -s:en/ocrd_ocrd.ditamap \ - -o:en/ocrd_ocrd_wiki.ditamap - - - - name: Build Bootstrap-german - uses: dita-ot/dita-ot-action@master - with: - install: | - apt-get update -q - export DEBIAN_FRONTEND=noninteractive - apt-get install -qy --no-install-recommends nodejs - # dita install https://github.com/infotexture/dita-bootstrap.lunr/archive/master.zip - dita-ot-version: 4.1 - plugins : | - https://github.com/jason-fox/fox.jason.extend.css/archive/master.zip - https://github.com/infotexture/dita-bootstrap/archive/develop.zip - https://github.com/infotexture/dita-bootstrap.lunr/archive/develop.zip - fox.jason.prismjs - fox.jason.favicon - project: .github/dita-ot/html.xml - - - - name: Build Bootstrap-english - uses: dita-ot/dita-ot-action@master - with: - install: | - apt-get update -q - export DEBIAN_FRONTEND=noninteractive - apt-get install -qy --no-install-recommends nodejs - dita-ot-version: 4.1 - plugins : | - fox.jason.extend.css - net.infotexture.dita-bootstrap - fox.jason.prismjs - fox.jason.favicon - project: .github/dita-ot/html_en.xml - - - - - name: output dir - run: cd out && sudo mkdir rules - - - - name: transform rules - run: sudo java -jar saxon-ee-11.1.jar -xsl:de/xsl/rules.xsl -s:de/trans/trFremdsprache.dita -o:out/rules/ruleset_character.json && - sudo java -jar saxon-ee-11.1.jar -xsl:de/xsl/rules.xsl -s:de/trans/trLigaturen2.dita -o:out/rules/ruleset_ligature.json && - sudo java -jar saxon-ee-11.1.jar -xsl:de/xsl/rules.xsl -s:de/trans/trSilbentrennung.dita -o:out/rules/ruleset_hyphenation.json && - sudo java -jar saxon-ee-11.1.jar -xsl:de/xsl/rules.xsl -s:de/trans/trRom.dita -o:out/rules/ruleset_roman_digits.json - - - name: copy images - run: | - sudo cp de/resources/dfg_logo_schriftzug_blau_foerderung_4c.jpg out/html/resources/ - sudo cp de/resources/icon20x24px-exported-transparent.png out/html/resources/ - sudo cp de/ocrd_ocrd_wiki.ditamap out/html/resources/ - - - - # - name: Build PDF - # uses: dita-ot/dita-ot-action@master - # with: - # install: | - # # Run some arbitrary installation commands - # apt-get update -q - # apt-get install -qy --no-install-recommends nodejs - # nodejs -v - - # Install plugins - # dita install fox.jason.extend.css - # dita install org.doctales.xmltask - # dita install fox.jason.prismjs - # build: | - # # Use the dita command line - # dita --project=.github/dita-ot/pdf.xml -o out -f pdf - - - - # - name: Upload DITA Output to a ZIP file - # uses: actions/upload-artifact@v2 - # with: - # name: OCRD-GT-Guidelines - # path: 'out' - - - name: Deploy DITA Output to GitHub Pages - uses: JamesIves/github-pages-deploy-action@3.7.1 - with: - GITHUB_TOKEN: $ - BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: out # The folder the action should deploy. diff --git a/.github/workflows/new5.yml b/.github/workflows/new5.yml deleted file mode 100644 index 87336e0b3..000000000 --- a/.github/workflows/new5.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: DITA-OT-OCRD-FAQ_V4 -on: - push: - tags: - - 'v5[0-9]+.[0-9]+.[0-9]+' - workflow_dispatch: -jobs: - build-dita: - name: Build DITA - runs-on: ubuntu-latest - permissions: - checks: write - contents: write - steps: - - - - name: Git checkout - uses: actions/checkout@v3 - - - name: pwd - run: | - pwd - ls - - diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml new file mode 100644 index 000000000..7480b3206 --- /dev/null +++ b/.github/workflows/pages.yml @@ -0,0 +1,37 @@ +on: + push: + tags: + - 'v[0-9]+.[0-9]+.[0-9]+' + workflow_dispatch: + +jobs: + build-dita: + name: Build DITA + runs-on: ubuntu-latest + permissions: + checks: write + contents: write + steps: + + + - name: Git checkout + uses: actions/checkout@v3 + + - name: Get system dependencies + run: | + sudo apt-get update + sudo apt-get install -y make wget + + - name: Install DITA dependencies + run: make deps + + - name: Build for English + run: make build + - name: Build for German + run: make build LANG=de + + - name: Deploy DITA Output to GitHub Pages + uses: JamesIves/github-pages-deploy-action@3.7.1 + with: + BRANCH: gh-pages # The branch the action should deploy to. + FOLDER: output # The folder the action should deploy. diff --git a/de/trans/structur_gtlevel1.dita b/de/trans/structur_gtlevel1.dita index bdd46007f..71d59bcc3 100644 --- a/de/trans/structur_gtlevel1.dita +++ b/de/trans/structur_gtlevel1.dita @@ -7,19 +7,21 @@ <tgroup cols="5"> - <colspec colname="c1" colnum="1" colwidth="1.25*"/> - <colspec colname="newCol2" colnum="2" colwidth="1.5*"/> - <colspec colname="c2" colnum="3" colwidth="1*"/> - <colspec colname="c3" colnum="4" colwidth="1.25*"/> - <colspec colname="newCol5" colnum="5" colwidth="1*"/> + <colspec colname="c1" colnum="1" colwidth="1.0*"/> + <colspec colname="newCol2" colnum="2" colwidth="2.0*"/> + <colspec colname="c2" colnum="3" colwidth="0.1*"/> + <colspec colname="c3" colnum="4" colwidth="0.1*"/> + <colspec colname="newCol5" colnum="5" colwidth="0.1*"/> <thead> <row> <entry/> - <entry/> - <entry>Level 1</entry> - <entry>Level 2</entry> - <entry>Level 3</entry> + <entry>XPath</entry> + <entry>L1</entry> + <entry>L2</entry> + <entry>L3</entry> </row> + </thead> + <tbody> <row outputclass="color0"> <entry><b>Metadaten der PAGE-XML-Datei</b></entry> <entry/> @@ -27,620 +29,601 @@ <entry/> <entry/> </row> - </thead> - <tbody> - <row> - <entry/> - <entry>Page ID (GTS ID)<codeph outputclass="language-xml" props="XPath" - >/PcGts/@pcGtsId</codeph></entry> + <entry>Page ID (GTS ID)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/@pcGtsId</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Creator <codeph outputclass="language-xml" props="XPath" - >/PcGts/Metadata/Creator</codeph></entry> + <entry>Ersteller</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Metadata/Creator</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Erstellt (Created) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Metadata/Created/text()='YYYY-MM-DDTHH:mm:ss'</codeph></entry> + <entry>Erstellungsdatum</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Metadata/Created/text()='YYYY-MM-DDTHH:mm:ss'</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>letzte Änderungen (LastChange) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Metadata/LastChange/text()='YYYY-MM-DDTHH:mm:ss'</codeph></entry> + <entry>Änderungsdatum</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Metadata/LastChange/text()='YYYY-MM-DDTHH:mm:ss'</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry>Seitenrand</entry> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/Border/Coords</codeph></entry> - <entry>x</entry> + <entry><xref href="lyRand.dita">Seitenrand</xref></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/Border/Coords</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry>Satzspiegl</entry> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/PrintSpace/Coords</codeph></entry> + <entry><xref href="lySatzspiegel.dita">Satzspiegel</xref></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/PrintSpace/Coords</codeph></entry> <entry/> <entry/> <entry>x</entry> </row> <row> - <entry>Leserichtung</entry> + <entry><xref href="lyLeserichtung.dita">Leserichtung</xref></entry> <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/ReadingOrder</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> + <row> + <entry>Zeilenfolge</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/@textLineOrder</codeph></entry> + <entry>?</entry> + <entry>?</entry> + <entry>?</entry> + </row> <row outputclass="color1"> - <entry><b>allgemeine PAGE-XML-Metadaten</b></entry> + <entry><b>allgemeine Seiten-Metadaten</b></entry> <entry/> <entry/> <entry/> <entry/> </row> <row> - <entry/> - <entry>Breite (imageWidth) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/@imageWidth</codeph></entry> + <entry>Bildbreite</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/@imageWidth</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Höhe ( imageHeight) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/@imageHeight</codeph></entry> + <entry>Bildhöhe</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/@imageHeight</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Colour Image (imageFilename) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/@imageFilename</codeph></entry> + <entry>Originalbilddatei</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/@imageFilename</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>alternatives Image (AlternativeImage) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/AlternativeImage/@filename</codeph></entry> - <entry>x</entry> - <entry>x</entry> + <entry>Derivatebilddatei</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/AlternativeImage/@filename</codeph></entry> + <entry></entry> + <entry></entry> <entry>x</entry> </row> <row> - <entry/> - <entry>primaryLanguage <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/@primaryLanguage</codeph></entry> - <entry>x</entry> + <entry>Drehwinkel (Ausrichtung N*90°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/@orientation</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>secondaryLanguage <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/@secondaryLanguage</codeph></entry> - <entry>x</entry> - <entry>x</entry> + <entry>Drehwinkel (Schiefe ±≤45°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/@orientation</codeph></entry> + <entry></entry> + <entry>?</entry> <entry>x</entry> </row> <row outputclass="color2"> - <entry><b>spezielle PAGE-XML-Metadaten Seitentypisierung</b> + <entry><b>spezielle Seiten-Metadaten:</b> <xref href="lySeitentypen.dita">Seitentyp</xref> </entry> - <entry/> + <entry>(zurückgestellt)</entry> <entry/> <entry/> <entry/> </row> <row> - <entry/> - <entry>Buchdeckel (vorn) : front-cover <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='front-cover']</codeph></entry> - <entry>x</entry> + <entry>Buchdeckel (vorn)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='front-cover']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Buchdeckel (hinten) : back-cover <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='back-cover']</codeph></entry> - <entry>x</entry> + <entry>Buchdeckel (hinten)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='back-cover']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Titelblatt : title <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='title']</codeph></entry> - <entry>x</entry> + <entry>Titelblatt</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='title']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Inhaltsverzeichnis : table-of-contents <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='table-of-contents']</codeph></entry> - <entry>x</entry> + <entry>Inhaltsverzeichnis</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='table-of-contents']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Register, Index : index <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='index']</codeph></entry> - <entry>x</entry> + <entry>Register, Index</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='index']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Text des Buches : content <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='content']</codeph></entry> - <entry>x</entry> + <entry>Textseite</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='content']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Leerseite : blank <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='blank']</codeph></entry> - <entry>x</entry> + <entry>Leerseite</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='blank']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Anderes : other <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='other']</codeph></entry> - <entry>x</entry> + <entry>sonstige Seite</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='other']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row outputclass="color3"> - <entry><b>Seitenregionen</b> TextRegion</entry> - <entry><xref href="lytextregion.dita#textregionen__textregion_" - >Textregion</xref> : TextRegion, <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion</codeph></entry> - <entry>x</entry> - <entry>x</entry> + <entry>Seitenregion: <b><xref href="lytextregion.dita#textregionen__textregion_">Textregionen</xref></b></entry> + <entry/> + <entry/> + <entry/> + <entry/> + </row> + <row> + <entry>Textregion (untypisiert)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion</codeph></entry> <entry>x</entry> + <entry></entry> + <entry></entry> </row> <row> - <entry/> - <entry>paragraph <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='paragraph']</codeph></entry> - <entry>x</entry> - <entry>x</entry> + <entry>Absatz</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='paragraph']</codeph></entry> + <entry></entry> <entry>x</entry> + <entry>xy</entry> </row> <row> - <entry/> - <entry>heading <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='heading']</codeph></entry> + <entry>Überschrift</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='heading']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>caption <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='caption']</codeph></entry> + <entry>Legende</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='caption']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>header <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='header']</codeph></entry> + <entry>Kolumnentitel</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='header']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> + <entry>footer?</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='footer']</codeph></entry> <entry/> - <entry>footer <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='footer']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> - <entry/> - <entry>page-number <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='page-number']</codeph></entry> + <entry>Seitenzahl</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='page-number']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>drop-capital <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='drop-capital']</codeph></entry> + <entry>Initiale</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='drop-capital']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> + <entry>credit?</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='credit']</codeph></entry> <entry/> - <entry>credit <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='credit']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>Schwimmende Elemente</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='floating']</codeph></entry> <entry/> - <entry>floating <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='floating']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> - <entry/> - <entry>signature-mark <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='signature-mark']</codeph></entry> + <entry>Bogensignatur</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='signature-mark']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>catch-word <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='catch-word']</codeph></entry> + <entry>Kustode</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='catch-word']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>marginalia <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='marginalia']</codeph></entry> + <entry>Marginalie</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='marginalia']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> + <entry>Fußnote</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='footnote']</codeph></entry> <entry/> - <entry>footnote <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='footnote']</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>fortges. Fußnote</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='footnote-continued']</codeph></entry> <entry/> - <entry>footnote-continued <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='footnote-continued']</codeph></entry> <entry/> - <entry/> - <entry>x</entry> + <entry>?</entry> </row> <row> + <entry>Endnote</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='endnote']</codeph></entry> <entry/> - <entry>endnote <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='endnote']</codeph></entry> - <entry/> - <entry>x</entry> - <entry>x</entry> + <entry></entry> + <entry>?</entry> </row> <row> + <entry>Verzeichniseintrag</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='TOC-entry']</codeph></entry> <entry/> - <entry>TOC-entry <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='TOC-entry']</codeph></entry> - <entry/> - <entry>x</entry> - <entry>x</entry> + <entry></entry> + <entry></entry> </row> <row> + <entry>list-label</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='list-label']</codeph></entry> <entry/> - <entry>list-label <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='list-label']</codeph></entry> - <entry/> - <entry>x</entry> - <entry>x</entry> + <entry></entry> + <entry></entry> </row> <row> - <entry/> - <entry>other <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='other']</codeph></entry> + <entry>Sonstiges</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='other']</codeph></entry> + <entry></entry> + <entry>?</entry> <entry>x</entry> + </row> + <row> + <entry>Drehwinkel (Ausrichtung)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion/@orientation</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row outputclass="color4"> - <entry>Seitenregion: <b>Abbildungen, Fotos</b></entry> - <entry><xref href="lyBildbereiche.dita#lyBildbereiche">Abbildungen, - Fotos</xref> : ImageRegion,<codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/ImageRegion</codeph></entry> + <entry>Seitenregion: <b><xref href="lyBildbereiche.dita#lyBildbereiche">Abbildungen, Fotos</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/ImageRegion</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> - <row outputclass="color5"> - <entry>Seitenregion: <b>Buchschmuck, Zeichnungen</b></entry> - <entry><xref href="lyGraphik.dita#lyGraphik">Buchschmuck, - Zeichnungen</xref> : GraphicRegion, <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion</codeph></entry> + <row> + <entry>Drehwinkel (Ausrichtung)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/ImageRegion/@orientation</codeph></entry> + <entry></entry> + <entry></entry> <entry>x</entry> + </row> + <row outputclass="color5"> + <entry>Seitenregion: <b><xref href="lyGraphik.dita#lyGraphik">Buchschmuck, Zeichnungen</xref></b></entry> + <entry>zurückstellen: </entry> + <entry/> + <entry/> + <entry/> + </row> + <row> + <entry>Grafikregion (untypisiert)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion</codeph></entry> <entry>x</entry> <entry>x</entry> + <entry></entry> </row> <row> + <entry>Logo (Wort-/Bildmarke)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='logo']</codeph></entry> <entry/> - <entry>ein Logo (logo) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='logo']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>(graphischer) Briefkopf</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='letterhead']</codeph></entry> <entry/> - <entry>ein graphisch gestalteter Briefkopf (letterhead) <codeph - props="XPath" - >/PcGts/Page/GraphicRegion[@type='letterhead']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>Buchschmuck</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='decoration']</codeph></entry> <entry/> - <entry>Buchschmuck (decoration) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='decoration']</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>Rahmen</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='frame']</codeph></entry> <entry/> - <entry>Rahmen (frame) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='frame']</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>handschriftliche Ergänzung</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='handwritten-annotation']</codeph></entry> <entry/> - <entry>handschriftliche Annotation (handwritten-annotation) <codeph - props="XPath" - >/PcGts/Page/GraphicRegion[@type='handwritten-annotation']</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>Stempel</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='stamp']</codeph></entry> <entry/> - <entry>Stempel (stamp) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='stamp']</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>Unterschrift</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='signature']</codeph></entry> <entry/> - <entry>Unterschrift (signature) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='signature']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>Barcode</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='barcode']</codeph></entry> <entry/> - <entry>Barcode (barcode) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='barcode']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>Papierrolle</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='paper-grow']</codeph></entry> <entry/> - <entry>Papierrolle (paper-grow) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='paper-grow']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>Lochung</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='punch-hole']</codeph></entry> <entry/> - <entry>Lochung (punch-hole) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='punch-hole']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>anderes</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='other']</codeph></entry> <entry/> - <entry>Anderes (other) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='other']</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> - <row outputclass="color6"> - <entry>Seitenregion: <b>Trennlinien, Separatoren - (SeparatorRegion)</b></entry> - <entry><xref href="lySeparatoren.dita#lySeparatoren">Trennlinien, - Separatoren</xref> : SeparatorRegion, <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/SeparatorRegion</codeph></entry> - <entry>x</entry> + <row> + <entry>Drehwinkel (Ausrichtung)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion/@orientation</codeph></entry> + <entry></entry> + <entry></entry> <entry>x</entry> + </row> + <row outputclass="color8"> + <entry>Seitenregion: <b>Strichzeichnungen</b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/LineDrawingRegion</codeph></entry> + <entry/> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>Drehwinkel (Ausrichtung)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/LineDrawingRegion/@orientation</codeph></entry> <entry/> - <entry>orientation<codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/SeparatorRegion/@orientation</codeph></entry> + <entry></entry> <entry>x</entry> + </row> + <row outputclass="color6"> + <entry>Seitenregion: <b><xref href="lySeparatoren.dita#lySeparatoren">Trennlinien (Separatoren)</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/SeparatorRegion</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row outputclass="color7"> - <entry>Seitenregion: <b>Tabellen (TableRegion)</b></entry> - <entry><xref href="lyTabellen.dita#lyTabellen">Tabellen</xref> : - TableRegion, <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TableRegion</codeph></entry> - <entry>x</entry> + <entry>Seitenregion: <b><xref href="lyTabellen.dita#lyTabellen">Tabellen, Tabulare</xref></b></entry> + <entry/> + <entry/> + <entry/> + <entry/> + </row> + <row> + <entry>Tabellenregion</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion</codeph></entry> + <entry>?</entry> <entry>x</entry> <entry>x</entry> </row> - <row> - <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TableRegion/@rows</codeph></entry> - <entry/> + <row> + <entry>Zellenregionen</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion/TextRegion</codeph></entry> + <entry></entry> + <entry></entry> <entry>x</entry> + </row> + <row> + <entry>Tabellentrenner</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion/SeparatorRegion</codeph></entry> + <entry></entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>Anzahl Reihen</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion/@rows</codeph></entry> <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TableRegion/@columns</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>Anzahl Spalten</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion/@columns</codeph></entry> <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TableRegion/@lineSeparators</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> - <row outputclass="color8"> - <entry>Seitenregion: <b>Strichzeichnungen : - LineDrawingRegion,</b></entry> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/LineDrawingRegion</codeph></entry> + <row> + <entry>mit Trennlinien</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion/@lineSeparators</codeph></entry> <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> - <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/LineDrawingRegion/@orientation</codeph></entry> - <entry/> + <entry>Drehwinkel (Ausrichtung)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion/@orientation</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row outputclass="color9"> - <entry>Seitenregion: <b>Karten (MapRegion)</b></entry> - <entry><xref href="lyKarten.dita#lyKarten">Karten</xref> : MapRegion - <codeph outputclass="language-xml" props="XPath">/PcGts/Page/MapRegion</codeph></entry> + <entry>Seitenregion: <b><xref href="lyKarten.dita#lyKarten">Karten</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/MapRegion</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> + <row> + <entry>Beschriftungen</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/MapRegion/TextRegion</codeph></entry> + <entry></entry> + <entry></entry> + <entry>x</entry> + </row> <row> + <entry>Drehwinkel (Ausrichtung)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/MapRegion/@orientation</codeph></entry> <entry/> - <entry>orientation<codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/MapRegion/@orientation</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row outputclass="color10"> - <entry>Seitenregion: <b>Mathematische Zeichen (MathsRegion)</b></entry> - <entry><xref href="lyMathematische_Zeichen.dita#lyMathematische_Zeichen" - >Mathematische Formeln</xref> : MathsRegion, <codeph - props="XPath" outputclass="language-xml">/PcGts/Page/MathsRegion</codeph></entry> + <entry>Seitenregion: <b><xref href="lyMathematische_Zeichen.dita#lyMathematische_Zeichen">Mathematische Formeln</xref></b></entry> + <entry><codeph props="XPath" outputclass="language-xml">/PcGts/Page/MathsRegion</codeph></entry> <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>Drehwinkel (Ausrichtung)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/MathsRegion/@orientation</codeph></entry> <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/MathsRegion/@orientation</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row outputclass="color11"> - <entry>Seitenregion: <b>Chemische Symbole (ChemRegion)</b></entry> - <entry><xref href="lyChemische_Symbole.dita#lyChemische_Symbole" - >Chemische Formeln</xref> : ChemRegion, <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/ChemRegion</codeph></entry> + <entry>Seitenregion: <b><xref href="lyChemische_Symbole.dita#lyChemische_Symbole">Chemische Formeln</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/ChemRegion</codeph></entry> <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>Drehwinkel (Ausrichtung)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/ChemRegion/@orientation</codeph></entry> <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/ChemRegion/@orientation</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row outputclass="color12"> - <entry>Seitenregion: <b>Noten (MusicRegion)</b></entry> - <entry><xref href="lyNotenzeichen.dita#lyNotenzeichen">Noten</xref> : - MusicRegion, <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/MusicRegion</codeph></entry> + <entry>Seitenregion: <b><xref href="lyNotenzeichen.dita#lyNotenzeichen">Noten</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/MusicRegion</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> + <entry>Drehwinkel (Ausrichtung)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/MusicRegion/@orientation</codeph></entry> <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/MusicRegion/@orientation</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row outputclass="color13"> - <entry>Seitenregion: <b>Werbung (AdvertRegion)</b></entry> - <entry><xref href="lyWerbung.dita#lyWerbung">Werbung</xref> : - AdvertRegion <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/AdvertRegion</codeph></entry> + <entry>Seitenregion: <b><xref href="lyWerbung.dita#lyWerbung">Werbung, Anzeigen</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/AdvertRegion</codeph></entry> <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>Drehwinkel (Ausrichtung)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/AdvertRegion/@orientation</codeph></entry> <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/AdvertRegion/@orientation</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row outputclass="color14"> - <entry>Seitenregion: <b>Schäden, Schmutz, Verfärbungen, Rauschen - (NoiseRegion)</b></entry> - <entry><xref href="lyRauschen.dita#lyRauschen">Schmutz, Verfärbungen, - Rauschen</xref> : NoiseRegion <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/NoiseRegion</codeph></entry> - <entry>x</entry> - <entry>x</entry> - <entry>x</entry> + <entry>Seitenregion: <b><xref href="lyRauschen.dita#lyRauschen">Schäden, Schmutz, Verfärbungen, Rauschen</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/NoiseRegion</codeph></entry> + <entry>?</entry> + <entry>?</entry> + <entry>?</entry> </row> <row outputclass="color15"> - <entry>Seitenregion: <b>Sonstiges (UnknownRegion)</b></entry> + <entry>Seitenregion: <b>Sonstiges</b></entry> <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/UnknownRegion</codeph></entry> - <entry>x</entry> - <entry>x</entry> - <entry>x</entry> + <entry>?</entry> + <entry>?</entry> + <entry>?</entry> </row> </tbody> </tgroup> diff --git a/en/trans/structur_gtlevel1.dita b/en/trans/structur_gtlevel1.dita index 4028ebb70..c1bbbb75c 100644 --- a/en/trans/structur_gtlevel1.dita +++ b/en/trans/structur_gtlevel1.dita @@ -7,75 +7,83 @@ <table frame="all" rowsep="1" colsep="1" id="table_lkl_kxx_jrb"> <title/> <tgroup cols="5"> - <colspec colname="c1" colnum="1" colwidth="1.25*"/> - <colspec colname="newCol2" colnum="2" colwidth="1.5*"/> - <colspec colname="c2" colnum="3" colwidth="1*"/> - <colspec colname="c3" colnum="4" colwidth="1.25*"/> - <colspec colname="newCol5" colnum="5" colwidth="1*"/> + <colspec colname="c1" colnum="1" colwidth="1.0*"/> + <colspec colname="newCol2" colnum="2" colwidth="2.0*"/> + <colspec colname="c2" colnum="3" colwidth="0.1*"/> + <colspec colname="c3" colnum="4" colwidth="0.1*"/> + <colspec colname="newCol5" colnum="5" colwidth="0.1*"/> <thead> <row> <entry/> - <entry/> - <entry>Level 1</entry> - <entry>Level 2</entry> - <entry>Level 3</entry> + <entry>XPath</entry> + <entry>L1</entry> + <entry>L2</entry> + <entry>L3</entry> </row> </thead> <tbody> <row outputclass="color0"> - <entry><b>Page file metadata</b></entry> + <entry><b>PAGE file metadata</b></entry> <entry/> <entry/> <entry/> <entry/> </row> <row> - <entry/> - <entry>Page ID (GTS ID)<codeph outputclass="language-xml" props="XPath" - >/PcGts/@pcGtsId</codeph></entry> + <entry>Page ID (GTS ID)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/@pcGtsId</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Creator <codeph outputclass="language-xml" props="XPath" - >/PcGts/Metadata/Creator</codeph></entry> + <entry>Creator</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Metadata/Creator</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Created <codeph outputclass="language-xml" props="XPath" - >/PcGts/Metadata/Created/text()='YYYY-MM-DDTHH:mm:ss'</codeph></entry> + <entry>Date Created</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Metadata/Created/text()='YYYY-MM-DDTHH:mm:ss'</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Last Change <codeph outputclass="language-xml" props="XPath" - >/PcGts/Metadata/LastChange/text()='YYYY-MM-DDTHH:mm:ss'</codeph></entry> + <entry>Date Changed</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Metadata/LastChange/text()='YYYY-MM-DDTHH:mm:ss'</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry>Border</entry> - <entry> - <codeph outputclass="language-xml" props="XPath">/PcGts/Page/Border/Coords</codeph></entry> - <entry>x</entry> + <entry><xref href="lyRand.dita">Border</xref></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/Border/Coords</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry>Print Space</entry> - <entry> - <codeph outputclass="language-xml" props="XPath">/PcGts/Page/PrintSpace/Coords</codeph></entry> + <entry><xref href="lySatzspiegel.dita">Print Space</xref></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/PrintSpace/Coords</codeph></entry> + <entry/> <entry/> + <entry>x</entry> + </row> + <row> + <entry><xref href="lyLeserichtung.dita">Reading Order</xref></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/ReadingOrder</codeph></entry> <entry/> <entry>x</entry> + <entry>x</entry> + </row> + <row> + <entry>Text Line Order</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/@textLineOrder</codeph></entry> + <entry>?</entry> + <entry>?</entry> + <entry>?</entry> </row> <row outputclass="color1"> <entry><b>General page metadata</b></entry> @@ -85,55 +93,50 @@ <entry/> </row> <row> - <entry/> - <entry>Image Width (imageWidth) <codeph outputclass="language-xml" + <entry>Image Width</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/@imageWidth</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Image Heigh <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/@imageHeight</codeph></entry> + <entry>Image Height</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/@imageHeight</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Colour Image (imageFilename) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/@imageFilename</codeph></entry> + <entry>Original Image</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/@imageFilename</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Alternative Image <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/AlternativeImage/@filename</codeph></entry> - <entry>x</entry> - <entry>x</entry> + <entry>Alternative Image</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/AlternativeImage/@filename</codeph></entry> + <entry></entry> + <entry></entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Primary Language <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/@primaryLanguage</codeph></entry> - <entry>x</entry> + <entry>rotation angle (orientation N*90°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/@orientation</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>Secondary Language <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/@secondaryLanguage</codeph></entry> - <entry>x</entry> - <entry>x</entry> + <entry>rotation angle (skew ±≤45°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/@orientation</codeph></entry> + <entry></entry> + <entry>?</entry> <entry>x</entry> </row> <row outputclass="color2"> - <entry><b>Special page metadata Page typing</b> + <entry><b>Special page metadata</b>: <xref href="lySeitentypen.dita">Page type</xref> </entry> <entry/> <entry/> @@ -141,498 +144,487 @@ <entry/> </row> <row> - <entry/> - <entry>front-cover <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='front-cover']</codeph></entry> - <entry>x</entry> + <entry>front-cover page</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='front-cover']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>back-cover <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='back-cover']</codeph></entry> - <entry>x</entry> + <entry>back-cover page</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='back-cover']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>title (page) <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='title']</codeph></entry> - <entry>x</entry> + <entry>title page</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='title']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>table-of-contents <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='table-of-contents']</codeph></entry> - <entry>x</entry> + <entry>table of contents page</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='table-of-contents']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>register, index <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='index']</codeph></entry> - <entry>x</entry> + <entry>register or index page</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='index']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>book content <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='content']</codeph></entry> - <entry>x</entry> + <entry>content page</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='content']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>blank page<codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='blank']</codeph></entry> - <entry>x</entry> + <entry>blank page</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='blank']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>other <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page[@type='other']</codeph></entry> - <entry>x</entry> + <entry>other page</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page[@type='other']</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row outputclass="color3"> - <entry><b>Page Region</b> TextRegion</entry> - <entry><xref href="lytextregion.dita#textregionen__textregion_" - >Textregion</xref> - <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion</codeph></entry> - <entry>x</entry> - <entry>x</entry> + <entry>Page Region: <b><xref href="lytextregion.dita#textregionen__textregion_">Text Regions</xref></b></entry> + <entry/> + <entry/> + <entry/> + <entry/> + </row> + <row> + <entry>Text Region (untyped)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion</codeph></entry> <entry>x</entry> + <entry></entry> + <entry></entry> </row> <row> - <entry/> - <entry>paragraph <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='paragraph']</codeph></entry> - <entry>x</entry> - <entry>x</entry> + <entry>paragraph</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='paragraph']</codeph></entry> + <entry></entry> <entry>x</entry> + <entry>xy</entry> </row> <row> - <entry/> - <entry>heading <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='heading']</codeph></entry> + <entry>heading</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='heading']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>caption <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='caption']</codeph></entry> + <entry>caption</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='caption']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>header <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='header']</codeph></entry> + <entry>header</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='header']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> + <entry>footer</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='footer']</codeph></entry> <entry/> - <entry>footer <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='footer']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> - <entry/> - <entry>page-number <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='page-number']</codeph></entry> + <entry>page number</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='page-number']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>drop-capital <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='drop-capital']</codeph></entry> + <entry>drop capital</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='drop-capital']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> + <entry>credit</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='credit']</codeph></entry> <entry/> - <entry>credit <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='credit']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>floating</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='floating']</codeph></entry> <entry/> - <entry>floating <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='floating']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> - <entry/> - <entry>signature-mark <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='signature-mark']</codeph></entry> + <entry>signature mark</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='signature-mark']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>catch-word <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='catch-word']</codeph></entry> + <entry>catchword</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='catch-word']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> - <entry/> - <entry>marginalia <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='marginalia']</codeph></entry> + <entry>marginalia</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='marginalia']</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> + <entry>footnote</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='footnote']</codeph></entry> <entry/> - <entry>footnote <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='footnote']</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>footnote continued</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='footnote-continued']</codeph></entry> <entry/> - <entry>footnote-continued <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='footnote-continued']</codeph></entry> <entry/> - <entry/> - <entry>x</entry> + <entry>?</entry> </row> <row> + <entry>endnote</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='endnote']</codeph></entry> <entry/> - <entry>endnote <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='endnote']</codeph></entry> - <entry/> - <entry>x</entry> - <entry>x</entry> + <entry></entry> + <entry>?</entry> </row> <row> + <entry>table-of-contents entry</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='TOC-entry']</codeph></entry> <entry/> - <entry>TOC-entry <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='TOC-entry']</codeph></entry> - <entry/> - <entry>x</entry> - <entry>x</entry> + <entry></entry> + <entry></entry> </row> <row> + <entry>list label</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='list-label']</codeph></entry> <entry/> - <entry>list-label <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='list-label']</codeph></entry> - <entry/> - <entry>x</entry> - <entry>x</entry> + <entry></entry> + <entry></entry> </row> <row> - <entry/> - <entry>other <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TextRegion[@type='other']</codeph></entry> + <entry>other</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion[@type='other']</codeph></entry> + <entry></entry> + <entry>?</entry> <entry>x</entry> + </row> + <row> + <entry>rotation angle (orientation N*90°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TextRegion/@orientation</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row outputclass="color4"> - <entry>Page Region: <b>Illustrations, photos</b></entry> - <entry><xref href="lyBildbereiche.dita#lyBildbereiche">Illustrations, - photos</xref> : ImageRegion <codeph outputclass="language-xml" - props="XPath">/PcGts/Page/ImageRegion</codeph></entry> + <entry>Page Region: <b><xref href="lyBildbereiche.dita#lyBildbereiche">Illustrations, photos</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/ImageRegion</codeph></entry> <entry>x</entry> <entry>x</entry> <entry>x</entry> </row> - <row outputclass="color5"> - <entry>Page Region: <b>Book decoration, drawings</b></entry> - <entry><xref href="lyGraphik.dita#lyGraphik">Book decoration, - drawings</xref> : GraphicRegion, <codeph outputclass="language-xml" - props="XPath">/PcGts/Page/GraphicRegion</codeph></entry> + <row> + <entry>rotation angle (orientation N*90°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/ImageRegion/@orientation</codeph></entry> + <entry></entry> + <entry></entry> <entry>x</entry> + </row> + <row outputclass="color5"> + <entry>Page Region: <b><xref href="lyGraphik.dita#lyGraphik">Book decoration, drawings</xref></b></entry> + <entry/> + <entry/> + <entry/> + <entry/> + </row> + <row> + <entry>Graphic Region (untyped)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion</codeph></entry> <entry>x</entry> <entry>x</entry> + <entry></entry> </row> <row> + <entry>logo</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='logo']</codeph></entry> <entry/> - <entry>logo <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='logo']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>letterhead</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='letterhead']</codeph></entry> <entry/> - <entry>letterhead <codeph props="XPath" - >/PcGts/Page/GraphicRegion[@type='letterhead']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>decoration</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='decoration']</codeph></entry> <entry/> - <entry>decoration <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='decoration']</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>frame</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='frame']</codeph></entry> <entry/> - <entry>frame <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='frame']</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>handwritten annotation</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='handwritten-annotation']</codeph></entry> <entry/> - <entry>handwritten-annotation <codeph props="XPath" - >/PcGts/Page/GraphicRegion[@type='handwritten-annotation']</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>stamp</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='stamp']</codeph></entry> <entry/> - <entry>stamp<codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='stamp']</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>signature</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='signature']</codeph></entry> <entry/> - <entry>signature<codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='signature']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>barcode</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='barcode']</codeph></entry> <entry/> - <entry>barcode<codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='barcode']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>paper grow</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='paper-grow']</codeph></entry> <entry/> - <entry>paper-grow<codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='paper-grow']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>punch hole</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='punch-hole']</codeph></entry> <entry/> - <entry>punch-hole<codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='punch-hole']</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row> + <entry>other</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion[@type='other']</codeph></entry> <entry/> - <entry>other<codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/GraphicRegion[@type='other']</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> - <row outputclass="color6"> - <entry>Page Region: <b>Separation Lines, Separators - (SeparatorRegion)</b></entry> - <entry><xref href="lySeparatoren.dita#lySeparatoren">Separation Lines, - Separators</xref> : SeparatorRegion, <codeph - outputclass="language-xml" props="XPath" - >/PcGts/Page/SeparatorRegion</codeph></entry> - <entry>x</entry> + <row> + <entry>rotation angle (orientation N*90°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/GraphicRegion/@orientation</codeph></entry> + <entry></entry> + <entry></entry> <entry>x</entry> + </row> + <row outputclass="color8"> + <entry>Page Region: <b>Line Drawings</b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/LineDrawingRegion</codeph></entry> + <entry></entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>rotation angle (orientation N*90°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/LineDrawingRegion/@orientation</codeph></entry> <entry/> - <entry>orientation<codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/SeparatorRegion/@orientation</codeph></entry> + <entry></entry> <entry>x</entry> + </row> + <row outputclass="color6"> + <entry>Page Region: <b><xref href="lySeparatoren.dita#lySeparatoren">Separator Lines</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/SeparatorRegion</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row outputclass="color7"> - <entry>Page Region: <b>Tables(TableRegion)</b></entry> - <entry><xref href="lyTabellen.dita#lyTabellen">Tables</xref> : - TableRegion, <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TableRegion</codeph></entry> - <entry>x</entry> + <entry>Page Region: <b><xref href="lyTabellen.dita#lyTabellen">Tables, Tabulars</xref></b></entry> + <entry/> + <entry/> + <entry/> + <entry/> + </row> + <row> + <entry>Table region</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion</codeph></entry> + <entry>?</entry> <entry>x</entry> <entry>x</entry> </row> - <row> - <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TableRegion/@rows</codeph></entry> - <entry/> + <row> + <entry>Cell region</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion/TextRegion</codeph></entry> + <entry></entry> + <entry></entry> <entry>x</entry> + </row> + <row> + <entry>Table separators</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion/SeparatorRegion</codeph></entry> + <entry></entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>number of rows</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion/@rows</codeph></entry> <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TableRegion/@columns</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>number of columns</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion/@columns</codeph></entry> <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/TableRegion/@lineSeparators</codeph></entry> - <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> - <row outputclass="color8"> - <entry>Page Region: <b>Line Drawing Region</b></entry> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/LineDrawingRegion</codeph></entry> + <row> + <entry>with separator lines</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion/@lineSeparators</codeph></entry> <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> - <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/LineDrawingRegion/@orientation</codeph></entry> - <entry/> + <entry>rotation angle (orientation N*90°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/TableRegion/@orientation</codeph></entry> + <entry></entry> <entry>x</entry> <entry>x</entry> </row> <row outputclass="color9"> - <entry>Page Region: <b>Maps (MapRegion)</b></entry> - <entry><xref href="lyKarten.dita#lyKarten">Maps</xref> : MapRegion - <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/MapRegion</codeph></entry> + <entry>Page Region: <b><xref href="lyKarten.dita#lyKarten">Maps</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/MapRegion</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> + <row> + <entry>Text Labels</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/MapRegion/TextRegion</codeph></entry> + <entry></entry> + <entry></entry> + <entry>x</entry> + </row> <row> + <entry>rotation angle (orientation N*90°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/MapRegion/@orientation</codeph></entry> <entry/> - <entry>orientation<codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/MapRegion/@orientation</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row outputclass="color10"> - <entry>Page Region: <b>Mathematical characters (MathsRegion)</b></entry> - <entry><xref href="lyMathematische_Zeichen.dita#lyMathematische_Zeichen" - >Mathematical characters</xref> : MathsRegion, <codeph - props="XPath" outputclass="language-xml">/PcGts/Page/MathsRegion</codeph></entry> + <entry>Page Region: <b><xref href="lyMathematische_Zeichen.dita#lyMathematische_Zeichen">Mathematical Formulae</xref></b></entry> + <entry><codeph props="XPath" outputclass="language-xml">/PcGts/Page/MathsRegion</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> + <entry>rotation angle (orientation N*90°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/MathsRegion/@orientation</codeph></entry> <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/MathsRegion/@orientation</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row outputclass="color11"> - <entry>Page Region: <b>Chemical symbols (ChemRegion)</b></entry> - <entry><xref href="lyChemische_Symbole.dita#lyChemische_Symbole" - >Chemical symbols</xref> : ChemRegion, <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/ChemRegion</codeph></entry> + <entry>Page Region: <b><xref href="lyChemische_Symbole.dita#lyChemische_Symbole">Chemical Formulae</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/ChemRegion</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> + <entry>rotation angle (orientation N*90°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/ChemRegion/@orientation</codeph></entry> <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/ChemRegion/@orientation</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row outputclass="color12"> - <entry>Page Region: <b>Musical note (MusicRegion)</b></entry> - <entry><xref href="lyNotenzeichen.dita#lyNotenzeichen">Musical - note</xref> : MusicRegion, <codeph outputclass="language-xml" - props="XPath">/PcGts/Page/MusicRegion</codeph></entry> + <entry>Page Region: <b><xref href="lyNotenzeichen.dita#lyNotenzeichen">Musical Scores</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/MusicRegion</codeph></entry> <entry/> <entry>x</entry> <entry>x</entry> </row> <row> + <entry>rotation angle (orientation N*90°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/MusicRegion/@orientation</codeph></entry> <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/MusicRegion/@orientation</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row outputclass="color13"> - <entry>Page Region: <b>Advertisement (AdvertRegion)</b></entry> - <entry><xref href="lyWerbung.dita#lyWerbung">Advertisement</xref> : - AdvertRegion <codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/AdvertRegion</codeph></entry> + <entry>Page Region: <b><xref href="lyWerbung.dita#lyWerbung">Advertisements</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/AdvertRegion</codeph></entry> <entry/> - <entry>x</entry> + <entry>?</entry> <entry>x</entry> </row> <row> + <entry>rotation angle (orientation N*90°)</entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/AdvertRegion/@orientation</codeph></entry> <entry/> - <entry><codeph outputclass="language-xml" props="XPath" - >/PcGts/Page/AdvertRegion/@orientation</codeph></entry> - <entry/> - <entry>x</entry> + <entry></entry> <entry>x</entry> </row> <row outputclass="color14"> - <entry>Page Region: <b>Damage, Dirt, Stains, Noise - (NoiseRegion)</b></entry> - <entry><xref href="lyRauschen.dita#lyRauschen">Damage, Dirt, Stains, - Noise</xref> : NoiseRegion <codeph outputclass="language-xml" - props="XPath">/PcGts/Page/NoiseRegion</codeph></entry> - <entry>x</entry> - <entry>x</entry> - <entry>x</entry> + <entry>Page Region: <b><xref href="lyRauschen.dita#lyRauschen">Damage, Dirt, Stains, Noise</xref></b></entry> + <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/NoiseRegion</codeph></entry> + <entry>?</entry> + <entry>?</entry> + <entry>?</entry> </row> <row outputclass="color15"> - <entry>Page Region: <b>Unknown (UnknownRegion)</b></entry> + <entry>Page Region: <b>Unknown</b></entry> <entry><codeph outputclass="language-xml" props="XPath">/PcGts/Page/UnknownRegion</codeph></entry> - <entry>x</entry> - <entry>x</entry> - <entry>x</entry> + <entry>?</entry> + <entry>?</entry> + <entry>?</entry> </row> </tbody> </tgroup>