<xsd:complexType name="DefinitionsType">
<xsd:annotation>
<xsd:documentation>The DefinitionsType complex type is a container for one or more definition elements. Each definition element holds the result of the evaluation of an OVAL Definition. Please refer to the description of DefinitionType for more information about an individual definition element.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="definition" type="oval-res:DefinitionType" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|