element MatchInternationalData
diagram scenarios_p9.png
namespace http://fifa.com/fc
properties
content complex
children fc:MatchInternational
attributes
Name  Type  Use  Default  Fixed  Annotation
ExportDate  fc:Date  required      
documentation
The date and time when the data in the document was current.
annotation
documentation
The envelope containing the list of MatcInternational
source <xsd:element name="MatchInternationalData">
 
<xsd:annotation>
   
<xsd:documentation>The envelope containing the list of MatcInternational</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="MatchInternational" type="fc:MatchInternationalType" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
   
<xsd:attribute name="ExportDate" type="fc:Date" 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>
</xsd:element>

attribute MatchInternationalData/@ExportDate
type fc:Date
properties
use required
annotation
documentation
The date and time when the data in the document was current.
source <xsd:attribute name="ExportDate" type="fc:Date" 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 MatchInternationalData/MatchInternational
diagram scenarios_p10.png
namespace http://fifa.com/fc
type fc:MatchInternationalType
properties
minOcc 0
maxOcc unbounded
content complex
children fc:Phase fc:MatchEvent fc:Competition fc:Facility fc:MatchOfficial fc:Team
attributes
Name  Type  Use  Default  Fixed  Annotation
MatchFIFAId  fc:FIFAIdentifier  required      
documentation
This is the worldwide unique id of the match record. It is unchangeable.
Status  fc:MatchStatusType  required      
documentation
The status of the match.
DateTimeLocal  fc:DateTime        
documentation
The scheduled local date and time of the match including the time zone.
Matchday  xsd:nonNegativeInteger        
documentation
The number representing a Matchday/Week/Round of Round robin competition or Leg for Elimination type
Attendance  xsd:nonNegativeInteger        
documentation
The number of people attending the match in the stadium.
source <xsd:element name="MatchInternational" type="fc:MatchInternationalType" minOccurs="0" maxOccurs="unbounded"/>


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