Definition Type: Element
Name: event-sponsor
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
A sponsor for an event. | Events can have more than one sponsor.
Collapse XSD Schema Diagram:
Drilldown into name in schema sportsml-core_xsd Drilldown into type in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of event-sponsor in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="event-sponsor">
    <annotation>
        <documentation>A sponsor for an event. | Events can have more than one sponsor.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="type" type="string" use="optional">
            <annotation>
                <documentation>Could be main, supporting, etc.</documentation>
            </annotation>
        </attribute>
        <attribute name="name" type="string" use="optional">
            <annotation>
                <documentation>The name of the sponsor.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
type sportsml:type Optional
name sportsml:name Optional