Definition Type: Element
Name: event-record
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
A world, national, state, or school record. | More than one record can be set by one participant at one sports-event.
Collapse XSD Schema Diagram:
Drilldown into previous-record in schema sportsml-core_xsd Drilldown into type in schema sportsml-core_xsdXSD Diagram of event-record in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="event-record">
    <annotation>
        <documentation>A world, national, state, or school record. | More than one record can be set by one participant at one sports-event.</documentation>
    </annotation>
    <complexType>
        <attribute name="type" type="string" use="optional">
            <annotation>
                <documentation>The type or record.</documentation>
            </annotation>
        </attribute>
        <attribute name="previous-record" type="string" use="optional">
            <annotation>
                <documentation>The score value of the previously-held record.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
type sportsml:type Optional
previous-record sportsml:previous-record Optional