complexType MatchCompetitionInternationalType
diagram scenarios_p27.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>

attribute MatchCompetitionInternationalType/@CompetitionFIFAId
type fc:FIFAIdentifier
properties
use required
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
The FIFA worldwide unique id of the competition.
source <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>

attribute MatchCompetitionInternationalType/@InternationalName
type fc:String
properties
use required
annotation
documentation
The International name of the competition.
source <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>

attribute MatchCompetitionInternationalType/@InternationalShortName
type fc:String
annotation
documentation
The International short name of the competition.
source <xsd:attribute name="InternationalShortName" type="fc:String">
 
<xsd:annotation>
   
<xsd:documentation>The International short name of the competition.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchCompetitionInternationalType/@OrganisationInternationalName
type fc:String
annotation
documentation
The International name of the organisation that is organising the competition
source <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>

attribute MatchCompetitionInternationalType/@OrganisationInternationalShortName
type fc:String
properties
use required
annotation
documentation
The international short name of the organisation that is organising the competition
source <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>

element MatchCompetitionInternationalType/ParentCompetition
diagram scenarios_p28.png
namespace http://fifa.com/fc
type fc:MatchCompetitionInternationalType
properties
minOcc 0
maxOcc 1
content complex
children fc:ParentCompetition fc:Logo
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
source <xsd:element name="ParentCompetition" type="fc:MatchCompetitionInternationalType" minOccurs="0"/>

element MatchCompetitionInternationalType/Logo
diagram scenarios_p29.png
namespace http://fifa.com/fc
type fc:PictureType
properties
minOcc 0
maxOcc 1
content complex
children fc:PictureEmbedded fc:PictureLink
source <xsd:element name="Logo" type="fc:PictureType" minOccurs="0"/>


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