Skip to content

Commit

Permalink
Add property namespaceAndTag to PDStructElem
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Jun 3, 2024
1 parent 84b110f commit bc2f623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/PDLayer.mdl
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,8 @@ type PDStructElem extends PDStructTreeNode {
property parentStandardType: String;
% structure type
link S: CosUnicodeName;
% the namespace and the tag within a given namespace separated by colon
property namespaceAndTag: String;
% structure type
property valueS: String;
% standard structure type defined via role map
Expand Down

0 comments on commit bc2f623

Please sign in to comment.