diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||
children | fc:ParentCompetition fc:Logo | ||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="MatchCompetitionInternationalType"> <xsd:annotation> <xsd:documentation>Basic competition data of the competition of a match.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="ParentCompetition" type="fc:MatchCompetitionInternationalType" minOccurs="0"/> <xsd:element name="Logo" type="fc:PictureType" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="CompetitionFIFAId" type="fc:FIFAIdentifier" use="required"> <xsd:annotation> <xsd:documentation>The FIFA worldwide unique id of the competition.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="InternationalName" type="fc:String" use="required"> <xsd:annotation> <xsd:documentation>The International name of the competition.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="InternationalShortName" type="fc:String"> <xsd:annotation> <xsd:documentation>The International short name of the competition.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="OrganisationInternationalName" type="fc:String"> <xsd:annotation> <xsd:documentation>The International name of the organisation that is organising the competition</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="OrganisationInternationalShortName" type="fc:String" use="required"> <xsd:annotation> <xsd:documentation>The international short name of the organisation that is organising the competition</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |