Skip to content

Commit

Permalink
#82
Browse files Browse the repository at this point in the history
Remove old IDNEXT mechanism for reading order: remove attribute IDNEXT from BlockType and adapt documentation for ReadingOrder element
  • Loading branch information
cipriandinu committed Jan 12, 2024
1 parent bde3771 commit 7ea0e83
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions v5/alto-5-0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ For the full text see https://creativecommons.org/licenses/by-sa/4.0/legalcode.
5. Adapt xLink attribute group documentation on "BlockType"
-->
<!-- June 2024, version 5.0
2. Remove ZORDER/IDNEXT mechanism since from 4.3 a better ordering mechanism is in place
-->
<xsd:schema xmlns="http://www.loc.gov/standards/alto/ns-v5#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" targetNamespace="http://www.loc.gov/standards/alto/ns-v5#" elementFormDefault="qualified" attributeFormDefault="unqualified" version="5.0">
<xsd:import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.loc.gov/standards/xlink/xlink.xsd"/>
Expand Down Expand Up @@ -154,7 +155,7 @@ For the full text see https://creativecommons.org/licenses/by-sa/4.0/legalcode.
<xsd:annotation>
<xsd:documentation>
Describes alternative hierarchical orderings of the page (i.e. total orders over its segments, for linear text flow),
in addition to the explicit flat reading order defined by @IDNEXT on the block level,
replacing explicit flat reading order defined before version 5.0 by @IDNEXT on the block level,
and the implicit flat reading order implied by the segment element ordering.
</xsd:documentation>
</xsd:annotation>
Expand Down Expand Up @@ -577,11 +578,6 @@ For the full text see https://creativecommons.org/licenses/by-sa/4.0/legalcode.
<xsd:documentation>Tells the rotation of e.g. text or illustration within the block. The value is in degree counterclockwise.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="IDNEXT" type="xsd:IDREF" use="optional">
<xsd:annotation>
<xsd:documentation>The next block in reading order of the page (if ReadingOrder is not specified, and elements are not in order).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="CS" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>Correction Status. Indicates whether manual correction has been done or not. The correction status should be recorded at the highest level possible (Block, TextLine, String).</xsd:documentation>
Expand Down

0 comments on commit 7ea0e83

Please sign in to comment.