Created NewLink

This commit is contained in:
2024-10-16 17:17:41 +02:00
parent bc9fd49d18
commit b76e529ca3
2 changed files with 14 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import (
type Category struct {
*CommonAttributes
Content Content `xml:"content"` // should this even exist in here?
Content Content `xml:"content"` // undefinedContent in RFC4287
Term string `xml:"term,attr"`
Scheme URI `xml:"scheme,attr,omitempty"`
Label string `xml:"label,attr,omitempty"`