<xs:complexType name="playerMetadataComplexType">
<xs:complexContent>
<xs:extension base="basePlayerMetadataComplexType">
<xs:choice minOccurs="0">
<xs:element name="player-metadata-baseball" type="baseballPlayerMetadataComplexType" />
<xs:element name="player-metadata-golf" type="golfPlayerMetadataComplexType" />
<xs:element name="player-metadata-ice-hockey" type="iceHockeyPlayerMetadataComplexType" />
<xs:element name="player-metadata-soccer" type="soccerPlayerMetadataComplexType" />
<xs:element name="player-metadata-motor-racing" type="motorRacingPlayerMetadataComplexType" />
<xs:element name="player-metadata-curling" type="curlingPlayerMetadataComplexType" />
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|