Definition Type: ComplexType
Name: playerComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Abstract
Documentation:
A competitor. | Their athletic talents help them decide who wins a sports-event.
Collapse XSD Schema Diagram:
Drilldown into affiliation in schema sportsml_xsd Drilldown into associate in schema sportsml_xsd Drilldown into wagering-stats in schema sportsml_xsd Drilldown into player-stats in schema sportsml_xsd Drilldown into player-metadata in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsdXSD Diagram of playerComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="playerComplexType">
    <xs:annotation>
        <xs:documentation>A competitor. | Their athletic talents help them decide who wins a sports-event.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="player-metadata" type="playerMetadataComplexType" />
        <xs:element name="player-stats" type="playerStatsComplexType" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="wagering-stats" type="wagering-stats" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="associate" type="associateComplexType" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="affiliation" type="affiliationComplexType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attributeGroup ref="commonAttributes" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
player-metadata nsA:player-metadata (1) (1)
player-stats nsA:player-stats 0 unbounded
wagering-stats nsA:wagering-stats 0 unbounded
associate nsA:associate 0 unbounded
affiliation nsA:affiliation 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
Collapse Derivation Tree:
Collapse References:
nsA:player, nsA:player, nsA:player, nsA:player, nsA:player