diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of fc:MatchPlayerType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="MatchPlayerInternationalType"> <xsd:annotation> <xsd:documentation>This type contains information about a player participating in a match. The information (e.g. position) provided here are considered to be true at the initial line-up. Changes to this data (e.g. the line-up) during the match can be found in the MatchEvents. The MatchPlayer contains data that might be valid only during a match; therefore it is considered transitive and not persistent.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="fc:MatchPlayerType"> <xsd:attribute name="InternationalFirstName" type="fc:String"> <xsd:annotation> <xsd:documentation>International first name of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="InternationalLastName" type="fc:String"> <xsd:annotation> <xsd:documentation>International last name of the person</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="DateOfBirth" type="fc:Date"> <xsd:annotation> <xsd:documentation>The date of birth of this person.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="MemberAssociation" type="fc:FIFANationalityType"> <xsd:annotation> <xsd:documentation>The FIFA nationality of the person</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |