complexType CompetitionInternationalDataType
diagram scenarios_p12.png
namespace http://fifa.com/fc
children fc:CompetitionInternational
used by
element CompetitionInternationalData
attributes
Name  Type  Use  Default  Fixed  Annotation
ExportDate  fc:DateTime  required      
documentation
The date and time when the data in the document was current.
annotation
documentation
The element defining a list of competitions with its detailed data.
source <xsd:complexType name="CompetitionInternationalDataType">
 
<xsd:annotation>
   
<xsd:documentation>The element defining a list of competitions with its detailed data.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="CompetitionInternational" type="fc:CompetitionInternationalType" nillable="false" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The person list.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="ExportDate" type="fc:DateTime" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The date and time when the data in the document was current.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute CompetitionInternationalDataType/@ExportDate
type fc:DateTime
properties
use required
annotation
documentation
The date and time when the data in the document was current.
source <xsd:attribute name="ExportDate" type="fc:DateTime" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The date and time when the data in the document was current.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element CompetitionInternationalDataType/CompetitionInternational
diagram scenarios_p13.png
namespace http://fifa.com/fc
type fc:CompetitionInternationalType
properties
minOcc 0
maxOcc unbounded
content complex
nillable false
children fc:CompetitionNature fc:System fc:Logo fc:Match fc:CompetitionElement fc:CompetitionTeam
attributes
Name  Type  Use  Default  Fixed  Annotation
CompetitionFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique id of the competition.
InternationalName  fc:String  required      
documentation
The international (Latin) name of this competition.
InternationalShortName  fc:String        
documentation
The international (Latin) short name of this competition.
OrganisationFIFAId  fc:FIFAIdentifier  required      
documentation
Worldwide FIFA Id of the organisation that is organising the competition.
Season  xsd:positiveInteger  required      
documentation
The season to which this competitions final round belongs to. This is expected to hold a 4 digit year number.
Status  fc:SimpleStatusType  required      
documentation
The status of the competition.
OrderNumber  xsd:positiveInteger  optional      
documentation
Order of the competition elements. Chronological or Logical. E.g. Qualifying Phase is 1, Group Phase is 2, and Final Round is 3.
DateFrom  fc:Date        
documentation
Date when this competition or competition element starts.
DateTo  fc:Date        
documentation
Date when this competition or competition element ends.
NumberOfParticipants  xsd:positiveInteger        
documentation
Number of clubs/teams that participate in this competition or competition element.
OrganisationInternationalName  fc:String        
documentation
Name of the organisation that is organising the competition
OrganisationInternationalShortName  fc:String  required      
documentation
Short name of the organisation that is organising the competition
annotation
documentation
The person list.
source <xsd:element name="CompetitionInternational" type="fc:CompetitionInternationalType" nillable="false" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The person list.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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