Showing:

Annotations
Attributes
Diagrams
Source
Used by
Main schema generic_test_mechanism.xsd
Namespace http://stix.mitre.org/extensions/TestMechanism#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 genericTM:GenericTestMechanismType / genericTM:Description
Namespace http://stix.mitre.org/extensions/TestMechanism#Generic-1
Annotations
A structured Description of this Generic Test Mechanism.
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 Test Mechanism.</xs:documentation>
  </xs:annotation>
</xs:element>
Element genericTM:GenericTestMechanismType / genericTM:Type
Namespace http://stix.mitre.org/extensions/TestMechanism#Generic-1
Annotations
Specifies the type of Generic Test Mechanism.
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" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the type of Generic Test Mechanism.</xs:documentation>
  </xs:annotation>
</xs:element>
Element genericTM:GenericTestMechanismType / genericTM:Specification
Namespace http://stix.mitre.org/extensions/TestMechanism#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" minOccurs="0">
  <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 genericTM:GenericTestMechanismType
Namespace http://stix.mitre.org/extensions/TestMechanism#Generic-1
Annotations
The GenericTestMechanismType specifies an instantial extension from the abstract TestMechanismType intended to support the generic inclusion of any test mechanism content.
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 generic_test_mechanism_xsd.tmp#GenericTestMechanismType_reference_location generic_test_mechanism_xsd.tmp#GenericTestMechanismType_Description generic_test_mechanism_xsd.tmp#GenericTestMechanismType_Type generic_test_mechanism_xsd.tmp#GenericTestMechanismType_Specification
Type extension of indicator:TestMechanismType
Type hierarchy
Children genericTM:Description, genericTM:Specification, genericTM:Type, indicator:Efficacy, indicator:Producer
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.
reference_location xs:anyURI optional
Specifies a reference URL for the location of the Generic Test Mechanism.
Source
<xs:complexType name="GenericTestMechanismType">
  <xs:annotation>
    <xs:documentation>The GenericTestMechanismType specifies an instantial extension from the abstract TestMechanismType intended to support the generic inclusion of any test mechanism content.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="indicator:TestMechanismType">
      <xs:sequence>
        <xs:element name="Description" type="stixCommon:StructuredTextType" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>A structured Description of this Generic Test Mechanism.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Type" type="stixCommon:ControlledVocabularyStringType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Specifies the type of Generic Test Mechanism.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Specification" type="stixCommon:EncodedCDATAType" minOccurs="0">
          <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 Test Mechanism.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute genericTM:GenericTestMechanismType / @reference_location
Namespace No namespace
Annotations
Specifies a reference URL for the location of the Generic Test Mechanism.
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 Test Mechanism.</xs:documentation>
  </xs:annotation>
</xs:attribute>