mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 09:15:33 +00:00
Init
This commit is contained in:
22
xmlmodels/references.go
Normal file
22
xmlmodels/references.go
Normal file
@@ -0,0 +1,22 @@
|
||||
package xmlmodels
|
||||
|
||||
type PersonDef struct {
|
||||
Index int `xml:"index,attr"`
|
||||
Name string `xml:"name,attr"`
|
||||
Ref string `xml:"ref,attr"`
|
||||
FirstName string `xml:"vorname,attr"`
|
||||
LastName string `xml:"nachname,attr"`
|
||||
Comment string `xml:"komm,attr"`
|
||||
}
|
||||
|
||||
type LocationDef struct {
|
||||
Index int `xml:"index,attr"`
|
||||
Name string `xml:"name,attr"`
|
||||
Ref string `xml:"ref,attr"`
|
||||
}
|
||||
|
||||
type AppDef struct {
|
||||
Index int `xml:"index,attr"`
|
||||
Name string `xml:"name,attr"`
|
||||
Category string `xml:"category,attr"`
|
||||
}
|
||||
Reference in New Issue
Block a user