Skip to content

Commit

Permalink
Merge pull request #310 from veraPDF/content_lang
Browse files Browse the repository at this point in the history
Replace link Lang to property in SEMarkedContent
  • Loading branch information
MaximPlusov authored and Git User committed Dec 4, 2023
1 parent 4baf91f commit 54f32c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/SELayer.mdl
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,10 @@ type SEMarkedContent extends SEGroupedContent {
% tag associated with this marked content sequence (first operand of the BMC/BDC operators)
property tag: String;
% type of the parent structure element for this marked content sequence (if it is a part of the structure tree)
% null, if it is not a part of the structure tree
property structureTag: String;
% value of the E entry
property E: String;
% value of the Lang entry
link Lang: CosLang?;
property Lang: String;
% the value of Lang determined using inheritance rules from ISO 32000-1
property inheritedLang: String;
}
Expand Down

0 comments on commit 54f32c6

Please sign in to comment.