<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>
|