This schema was originally developed by The MITRE Corporation. The STIX XML Schema implementation is maintained by The MITRE Corporation and developed by the open STIX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the STIX website at http://stix.mitre.org.
The OVALTestMechanismType provides an extension to the TestMechanismType which imports and leverages the OVAL schema in order to include OVAL Definitions as the test mechanism.
Specifies a reference to the ID of a Test Mechanism specified elsewhere.
Source
<xs:complexType name="OVAL5.10TestMechanismType"><xs:annotation><xs:documentation>The OVALTestMechanismType provides an extension to the TestMechanismType which imports and leverages the OVAL schema in order to include OVAL Definitions as the test mechanism.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="indicator:TestMechanismType"><xs:sequence><xs:element ref="oval-def:oval_definitions"><xs:annotation><xs:documentation>The oval_definitions field contains the structured specification of the OVAL test mechanism. When including OVAL Definition documents it is expected that at least one valid OVAL Definition Definition is included.</xs:documentation></xs:annotation></xs:element><xs:element ref="oval-var:oval_variables" minOccurs="0"><xs:annotation><xs:documentation>The oval_variables field contains a valid OVAL Variables document and should only be used to supply external variable values needed by this OVAL Test Mechanism's OVAL Definitions.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>