File: test_sce_parse_errors_stub-oval.xml

package info (click to toggle)
openscap 1.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 125,040 kB
  • sloc: xml: 527,109; ansic: 91,390; sh: 19,789; python: 2,515; perl: 444; makefile: 49
file content (36 lines) | stat: -rw-r--r-- 2,279 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<oval_definitions xmlns:oval-def="http://oval.mitre.org/XMLSchema/oval-definitions-5" xmlns:oval="http://oval.mitre.org/XMLSchema/oval-common-5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ind-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" xmlns:unix-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" xmlns:lin-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5" xsi:schemaLocation="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix unix-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#independent independent-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#linux linux-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5 oval-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 oval-common-schema.xsd">
    <generator>
        <oval:schema_version>5.10</oval:schema_version>
        <oval:timestamp>0001-01-01T00:00:00+00:00</oval:timestamp>
    </generator>
    <definitions>
        <definition class="compliance" version="1" id="oval:x:def:1">
            <metadata>
                <title>x</title>
                <description>x</description>
                <affected family="unix">
                    <platform>x</platform>
                </affected>
            </metadata>
            <criteria comment="x">
                <criterion test_ref="oval:x:tst:1"/>
            </criteria>
        </definition>
    </definitions>
    <tests>
        <variable_test xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" id="oval:x:tst:1" check="all" comment="x" version="1">
            <object object_ref="oval:x:obj:1"/>
        </variable_test>
    </tests>
    <objects>
        <variable_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" id="oval:x:obj:1" version="1" comment="x">
            <var_ref>oval:x:var:1</var_ref>
        </variable_object>
    </objects>
    <variables>
        <constant_variable id="oval:x:var:1" version="1" comment="x" datatype="string">
            <value>x</value>
        </constant_variable>
    </variables>
</oval_definitions>