Showing:

Annotations
Attributes
Diagrams
Source
Used by
Main schema generic_structured_coa.xsd
Namespace http://stix.mitre.org/extensions/StructuredCOA#Generic-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 genericStructuredCOA:GenericStructuredCOAType / genericStructuredCOA:Description
Namespace http://stix.mitre.org/extensions/StructuredCOA#Generic-1
Annotations
A structured Description of this Generic Structured COA.
Diagram
Diagram stix_common_xsd.tmp#StructuredTextType_id stix_common_xsd.tmp#StructuredTextType_ordinality stix_common_xsd.tmp#StructuredTextType_structuring_format stix_common_xsd.tmp#StructuredTextType
Type stixCommon:StructuredTextType
Attributes
QName Type Use Annotation
id xs:QName optional
Specifies a globally unique identifier for this Description.
ordinality xs:positiveInteger optional
Specifies the intended order position of this construct instance (e.g. Description) within a set of potentially multiple peer construct instances. If only a single construct instance is present its ordinality can be assumed to be 1. If multiple construct instances are present, the ordinality field should be specified with unique values for each instance.
structuring_format xs:string optional
Used to indicate a particular structuring format (e.g., HTML5) used within an instance of StructuredTextType. Note that if the markup tags used by this format would be interpreted as XML information (such as the bracket-based tags of HTML) the text area should be enclosed in a CDATA section to prevent the markup from interferring with XML validation of the STIX document. If this attribute is absent, the implication is that no markup is being used.
Source
<xs:element name="Description" type="stixCommon:StructuredTextType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A structured Description of this Generic Structured COA.</xs:documentation>
  </xs:annotation>
</xs:element>
Element genericStructuredCOA:GenericStructuredCOAType / genericStructuredCOA:Type
Namespace http://stix.mitre.org/extensions/StructuredCOA#Generic-1
Annotations
Specifies the type of Generic Structured COA.
Diagram
Diagram stix_common_xsd.tmp#ControlledVocabularyStringType_vocab_name stix_common_xsd.tmp#ControlledVocabularyStringType_vocab_reference stix_common_xsd.tmp#ControlledVocabularyStringType
Type stixCommon:ControlledVocabularyStringType
Attributes
QName Type Use Annotation
vocab_name xs:string optional
The vocab_name field specifies the name of the controlled vocabulary.
vocab_reference xs:anyURI optional
The vocab_reference field specifies the URI to the location of where the controlled vocabulary is defined, e.g., in an externally located XML schema file.
Source
<xs:element name="Type" type="stixCommon:ControlledVocabularyStringType">
  <xs:annotation>
    <xs:documentation>Specifies the type of Generic Structured COA.</xs:documentation>
  </xs:annotation>
</xs:element>
Element genericStructuredCOA:GenericStructuredCOAType / genericStructuredCOA:Specification
Namespace http://stix.mitre.org/extensions/StructuredCOA#Generic-1
Annotations
The Specification field encapsulates any test mechnism specification in its native format within a string field. The specification should be within a CDATA construct within the string field.
Diagram
Diagram stix_common_xsd.tmp#EncodedCDATAType_encoded stix_common_xsd.tmp#EncodedCDATAType
Type stixCommon:EncodedCDATAType
Attributes
QName Type Default Use Annotation
encoded xs:boolean false optional
If true, specifies that the content encoded in the element is encoded using Base64 per RFC4648.
Source
<xs:element name="Specification" type="stixCommon:EncodedCDATAType">
  <xs:annotation>
    <xs:documentation>The Specification field encapsulates any test mechnism specification in its native format within a string field. The specification should be within a CDATA construct within the string field.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type genericStructuredCOA:GenericStructuredCOAType
Namespace http://stix.mitre.org/extensions/StructuredCOA#Generic-1
Annotations
The GenericStructuredCOAType specifies an instantial extension from the abstract StructuredCOAType intended to support the generic inclusion of any COA content.
Diagram
Diagram course_of_action_xsd.tmp#StructuredCOAType_id course_of_action_xsd.tmp#StructuredCOAType_idref course_of_action_xsd.tmp#StructuredCOAType generic_structured_coa_xsd.tmp#GenericStructuredCOAType_reference_location generic_structured_coa_xsd.tmp#GenericStructuredCOAType_Description generic_structured_coa_xsd.tmp#GenericStructuredCOAType_Type generic_structured_coa_xsd.tmp#GenericStructuredCOAType_Specification
Type extension of coa:StructuredCOAType
Type hierarchy
Children genericStructuredCOA:Description, genericStructuredCOA:Specification, genericStructuredCOA:Type
Attributes
QName Type Use Annotation
id xs:QName optional
Specifies a unique ID for this StructuredCOA.
idref xs:QName optional
Specifies a reference to the ID for this StructuredCOA specified elsewhere.
When idref is specified, the id attribute must not be specified, and any instance of this StructuredCOA should not hold content.
reference_location xs:anyURI optional
Specifies a reference URL for the location of the Generic Structured COA.
Source
<xs:complexType name="GenericStructuredCOAType">
  <xs:annotation>
    <xs:documentation>The GenericStructuredCOAType specifies an instantial extension from the abstract StructuredCOAType intended to support the generic inclusion of any COA content.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coa:StructuredCOAType">
      <xs:sequence>
        <xs:element name="Description" type="stixCommon:StructuredTextType" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>A structured Description of this Generic Structured COA.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Type" type="stixCommon:ControlledVocabularyStringType">
          <xs:annotation>
            <xs:documentation>Specifies the type of Generic Structured COA.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Specification" type="stixCommon:EncodedCDATAType">
          <xs:annotation>
            <xs:documentation>The Specification field encapsulates any test mechnism specification in its native format within a string field. The specification should be within a CDATA construct within the string field.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="reference_location" type="xs:anyURI">
        <xs:annotation>
          <xs:documentation>Specifies a reference URL for the location of the Generic Structured COA.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute genericStructuredCOA:GenericStructuredCOAType / @reference_location
Namespace No namespace
Annotations
Specifies a reference URL for the location of the Generic Structured COA.
Type xs:anyURI
Used by
Source
<xs:attribute name="reference_location" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>Specifies a reference URL for the location of the Generic Structured COA.</xs:documentation>
  </xs:annotation>
</xs:attribute>