Showing:

Annotations
Diagrams
Facets
Source
Simple Type CVEIdType
Namespace urn:us:gov:ic:anlysassert
Annotations

One of 3 ID types for the VulnerableId and TargetedId element. The regex is CVE prefix + year + sequence number digits based on https://cve.mitre.org/about/faqs.html#what_is_cve_id however a max of 16 for the last sequence is additionally enforced for cross domain reasons.

Diagram
Diagram
Type restriction of xs:string
Facets
pattern CVE-[0-9]{4}-[0-9]{4,16}
Source
<xs:simpleType name="CVEIdType">
  <xs:annotation>
    <xs:documentation xml:lang="en">
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">One of 3 ID types for the VulnerableId and TargetedId element. The regex is CVE prefix + year + sequence number digits based on https://cve.mitre.org/about/faqs.html#what_is_cve_id however a max of 16 for the last sequence is additionally enforced for cross domain reasons.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="CVE-[0-9]{4}-[0-9]{4,16}"/>
  </xs:restriction>
</xs:simpleType>
Schema location ANLYS.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.

This document has been approved for Public Release by the Office of the Director of National Intelligence. See Distribution Notice for details. Click Here