Definition Type: Element
Name: associate-stats
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into sports-property in schema sportsml-core_xsd Drilldown into outcome-totals in schema sportsml-core_xsd Drilldown into rating in schema sportsml-core_xsd Drilldown into points in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of associate-stats in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rating sportsml:rating 0 unbounded
outcome-totals sportsml:outcome-totals 0 unbounded
sports-property sportsml:sports-property 0 unbounded
placeholder-element sportsml:placeholder-element (1) (1)
<xs:group> sportsml:associateStatsSpecific 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
points sportsml:points Optional