schema

package
v0.0.0-...-052c6bc Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2022 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 []byte

MyType1 ...

type MyType2

type MyType2 struct {
	XMLName    xml.Name `xml:"myType2"`
	LengthAttr int      `xml:"length,attr,omitempty"`
	Value      []byte   `xml:",chardata"`
}

MyType2 ...

type MyType3

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

MyType3 ...

type MyType4

type MyType4 struct {
	XMLName   xml.Name `xml:"myType4"`
	Title     string   `xml:"title"`
	Blob      []byte   `xml:"blob"`
	Timestamp string   `xml:"timestamp"`
}

MyType4 ...

type MyType5

type MyType5 string

MyType5 ...

type MyType6

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

MyType6 ...

type MyType7

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

MyType7 ...

type TopLevel

type TopLevel struct {
	CostAttr        float64    `xml:"cost,attr,omitempty"`
	LastUpdatedAttr string     `xml:"LastUpdated,attr,omitempty"`
	Nested          *MyType7   `xml:"nested"`
	MyType1         [][]byte   `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