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 Status attribute defines the status level for this view.
Source
<xs:element name="CAPEC" type="capec:Attack_PatternType"><xs:annotation><xs:documentation>The CAPEC field contains the structured specification of an Attack Pattern utilizing the CAPEC schema.</xs:documentation></xs:annotation></xs:element>
Complex Type CAPEC2.5InstanceType
Namespace
http://stix.mitre.org/extensions/AP#CAPEC2.5-1
Annotations
The CAPECInstanceType provides an extension to the APStructureAbstractType which imports and leverages the CAPEC schema for structured characterization of Attack Patterns.
This field specifies a reference to a particular entry within the Common Attack Pattern Enumeration and Classification (CAPEC)
Source
<xs:complexType name="CAPEC2.5InstanceType"><xs:annotation><xs:documentation>The CAPECInstanceType provides an extension to the APStructureAbstractType which imports and leverages the CAPEC schema for structured characterization of Attack Patterns.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ttp:AttackPatternType"><xs:sequence><xs:element name="CAPEC" type="capec:Attack_PatternType"><xs:annotation><xs:documentation>The CAPEC field contains the structured specification of an Attack Pattern utilizing the CAPEC schema.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>