diagram | |||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||
children | fc:Player fc:TeamOfficial | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="MatchTeamType"> <xsd:annotation> <xsd:documentation>This type contains information about a team participating in a competition or match.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Player" type="fc:MatchPlayerType" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="TeamOfficial" type="fc:TeamOfficialType" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="TeamNature" type="fc:MatchTeamNatureType" use="required"> <xsd:annotation> <xsd:documentation>Nature of the Team. HOME or AWAY</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="OrganisationFIFAId" type="fc:FIFAIdentifier" use="required"> <xsd:annotation> <xsd:documentation>This is the worldwide unique id of the data record of the club.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="TeamFIFAId" type="fc:FIFAIdentifier"> <xsd:annotation> <xsd:documentation>This is the worldwide unique id of the data record of the team.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |