<xsd:attributeGroup name="testedAttributes">
<xsd:annotation>
<xsd:documentation>The following are the default attributes associated with every element in the tested_object section. The datatype attribute determines signifies whether the object was originally part of a pattern match or literal string. (the default datatype is 'string') The datatype attribute is optional in order to keep the XML clean and readable. The default value is used most of the time and putting datatype="literal" for each element would muddy up the XML.</xsd:documentation>
<xsd:appinfo>
<attributes>[datatype]</attributes>
</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="datatype" type="oval_results:objectDatatypes" use="optional" default="literal" />
</xsd:attributeGroup>
|