<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>
|