diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of fc:TeamOfficialType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="TeamOfficialInternationalType"> <xsd:annotation> <xsd:documentation>This type contains information about a team official participating in a match. The TeamOfficial 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:TeamOfficialType"> <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> |