Showing:

Annotations
Attributes
Diagrams
Source
Main schema open_ioc_2010_test_mechanism.xsd
Namespace http://stix.mitre.org/extensions/TestMechanism#OpenIOC2010-1
Annotations
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.
Element stix-openioc:OpenIOC2010TestMechanismType / stix-openioc:ioc
Namespace http://stix.mitre.org/extensions/TestMechanism#OpenIOC2010-1
Annotations
The ioc field contains the structured specification of the OpenIOC test mechanism.
Diagram
Diagram ioc_xsd.tmp#IndicatorOfCompromise_id ioc_xsd.tmp#IndicatorOfCompromise_last-modified ioc_xsd.tmp#IndicatorOfCompromise_short_description ioc_xsd.tmp#IndicatorOfCompromise_description ioc_xsd.tmp#IndicatorOfCompromise_keywords ioc_xsd.tmp#IndicatorOfCompromise_authored_by ioc_xsd.tmp#IndicatorOfCompromise_authored_date ioc_xsd.tmp#IndicatorOfCompromise_links ioc_xsd.tmp#IndicatorOfCompromise_definition ioc_xsd.tmp#IndicatorOfCompromise
Type tns:IndicatorOfCompromise
Children tns:authored_by, tns:authored_date, tns:definition, tns:description, tns:keywords, tns:links, tns:short_description
Attributes
QName Type Use
id xs:string optional
last-modified xs:dateTime required
Source
<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>
Complex Type stix-openioc:OpenIOC2010TestMechanismType
Namespace http://stix.mitre.org/extensions/TestMechanism#OpenIOC2010-1
Annotations
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.
Diagram
Diagram indicator_xsd.tmp#TestMechanismType_id indicator_xsd.tmp#TestMechanismType_idref indicator_xsd.tmp#TestMechanismType_Efficacy indicator_xsd.tmp#TestMechanismType_Producer indicator_xsd.tmp#TestMechanismType open_ioc_2010_test_mechanism_xsd.tmp#OpenIOC2010TestMechanismType_ioc
Type extension of indicator:TestMechanismType
Type hierarchy
Children indicator:Efficacy, indicator:Producer, stix-openioc:ioc
Attributes
QName Type Use Annotation
id xs:QName optional
Specifies a unique ID for this Test Mechanism.
idref xs:QName optional
Specifies a reference to the ID of a Test Mechanism specified elsewhere.
When idref is specified, the id attribute must not be specified, and any instance of this Test Mechanism should not hold content.
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>