Definition Type: SimpleType
Name: DefinitionIDPattern
Namespace: http://oval.mitre.org/XMLSchema/oval-common-5
Containing Schema: oval-common-schema.xsd
Documentation:
Define the format for acceptable OVAL Definition ids. An urn format is used with the id starting with the word oval followed by a unique string, followed by the three letter code 'def', and ending with an integer.
Collapse XSD Schema Diagram:
XSD Diagram of DefinitionIDPattern in schema oval-common-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:simpleType name="DefinitionIDPattern">
    <xsd:annotation>
        <xsd:documentation>Define the format for acceptable OVAL Definition ids. An urn format is used with the id starting with the word oval followed by a unique string, followed by the three letter code 'def', and ending with an integer.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value="oval:[A-Za-z0-9_\-\.]+:def:[1-9][0-9]*" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern oval:[A-Za-z0-9_\-\.]+:def:[1-9][0-9]*
Collapse Derivation Tree:
Collapse References:
oval-res:definition_id, oval-def:definition_ref, oval-res:definition_refoval-def:id,