<element name="team-stats-baseball">
<annotation>
<documentation>Specific statistics for baseball. | 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>
|