<xsd:complexType name="VariableValueType">
<xsd:annotation>
<xsd:documentation>The VariableValueType complex type holds the value to a variable used during the collection of an object. The required variable_id attribute is the unique id of the variable being identified.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:anySimpleType">
<xsd:attribute name="variable_id" type="oval:VariableIDPattern" use="required" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|