simple02

package
v0.0.0-...-aefb24f Latest Latest
Warning

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

Go to latest
Published: May 13, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Person

type Person struct {
	XMLName     xml.Name `xml:"urn:caementarii:simple person"`
	RequiredAge string   `xml:"requiredAge,attr"`
	Age         *string  `xml:"age,attr,omitempty"`
	Disabled    *bool    `xml:"disabled,attr,omitempty"`
}

type PersonName

type PersonName struct {
	XMLName  xml.Name `xml:"urn:caementarii:simple personName"`
	Title    *string  `xml:"title"`
	Forename []string `xml:"forename"`
	Surname  string   `xml:"surname"`
}

Jump to

Keyboard shortcuts

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