Skip to content

Commit

Permalink
Added new EValidationBaseType entries
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Nov 28, 2024
1 parent f695840 commit b3004ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Please ensure that your stack size is at least 1MB (for Saxon). Using the Oracle

* v10.0.3 - work in progress
* Added default XML serialization of validation results
* Added new `EValidationBaseType` entries
* v10.0.2 - 2024-09-16
* Re-release due to Maven Central issue
* v10.0.1 - 2024-09-16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ public enum EValidationBaseType implements IHasID <String>, IHasName
XML ("xml", "XML"),
XSD ("xsd", "XML Schema"),
SCHEMATRON ("sch", "Schematron"),
EDIFACT ("edifact", "EDIFACT");
EDIFACT ("edifact", "EDIFACT"),
PDF ("pdf", "PDF"),
OTHER ("other", "Other");

private final String m_sID;
private final String m_sName;
Expand Down

0 comments on commit b3004ca

Please sign in to comment.