WebSchemas/Sports/samples/espn-schema-proposal-SportsStat

From W3C Wiki
<?xml version="1.0" encoding="UTF-8"?>
<!-- ESPN schema-proposal example - Sports Stat -->
<div itemprop="statistics" itemscope="itemscope" itemtype="http://schema.org/SportStat/GamesPlayed">
    <span itemprop="name">Games Played</span>
    <span itemprop="abbreviation">GP</span>
    <span itemprop="value">10</span>
    <div itemprop="context" itemscope="itemscope"
        itemtype="http://schema.org/SportsSeries/PostSeason>">
        <link itemprop="url" href="http://espn.go.com/college-football/bowls"/>
    </div>
</div>