Definition Type: ComplexType
Name: sportsEventComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Abstract
Documentation:
A sporting competition. | A contest that generally ends with a winner.
Collapse XSD Schema Diagram:
Drilldown into sports-event in schema sportsml_xsd Drilldown into award in schema sportsml_xsd Drilldown into highlight in schema sportsml_xsd Drilldown into actions in schema sportsml_xsd Drilldown into officials in schema sportsml_xsd Drilldown into wagering-stats in schema sportsml_xsd Drilldown into player in schema sportsml_xsd Drilldown into team in schema sportsml_xsd Drilldown into event-stats in schema sportsml_xsd Drilldown into event-metadata in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsdXSD Diagram of sportsEventComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="sportsEventComplexType">
    <xs:annotation>
        <xs:documentation>A sporting competition. | A contest that generally ends with a winner.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="event-metadata" type="eventMetadataComplexType" minOccurs="0" />
        <xs:element name="event-stats" type="eventStatsComplexType" minOccurs="0" />
        <xs:choice>
            <xs:element name="team" type="teamComplexType" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="player" type="playerComplexType" minOccurs="0" maxOccurs="unbounded" />
        </xs:choice>
        <xs:element name="wagering-stats" type="wagering-stats" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="officials" type="officialsComplexType" minOccurs="0" />
        <xs:element name="actions" type="eventActionsComplexType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>Single element that can hold multiple action elements</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="highlight" type="highlightComplexType" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="award" type="awardComplexType" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="sports-event" type="sportsEventComplexType" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>For sports-events that are subevents of another event.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="commonAttributes" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
event-metadata nsA:event-metadata 0 (1)
event-stats nsA:event-stats 0 (1)
team nsA:team 0 unbounded
player nsA:player 0 unbounded
wagering-stats nsA:wagering-stats 0 unbounded
officials nsA:officials 0 (1)
actions nsA:actions 0 1
highlight nsA:highlight 0 unbounded
award nsA:award 0 unbounded
sports-event nsA:sports-event 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
Collapse Derivation Tree:
Collapse References:
nsA:sports-event, nsA:sports-event, nsA:sports-event, nsA:sports-event, nsA:sports-event, nsA:sports-event