Skip to content

Commit

Permalink
Add properties isTaggedContent and parentStructureElementObjectKey to…
Browse files Browse the repository at this point in the history
… SEContentItem
  • Loading branch information
MaximPlusov committed Dec 26, 2023
1 parent 404ddd8 commit 54f52d5
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 54f52d5

Please sign in to comment.