Documentation ¶
Overview ¶
Code generated by https://github.com/gocomply/xsd2go; DO NOT EDIT. Models for http://oval.mitre.org/XMLSchema/oval-definitions-5#netconf
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigObject ¶
type ConfigObject struct { XMLName xml.Name `xml:config_object` Id string `xml:"id,attr"` Version string `xml:"version,attr"` Comment string `xml:"comment,attr"` Deprecated string `xml:"deprecated,attr"` Set oval_def.Set `xml:"set"` Signature *xml_dsig.Signature `xml:"Signature"` Notes *oval.Notes `xml:"notes"` }
Element
type ConfigState ¶
type ConfigState struct { XMLName xml.Name `xml:config_state` Id string `xml:"id,attr"` Version string `xml:"version,attr"` Operator string `xml:"operator,attr"` Comment string `xml:"comment,attr"` Deprecated string `xml:"deprecated,attr"` Xpath *oval_def.EntityStateStringType `xml:"xpath"` ValueOf *oval_def.EntityStateAnySimpleType `xml:"value_of"` Signature *xml_dsig.Signature `xml:"Signature"` Notes *oval.Notes `xml:"notes"` }
Element
type ConfigTest ¶
type ConfigTest struct { XMLName xml.Name `xml:config_test` Id string `xml:"id,attr"` Version string `xml:"version,attr"` CheckExistence string `xml:"check_existence,attr"` Check string `xml:"check,attr"` StateOperator string `xml:"state_operator,attr"` Comment string `xml:"comment,attr"` Deprecated string `xml:"deprecated,attr"` Object oval_def.ObjectRefType `xml:"object"` State []oval_def.StateRefType `xml:"state"` Signature *xml_dsig.Signature `xml:"Signature"` Notes *oval.Notes `xml:"notes"` }
Element
Click to show internal directories.
Click to hide internal directories.