You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<xsd:documentation>The number of the page within the document.</xsd:documentation>
420
421
</xsd:annotation>
@@ -453,6 +454,11 @@ For the full text see https://creativecommons.org/licenses/by-sa/4.0/legalcode.
453
454
<xsd:documentation>Other languages that appear on this page. Provides a convenient way to summarize all the languages found on a particular page, without parsing the entire file</xsd:documentation>
454
455
</xsd:annotation>
455
456
</xsd:attribute>
457
+
<xsd:asserttest="@PHYSICAL_IMG_NR > 0"/>
458
+
<xsd:asserttest="not(exists(@HEIGHT)) or @HEIGHT >= 0"/>
459
+
<xsd:asserttest="not(exists(@WIDTH)) or @WIDTH >= 0"/>
460
+
<xsd:asserttest="not(exists(@ACCURACY)) or (@ACCURACY >= 0 and @ACCURACY <= 100)"/>
461
+
<xsd:asserttest="not(exists(@ROTATION)) or (@ROTATION >= -180 and @ROTATION <= 360)"/>
0 commit comments