mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 14:58:33 +00:00
7 lines
254 B
Go
7 lines
254 B
Go
package oval_input
|
|
|
|
// https://oval.mitre.org/language/version5.10.1/ovaldefinition/documentation/independent-definitions-schema.html#variable_state
|
|
type VariableStateXML struct {
|
|
Id string `xml:"id,attr"`
|
|
Value SimpleTypeXML `xml:"value"`
|
|
}
|