<element name="associate-stats">
<annotation>
<documentation>Statistics that capture values about the participation of an associate during one or more sports-events. | Generally does change over the course of a sports-event.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:rating" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:outcome-totals" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
<group minOccurs="0" ref="sportsml:associateStatsSpecific" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attribute name="points" type="string" use="optional">
<annotation>
<documentation>Points accumulated by this associate. For example, points earned by a NASCAR owner.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|