Definition Type: SimpleType
Name: testid
Namespace: http://oval.mitre.org/XMLSchema/oval_results
Containing Schema: oval-results-schema.xsd
Documentation:
Define acceptable test ids as a three character string followed by a hyphen and some number of digits.
Collapse XSD Schema Diagram:
XSD Diagram of testid in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:simpleType name="testid">
    <xsd:annotation>
        <xsd:documentation>Define acceptable test ids as a three character string followed by a hyphen and some number of digits.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value="([a-z]{3}-[0-9]+)|(oval:[A-Za-z\-\.]+:tst:[1-9][0-9]*)" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern ([a-z]{3}-[0-9]+)|(oval:[A-Za-z\-\.]+:tst:[1-9][0-9]*)
Collapse Derivation Tree:
Collapse References:
oval_results:id, independent:test_ref, oval_results:test_ref, oval_results:test_ref