Zugferd: prepare loading different specs per document schema version

This commit is contained in:
Jonathan Jenne
2022-12-21 14:02:44 +01:00
parent 902c835c37
commit 65d58a2274
4 changed files with 86 additions and 37 deletions

View File

@@ -1,8 +1,14 @@
Public Class XmlItemProperty
Public IsRequired As Boolean
Public IsGrouped As Boolean
Public TableName As String
Public TableColumn As String
Public Description As String
Public IsRequired As Boolean
Public IsGrouped As Boolean
Public GroupScope As String
''' <summary>
''' Document version, eg. ZUGFeRD Schema version
''' </summary>
Public Specification As String
End Class