some enhancements

This commit is contained in:
Simon Martens
2025-09-16 22:51:53 +02:00
parent 26660f2901
commit 76bd395d23
8 changed files with 353 additions and 332 deletions

View File

@@ -33,6 +33,7 @@ type IssueRef struct {
Von int `xml:"von,attr"`
Bis int `xml:"bis,attr"`
Beilage int `xml:"beilage,attr"`
Order int `xml:"order,attr"`
DateAttributes
Reference // Nicht im Schema
}