Definition Type: ComplexType
Name: ReferenceType
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5
Containing Schema: oval-definitions-schema.xsd
Abstract
Documentation:
The ReferenceType complex type links the OVAL Definition to a definitive external reference. For example, CVE Identifiers for vulnerabilities. The intended purpose for this reference is to link the definition to a variety of other sources that address the same issue being specified by the OVAL Definition. The required source attribute specifies where the reference is coming from. In other words, it identifies the reference repository being used. The required ref_id attribute is the external id of the reference. The optional ref_url attribute is the URL to the reference.
Collapse XSD Schema Diagram:
Drilldown into ref_url in schema oval-definitions-schema_xsd Drilldown into ref_id in schema oval-definitions-schema_xsd Drilldown into source in schema oval-definitions-schema_xsdXSD Diagram of ReferenceType in schema oval-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="ReferenceType">
    <xsd:annotation>
        <xsd:documentation>The ReferenceType complex type links the OVAL Definition to a definitive external reference. For example, CVE Identifiers for vulnerabilities. The intended purpose for this reference is to link the definition to a variety of other sources that address the same issue being specified by the OVAL Definition.</xsd:documentation>
        <xsd:documentation>The required source attribute specifies where the reference is coming from. In other words, it identifies the reference repository being used. The required ref_id attribute is the external id of the reference. The optional ref_url attribute is the URL to the reference.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="source" type="xsd:string" use="required" />
    <xsd:attribute name="ref_id" type="xsd:string" use="required" />
    <xsd:attribute name="ref_url" type="xsd:anyURI" use="optional" />
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
source oval-def:source Required
ref_id oval-def:ref_id Required
ref_url oval-def:ref_url Optional
Collapse Derivation Tree:
Collapse References:
oval-def:reference