<xsd:complexType name="definitionDataType">
<xsd:annotation>
<xsd:documentation>This dataType is extended by the individual tests found in the different family schemas. The data section contains the child elements that define the desired traits to test each object in the object section against. The optional operation element defines the logical relation between the multiple elements of the data.</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_results:operations" use="optional" default="AND" />
</xsd:complexType>
|