Skip to content

Commit

Permalink
Merge pull request #315 from veraPDF/tagged_content
Browse files Browse the repository at this point in the history
Add properties isTaggedContent and parentStructureElementObjectKey
  • Loading branch information
MaximPlusov authored Dec 27, 2023
2 parents f5e04e6 + 54f52d5 commit 00f177b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/java/SELayer.mdl
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,12 @@ type SEMathMLStructElem extends PDStructElem {
type SEContentItem extends Object {
% ampersand separated list of tags, associated with parents marked content sequences (first operand of the BMC/BDC operators)
property parentsTags: String;
% type of the parent structure element for parent marked content sequence (if it is a part of the structure tree)
% null, if it is not a part of the structure tree
% type of the parent structure element for parent marked content sequence
property parentStructureTag: String;
% true, if parent struct element is a part of the structure tree
property isTaggedContent: Boolean;
% object key of parent struct element
property parentStructureElementObjectKey: String;
% standard type of the parent structure element for parent marked content sequence
% (if it is a part of the structure tree), null, if it is not a part of the structure tree
property parentStandardTag: String;
Expand Down

0 comments on commit 00f177b

Please sign in to comment.