complexType AbstractMatchType
diagram competition_p2.png
namespace http://fifa.com/fc
children fc:Phase fc:MatchEvent
used by
complexType MatchType
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.
annotation
documentation
The abstract match report data
source <xsd:complexType name="AbstractMatchType">
 
<xsd:annotation>
   
<xsd:documentation>The abstract match report data</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Phase" type="fc:MatchPhaseType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The phases of the match with the score.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="MatchEvent" type="fc:MatchEventType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The events that happened in the match.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="MatchFIFAId" type="fc:FIFAIdentifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>This is the worldwide unique id of the match record. It is unchangeable.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Status" type="fc:MatchStatusType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The status of the match.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="DateTimeLocal" type="fc:DateTime">
   
<xsd:annotation>
     
<xsd:documentation>The scheduled local date and time of the match including the time zone.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Matchday" type="xsd:nonNegativeInteger">
   
<xsd:annotation>
     
<xsd:documentation>The number representing a Matchday/Week/Round of Round robin competition or Leg for Elimination type</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Attendance" type="xsd:nonNegativeInteger">
   
<xsd:annotation>
     
<xsd:documentation>The number of people attending the match in the stadium.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>


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