diff --git a/Interfaces/ZUGFeRDInterface/Version2.0/CrossIndustryInvoiceType.vb b/Interfaces/ZUGFeRDInterface/Version2.0/CrossIndustryInvoiceType.vb
index fa53f269..bb1c019b 100644
--- a/Interfaces/ZUGFeRDInterface/Version2.0/CrossIndustryInvoiceType.vb
+++ b/Interfaces/ZUGFeRDInterface/Version2.0/CrossIndustryInvoiceType.vb
@@ -1090,12 +1090,12 @@ Namespace ZUGFeRD.Version2_0
'''
- Public Property Item() As DateTimeTypeDateTimeString
+ Public Property DateTimeString() As DateTimeTypeDateTimeString
Get
Return Me.itemField
End Get
Set
- Me.itemField = value
+ Me.itemField = Value
End Set
End Property
End Class
@@ -4671,7 +4671,7 @@ Namespace ZUGFeRD.Version2_0
'''
- Item1
+ Item1 = 1
'''
@@ -5003,7 +5003,7 @@ Namespace ZUGFeRD.Version2_0
'''
- Item84
+ Item84 = 84
'''
@@ -5971,7 +5971,7 @@ Namespace ZUGFeRD.Version2_0
'''
- Item326
+ Item326 = 326
'''
@@ -6187,11 +6187,11 @@ Namespace ZUGFeRD.Version2_0
'''
- Item380
+ Item380 = 380
'''
- Item381
+ Item381 = 381
'''
@@ -6203,7 +6203,7 @@ Namespace ZUGFeRD.Version2_0
'''
- Item384
+ Item384 = 384
'''
@@ -6211,7 +6211,7 @@ Namespace ZUGFeRD.Version2_0
'''
- Item386
+ Item386 = 386
'''
@@ -6223,7 +6223,7 @@ Namespace ZUGFeRD.Version2_0
'''
- Item389
+ Item389 = 389
'''
diff --git a/Interfaces/ZUGFeRDInterface/Version2.1.1/CrossIndustryInvoiceType.vb b/Interfaces/ZUGFeRDInterface/Version2.1.1/CrossIndustryInvoiceType.vb
index 3527a767..a6d92b61 100644
--- a/Interfaces/ZUGFeRDInterface/Version2.1.1/CrossIndustryInvoiceType.vb
+++ b/Interfaces/ZUGFeRDInterface/Version2.1.1/CrossIndustryInvoiceType.vb
@@ -1092,12 +1092,12 @@ Namespace ZUGFeRD.Version2_1_1
'''
- Public Property Item() As Object
+ Public Property DateTimeString() As Object
Get
Return Me.itemField
End Get
Set
- Me.itemField = value
+ Me.itemField = Value
End Set
End Property
End Class
@@ -5369,7 +5369,7 @@ Namespace ZUGFeRD.Version2_1_1
'''
- Item84
+ Item84 = 84
'''
@@ -6337,7 +6337,7 @@ Namespace ZUGFeRD.Version2_1_1
'''
- Item326
+ Item326 = 326
'''
@@ -6553,11 +6553,11 @@ Namespace ZUGFeRD.Version2_1_1
'''
- Item380
+ Item380 = 380
'''
- Item381
+ Item381 = 381
'''
@@ -6569,7 +6569,7 @@ Namespace ZUGFeRD.Version2_1_1
'''
- Item384
+ Item384 = 384
'''
@@ -6577,7 +6577,7 @@ Namespace ZUGFeRD.Version2_1_1
'''
- Item386
+ Item386 = 386
'''
@@ -6589,7 +6589,7 @@ Namespace ZUGFeRD.Version2_1_1
'''
- Item389
+ Item389 = 389
'''
diff --git a/Interfaces/ZUGFeRDInterface/Version2.2_FacturX/CrossIndustryInvoiceType.vb b/Interfaces/ZUGFeRDInterface/Version2.2_FacturX/CrossIndustryInvoiceType.vb
index 8a746e72..dc715487 100644
--- a/Interfaces/ZUGFeRDInterface/Version2.2_FacturX/CrossIndustryInvoiceType.vb
+++ b/Interfaces/ZUGFeRDInterface/Version2.2_FacturX/CrossIndustryInvoiceType.vb
@@ -1090,12 +1090,12 @@ Namespace ZUGFeRD.Version2_2_FacturX
'''
- Public Property Item() As DateTimeTypeDateTimeString
+ Public Property DateTimeString() As DateTimeTypeDateTimeString
Get
Return Me.itemField
End Get
Set
- Me.itemField = value
+ Me.itemField = Value
End Set
End Property
End Class
@@ -5463,7 +5463,7 @@ Namespace ZUGFeRD.Version2_2_FacturX
'''
- Item84
+ Item84 = 84
'''
@@ -6431,7 +6431,7 @@ Namespace ZUGFeRD.Version2_2_FacturX
'''
- Item326
+ Item326 = 326
'''
@@ -6647,11 +6647,11 @@ Namespace ZUGFeRD.Version2_2_FacturX
'''
- Item380
+ Item380 = 380
'''
- Item381
+ Item381 = 381
'''
@@ -6663,7 +6663,7 @@ Namespace ZUGFeRD.Version2_2_FacturX
'''
- Item384
+ Item384 = 384
'''
@@ -6671,7 +6671,7 @@ Namespace ZUGFeRD.Version2_2_FacturX
'''
- Item386
+ Item386 = 386
'''
@@ -6683,7 +6683,7 @@ Namespace ZUGFeRD.Version2_2_FacturX
'''
- Item389
+ Item389 = 389
'''