complexType MatchDataType
diagram match-data-2.1_p2.png
namespace http://fifa.com/exchange/fec
children fec:Match fec:Description fec:CustomExtension
used by
element MatchData
attributes
Name  Type  Use  Default  Fixed  Annotation
ReportingOrganizationName  fe:InternationalString50  required      
documentation
The English (international) name of the organization that created
                    the match report.
ReportDate  fe:DateTime        
documentation
The date and time when the data in the report was
                    created.
annotation
documentation
This type contains match report information. The MatchReport contains
                data that might be valid only for a single match.
source <xsd:complexType name="MatchDataType">
 
<xsd:annotation>
   
<xsd:documentation>This type contains match report information. The MatchReport contains
                data that might be valid only for a single match.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Match" type="fec:MatchType" nillable="false">
     
<xsd:annotation>
       
<xsd:documentation>The match details for the report.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="Description" type="fe:InternationalLongString" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Any free text additions to describe the match
                        report.
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="CustomExtension" type="fe:CustomExtensionType" nillable="false" minOccurs="0" maxOccurs="100">
     
<xsd:annotation>
       
<xsd:documentation>Custom extensions for the match report</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="ReportingOrganizationName" type="fe:InternationalString50" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The English (international) name of the organization that created
                    the match report.
</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ReportDate" type="fe:DateTime">
   
<xsd:annotation>
     
<xsd:documentation>The date and time when the data in the report was
                    created.
</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute MatchDataType/@ReportingOrganizationName
type fe:InternationalString50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The English (international) name of the organization that created
                    the match report.
source <xsd:attribute name="ReportingOrganizationName" type="fe:InternationalString50" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The English (international) name of the organization that created
                    the match report.
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchDataType/@ReportDate
type fe:DateTime
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The date and time when the data in the report was
                    created.
source <xsd:attribute name="ReportDate" type="fe:DateTime">
 
<xsd:annotation>
   
<xsd:documentation>The date and time when the data in the report was
                    created.
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element MatchDataType/Match
diagram match-data-2.1_p3.png
namespace http://fifa.com/exchange/fec
type fec:MatchType
properties
content complex
nillable false
children fec:Competition fec:Stadium fec:PhaseScore fec:Team fec:MatchOfficial fec:MatchEvent fec:AlsoKnownAs fec:CustomExtension
attributes
Name  Type  Use  Default  Fixed  Annotation
MatchId  fe:Identifier  required      
documentation
This is the worldwide unique id of the match record. It is unchangeable.
MatchName  fe:InternationalString50  required      
documentation
The name of this match. Often this is something like GER - CZE.
Status  fec:MatchStatusType  required      
documentation
The status of the match.
MatchNumber  fe:String50        
documentation
This is the number of the match within the competition. The matchNumber may be changed if required.
StartDate  fe:Date        
documentation
The CET based start date of the match.
StartTime  fe:Time        
documentation
The CET based start time of the match.
EndDate  fe:Date        
documentation
The CET based end date of the match.
EndTime  fe:Time        
documentation
The CET based end time of the match.
StartDateLocal  fe:DateLocal        
documentation
The local start date of the match.
StartTimeLocal  fe:TimeLocal        
documentation
The local start time of the match.
EndDateLocal  fe:DateLocal        
documentation
The local end date of the match.
EndTimeLocal  fe:TimeLocal        
documentation
The local end time of the match.
Attendance  xsd:nonNegativeInteger        
documentation
The number of people attending the match in the stadium.
annotation
documentation
The match details for the report.
source <xsd:element name="Match" type="fec:MatchType" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The match details for the report.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchDataType/Description
diagram match-data-2.1_p4.png
namespace http://fifa.com/exchange/fec
type fe:InternationalLongString
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
minLength 1
maxLength 1000000
pattern [&#x0020;-&#x027F;]*
annotation
documentation
Any free text additions to describe the match
                        report.
source <xsd:element name="Description" type="fe:InternationalLongString" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Any free text additions to describe the match
                        report.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchDataType/CustomExtension
diagram match-data-2.1_p5.png
namespace http://fifa.com/exchange/fec
type fe:CustomExtensionType
properties
minOcc 0
maxOcc 100
content complex
nillable false
children fe:Value fe:NativeValue
attributes
Name  Type  Use  Default  Fixed  Annotation
Key  fe:InternationalString50  required      
documentation
The english (international) attribute name of the custom extension.
annotation
documentation
Custom extensions for the match report
source <xsd:element name="CustomExtension" type="fe:CustomExtensionType" nillable="false" minOccurs="0" maxOccurs="100">
 
<xsd:annotation>
   
<xsd:documentation>Custom extensions for the match report</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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