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.
<xs:element name="ioc" type="ioc:IndicatorOfCompromise"><xs:annotation><xs:documentation>The ioc field contains the structured specification of the OpenIOC test mechanism.</xs:documentation></xs:annotation></xs:element>
The OpenIOC2010TestMechanismType provides an extension to the TestMechanismType which imports and leverages the 2010 Open IOC schema in order to include OpenIOC elements as the test mechanism.
Specifies a reference to the ID of a Test Mechanism specified elsewhere.
Source
<xs:complexType name="OpenIOC2010TestMechanismType"><xs:annotation><xs:documentation>The OpenIOC2010TestMechanismType provides an extension to the TestMechanismType which imports and leverages the 2010 Open IOC schema in order to include OpenIOC elements as the test mechanism.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="indicator:TestMechanismType"><xs:sequence><xs:element name="ioc" type="ioc:IndicatorOfCompromise"><xs:annotation><xs:documentation>The ioc field contains the structured specification of the OpenIOC test mechanism.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>