Files
plcopenxmlbuilder/models/attributes.go
T
2026-08-28 17:59:35 +02:00

11 lines
166 B
Go

package models
import (
"encoding/xml"
)
type Attributes struct {
XMLName xml.Name `xml:"Attributes"`
Attribute []*Attribute `xml:"Attribute"`
}