Definition Type: SimpleType
Name: VariableIDPattern
Namespace: http://oval.mitre.org/XMLSchema/oval-common-5
Containing Schema: oval-common-schema.xsd
Documentation:
Define the format for acceptable OVAL Variable 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 'var', and ending with an integer.
Collapse XSD Schema Diagram:
XSD Diagram of VariableIDPattern in schema oval-common-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:simpleType name="VariableIDPattern">
    <xsd:annotation>
        <xsd:documentation>Define the format for acceptable OVAL Variable 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 'var', and ending with an integer.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value="oval:[A-Za-z0-9_\-\.]+:var:[1-9][0-9]*" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern oval:[A-Za-z0-9_\-\.]+:var:[1-9][0-9]*
Collapse Derivation Tree:
Collapse References:
oval-def:id, oval-var:idoval-def:var_ref, oval-def:var_ref, oval-res:variable_id, oval-sc:variable_id,