<xsd:complexType name="VariablesType">
<xsd:annotation>
<xsd:documentation>The VariablesType complex type is a container for one or more variable elements. Each variable element holds the value of an external variable used in an OVAL Definition. Please refer to the description of the VariableType for more information about an individual variable.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="variable" type="oval-var:VariableType" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|