diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||
children | fc:Photo | ||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="CompetitionRoleInternationalType"> <xsd:annotation> <xsd:documentation>This type contains information about a person that is participating in a competition.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Photo" type="fc:PictureType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Photo of a person that is participating in a competition.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="PersonFIFAId" type="fc:FIFAIdentifier" use="required"> <xsd:annotation> <xsd:documentation>The worldwide unique FIFA ID of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> <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:complexType> |