Showing:

Annotations
Attributes
Diagrams
Source
Main schema oval_5.10_test_mechanism.xsd
Namespace http://stix.mitre.org/extensions/TestMechanism#OVAL5.10-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.
Complex Type stix-oval:OVAL5.10TestMechanismType
Namespace http://stix.mitre.org/extensions/TestMechanism#OVAL5.10-1
Annotations
The OVALTestMechanismType provides an extension to the TestMechanismType which imports and leverages the OVAL schema in order to include OVAL Definitions 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 oval-definitions-schema_xsd.tmp#oval_definitions oval-variables-schema_xsd.tmp#oval_variables
Type extension of indicator:TestMechanismType
Type hierarchy
Children indicator:Efficacy, indicator:Producer, oval-def:oval_definitions, oval-var:oval_variables
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="OVAL5.10TestMechanismType">
  <xs:annotation>
    <xs:documentation>The OVALTestMechanismType provides an extension to the TestMechanismType which imports and leverages the OVAL schema in order to include OVAL Definitions as the test mechanism.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="indicator:TestMechanismType">
      <xs:sequence>
        <xs:element ref="oval-def:oval_definitions">
          <xs:annotation>
            <xs:documentation>The oval_definitions field contains the structured specification of the OVAL test mechanism. When including OVAL Definition documents it is expected that at least one valid OVAL Definition Definition is included.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="oval-var:oval_variables" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The oval_variables field contains a valid OVAL Variables document and should only be used to supply external variable values needed by this OVAL Test Mechanism's OVAL Definitions.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>