Files
lenz-web/xmlmodels/data.go
Simon Martens e19fd47c17 Init
2025-03-05 16:41:39 +01:00

13 lines
203 B
Go

package xmlmodels
const (
AGENTREF = "AgentRef"
PERSONREF = "PersonRef"
LOCATIONREF = "LocationRef"
APPREF = "AppRef"
META = "Meta"
LETTER = "Letter"
TRADITION = "Tradition"
)