mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-28 16:55:32 +00:00
13 lines
203 B
Go
13 lines
203 B
Go
package xmlmodels
|
|
|
|
const (
|
|
AGENTREF = "AgentRef"
|
|
PERSONREF = "PersonRef"
|
|
LOCATIONREF = "LocationRef"
|
|
APPREF = "AppRef"
|
|
|
|
META = "Meta"
|
|
LETTER = "Letter"
|
|
TRADITION = "Tradition"
|
|
)
|