Definition Type: Element
Name: contributor
Namespace: http://oval.mitre.org/XMLSchema/oval
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-schema.xsd
Abstract
Documentation:
The contributor element identifies by name the member of the OVAL Community who is credited with a particular submission or modification. The optional organization attribute identifies the organization with which the contributor is affiliated.
Collapse XSD Schema Diagram:
Drilldown into organization in schema oval-schema_xsdXSD Diagram of contributor in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="contributor">
    <xsd:annotation>
        <xsd:documentation>The contributor element identifies by name the member of the OVAL Community who is credited with a particular submission or modification.  The optional organization attribute identifies the organization with which the contributor is affiliated.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1</cardinality>
            <attributes>[organization]</attributes>
            <content>none</content>
            <parent_elements>modified, submitted</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="organization" type="xsd:string" use="optional" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
organization oval:organization Optional