oai

package
v0.1.159 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2017 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DublinCollection

type DublinCollection struct {
	xml.Name `xml:"Record"`
	Header   struct {
		Status     string `xml:"status,attr"`
		Identifier string `xml:"identifier"`
		DateStamp  string `xml:"datestamp"`
		SetSpec    string `xml:"setSpec"`
	} `xml:"header"`
	Metadata struct {
		Collection struct {
			DC struct {
				Title      []string `xml:"title"`
				Creator    []string `xml:"creator"`
				Publisher  []string `xml:"publisher"`
				Date       []string `xml:"date"`
				Language   []string `xml:"language"`
				Format     []string `xml:"format"`
				Subject    []string `xml:"subject"`
				Relation   []string `xml:"relation"`
				Identifier []string `xml:"identifier"`
				Rights     []string `xml:"rights"`
				Source     []string `xml:"source"`
			} `xml:"dc"`
		} `xml:"dcCollection"`
		DC struct {
			Title      []string `xml:"title"`
			Creator    []string `xml:"creator"`
			Publisher  []string `xml:"publisher"`
			Date       []string `xml:"date"`
			Language   []string `xml:"language"`
			Format     []string `xml:"format"`
			Subject    []string `xml:"subject"`
			Relation   []string `xml:"relation"`
			Identifier []string `xml:"identifier"`
			Rights     []string `xml:"rights"`
			Source     []string `xml:"source"`
		} `xml:"dc"`
	} `xml:"metadata"`
}

DublinCollection record.

Jump to

Keyboard shortcuts

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