Definition Type: Element
Name: reference
Namespace: http://oval.mitre.org/XMLSchema/oval_results
Type: anyURI:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-results-schema.xsd
Abstract
Documentation:
This element 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 share this common name or identifier. Only one reference is allowed for each definition and the required source attribute serves as an indicator to the reference type.
Collapse XSD Schema Diagram:
Drilldown into source in schema oval-results-schema_xsdXSD Diagram of reference in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="reference">
    <xsd:annotation>
        <xsd:documentation>This element 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 share this common name or identifier.  Only one reference is allowed for each definition and the required source attribute serves as an indicator to the reference type.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>0-1</cardinality>
            <attributes>source</attributes>
            <content>string</content>
            <parent_elements>definition</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:anyURI">
                <xsd:attribute name="source" type="oval_results:reference_source" use="required" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
source oval_results:source Required