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