Definition Type: Attribute
Name: event-of-day
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
Use Optional
Documentation:
If the day had multiple events involving these competitors, which event of the day it was. Example values: 1, 2, 3, etc.
Collapse XSD Schema Diagram:
XSD Diagram of event-of-day in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="event-of-day" type="xs:string" use="optional">
    <xs:annotation>
        <xs:documentation>If the day had multiple events involving these
                            competitors, which event of the day it was. Example values: 1, 2, 3, etc.</xs:documentation>
    </xs:annotation>
</xs:attribute>