complexType MatchCompetitionInternationalType
diagram scenarios_p16.png
namespace http://fifa.com/fc
children fc:ParentCompetition fc:Logo
used by
elements MatchInternationalType/Competition MatchCompetitionInternationalType/ParentCompetition
attributes
Name  Type  Use  Default  Fixed  Annotation
CompetitionFIFAId  fc:FIFAIdentifier  required      
documentation
The FIFA worldwide unique id of the competition.
InternationalName  fc:String  required      
documentation
The International name of the competition.
InternationalShortName  fc:String        
documentation
The International short name of the competition.
OrganisationInternationalName  fc:String        
documentation
The International name of the organisation that is organising the competition
OrganisationInternationalShortName  fc:String  required      
documentation
The international short name of the organisation that is organising the competition
annotation
documentation
Basic competition data of the competition of a match.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy