Definition Type: ComplexType
Name: eventRecordComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.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_xsd Drilldown into type in schema sportsml_xsdXSD Diagram of eventRecordComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="eventRecordComplexType">
    <xs:annotation>
        <xs:documentation>A world, national, state, or school record. | More than one record can be set by one participant at one sports-event.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="type" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The type of record.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="previous-record" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The score value of the previously-held record.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
type nsA:type Optional
previous-record nsA:previous-record Optional
Collapse Derivation Tree:
Collapse References:
nsA:event-record