schema

package
v0.0.0-...-a1431f0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MyType1

type MyType1 string

MyType1 ...

type MyType2

type MyType2 struct {
	XMLName    xml.Name `xml:"myType2"`
	LengthAttr *int     `xml:"length,attr"`
	Value      string   `xml:",chardata"`
}

MyType2 ...

type MyType3

type MyType3 struct {
	XMLName    xml.Name `xml:"myType3"`
	LengthAttr *int     `xml:"length,attr"`
	Value      string   `xml:",chardata"`
}

MyType3 ...

type MyType4

type MyType4 struct {
	XMLName   xml.Name `xml:"myType4"`
	Title     string   `xml:"title"`
	Blob      string   `xml:"blob"`
	Timestamp string   `xml:"timestamp"`
	Metadata  *string  `xml:"metadata"`
}

MyType4 ...

type MyType5

type MyType5 string

MyType5 ...

type MyType6

type MyType6 struct {
	CodeAttr       *string `xml:"code,attr"`
	IdentifierAttr *int    `xml:"identifier,attr"`
}

MyType6 ...

type MyType7

type MyType7 struct {
	OriginAttr string `xml:"origin,attr"`
	Value      string `xml:",chardata"`
}

MyType7 ...

type MyType8

type MyType8 struct {
	Title []*MyType4 `xml:"title"`
}

MyType8 ...

type MyType9

type MyType9 struct {
	Title []*MyType4 `xml:"title"`
}

MyType9 ...

type MyType10

type MyType10 struct {
	Title *MyType4 `xml:"title"`
}

MyType10 ...

type MyType11

type MyType11 struct {
	Option1 *int      `xml:"option1"`
	Option2 *string   `xml:"option2"`
	Option3 *MyType10 `xml:"option3"`
}

MyType11 ...

type TopLevel

type TopLevel struct {
	CostAttr        *float64   `xml:"cost,attr"`
	LastUpdatedAttr string     `xml:"LastUpdated,attr"`
	Nested          *MyType7   `xml:"nested"`
	MyType1         []string   `xml:"myType1"`
	MyType2         []*MyType2 `xml:"myType2"`
	*MyType6
}

TopLevel ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL