cpe_dict

package
v0.0.0-...-2254187 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2022 License: Unlicense Imports: 1 Imported by: 0

Documentation

Overview

Code generated by https://github.com/gocomply/xsd2go; DO NOT EDIT. Models for http://cpe.mitre.org/dictionary/2.0

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckType

type CheckType struct {
	System string `xml:"system,attr"`

	Href string `xml:"href,attr"`

	Text string `xml:",chardata"`
}

type CpeItem

type CpeItem struct {
	XMLName xml.Name `xml:cpe-item`

	Name string `xml:"name,attr"`

	Deprecated string `xml:"deprecated,attr"`

	DeprecatedBy string `xml:"deprecated_by,attr"`

	DeprecationDate string `xml:"deprecation_date,attr"`

	Title []TextType `xml:"title"`

	Notes []NotesType `xml:"notes"`

	References *ReferencesType `xml:"references"`

	Check []CheckType `xml:"check"`
}

Element

type CpeList

type CpeList struct {
	XMLName xml.Name `xml:cpe-list`

	Generator *GeneratorType `xml:"generator"`

	CpeItem []CpeItem `xml:"cpe-item"`
}

Element

type GeneratorType

type GeneratorType struct {
	ProductName string `xml:"product_name"`

	ProductVersion string `xml:"product_version"`

	SchemaVersion float64 `xml:"schema_version"`

	Timestamp string `xml:"timestamp"`
}

type ItemType

type ItemType struct {
	Name string `xml:"name,attr"`

	Deprecated string `xml:"deprecated,attr"`

	DeprecatedBy string `xml:"deprecated_by,attr"`

	DeprecationDate string `xml:"deprecation_date,attr"`

	Title []TextType `xml:"title"`

	Notes []NotesType `xml:"notes"`

	References *ReferencesType `xml:"references"`

	Check []CheckType `xml:"check"`
}

type ListType

type ListType struct {
	Generator *GeneratorType `xml:"generator"`

	CpeItem []CpeItem `xml:"cpe-item"`
}

type NotesType

type NotesType struct {
	XmlLang string `xml:"lang,attr"`

	Note []string `xml:"note"`
}

type Reference

type Reference struct {
	XMLName xml.Name `xml:reference`

	Href string `xml:"href,attr"`

	Text string `xml:",chardata"`
}

Element

type ReferencesType

type ReferencesType struct {
	Reference []Reference `xml:"reference"`
}

type TextType

type TextType struct {
	XmlLang string `xml:"lang,attr"`

	Text string `xml:",chardata"`
}

Jump to

Keyboard shortcuts

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