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

9 lines
174 B
Go

package models
import "encoding/xml"
type InitialValue struct {
XMLName xml.Name `xml:"initialValue"`
ArrayValue *ArrayValue `xml:"arrayValue,omitempty"`
}