<xsd:complexType name="testedStringType">
<xsd:annotation>
<xsd:documentation>Describes simple string data along with the standard tested attributes.</xsd:documentation>
<xsd:appinfo>
<attributes>(includes testedAttributes)</attributes>
<content>string</content>
<child_elements>none</child_elements>
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attributeGroup ref="oval_results:testedAttributes" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|