Definition Type: Element
Name: player-stats-baseball
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-baseball.xsd
Abstract
Documentation:
Stats collected by a player. | Includes offensive, pitching, and defensive stats.
Collapse XSD Schema Diagram:
Drilldown into stats-baseball-defensive in schema sportsml-specific-baseball_xsd Drilldown into stats-baseball-pitching in schema sportsml-specific-baseball_xsd Drilldown into stats-baseball-offensive in schema sportsml-specific-baseball_xsdXSD Diagram of player-stats-baseball in schema sportsml-specific-baseball_xsd (SportsML)
Collapse XSD Schema Code:
<element name="player-stats-baseball">
    <annotation>
        <documentation>Stats collected by a player. | Includes offensive, pitching, and defensive stats.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:stats-baseball-offensive" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:stats-baseball-pitching" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:stats-baseball-defensive" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
stats-baseball-offensive sportsml:stats-baseball-offensive 0 unbounded
stats-baseball-pitching sportsml:stats-baseball-pitching 0 unbounded
stats-baseball-defensive sportsml:stats-baseball-defensive 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional