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