<xsd:complexType name="dataType">
<xsd:annotation>
<xsd:documentation>The dataType is extended by the individual tests found in the different family schemas. The data section contains the set of child elements whose values represent the testable parameters for the specified objects. The optional operation element defines the logical relation between multiple elements of the data section.</xsd:documentation>
<xsd:appinfo>
<attributes>[operation]</attributes>
<content>none</content>
<child_elements>none</child_elements>
</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="operation" type="oval:operations" use="optional" default="AND" />
</xsd:complexType>
|