<xsd:element name="platformBase" type="xsd:string" abstract="true">
<xsd:annotation>
<xsd:documentation>This abstract element details the specific platform(s) for which a definition has been written. It is extended by the individual family schemas to incorporate only the valid platforms for the specified family. The inclusion of a particular platform does not mean the definition is physically checking for the existence of the platform. For the actual test to be performed, the correct test must still be included in the definition’s criteria section. The valid platforms are outlined in the platform specific schemas.</xsd:documentation>
<xsd:appinfo>
<cardinality>1-n</cardinality>
<attributes>none</attributes>
<content>string</content>
<parent_elements>affected</parent_elements>
<child_elements>none</child_elements>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|