<xsd:complexType name="subtestBoolType">
<xsd:annotation>
<xsd:documentation>The subtestBoolType type is extended by the child elements of an individual test. This type provides uniformity to each child element by including the attributes found in the subtestAttributes group. This attribute is included by other subtest types and makes the same list of attributes available to all children of a test. This specific type describes simple boolean data.</xsd:documentation>
<xsd:appinfo>
<attributes>(includes subtestAttributes)</attributes>
<content>boolean</content>
<child_elements>none</child_elements>
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:boolean">
<xsd:attributeGroup ref="oval:subtestAttributes" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|