<xsd:complexType name="VariableType">
<xsd:annotation>
<xsd:documentation>Each variable element contains the associated datatype and value which will be substituted into the OVAL Definition that is referencing this specific variable.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="value" type="xsd:anySimpleType" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="id" type="oval:VariableIDPattern" use="required" />
<xsd:attribute name="datatype" type="oval:DatatypeEnumeration" use="required" />
<xsd:attribute name="comment" type="xsd:string" use="required" />
</xsd:complexType>
|