Definition Type: ComplexType
Name: StatesType
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5
Containing Schema: oval-definitions-schema.xsd
Abstract
Documentation:
The StatesType complex type is a container for one or more state child elements. Each state provides details about specific characteristics that can be used during an evaluation of an object. Please refer to the description of the state element for more information about an individual state.
Collapse XSD Schema Diagram:
Drilldown into state in schema oval-definitions-schema_xsdXSD Diagram of StatesType in schema oval-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="StatesType">
    <xsd:annotation>
        <xsd:documentation>The StatesType complex type is a container for one or more state child elements. Each state provides details about specific characteristics that can be used during an evaluation of an object. Please refer to the description of the state element for more information about an individual state.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="oval-def:state" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
state oval-def:state 1 unbounded
Collapse Derivation Tree:
Collapse References:
oval-def:states