complexType MatchPhaseType
diagram competition_p19.png
namespace http://fifa.com/fc
used by
element AbstractMatchType/Phase
attributes
Name  Type  Use  Default  Fixed  Annotation
Phase  fc:MatchPhaseNatureType  required      
documentation
The phase type, e.g. First Halftime
StartDateTime  fc:DateTime        
documentation
Actual start date and time of the Match phase
EndDateTime  fc:DateTime        
documentation
Actual end time of the Match phase
RegularTime  xsd:nonNegativeInteger  optional      
documentation
Number of minutes this phase is taking in regular time, e.g. 45 min.
StoppageTime  xsd:nonNegativeInteger  optional      
documentation
Stoppage time in this phase, as announced by referee.
HomeScore  xsd:nonNegativeInteger  required      
documentation
Number of goals made by the home team. If there is no home team (e.g. Olympic Games) this is simply the goals of team one.
AwayScore  xsd:nonNegativeInteger  required      
documentation
Number of goals made by the away team. If there is no away team (e.g. Olympic Games) this is simply the goals of team two.
annotation
documentation
A phase in a match.
source <xsd:complexType name="MatchPhaseType">
 
<xsd:annotation>
   
<xsd:documentation>A phase in a match.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="Phase" type="fc:MatchPhaseNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The phase type, e.g. First Halftime</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="StartDateTime" type="fc:DateTime">
   
<xsd:annotation>
     
<xsd:documentation>Actual start date and time of the Match phase</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="EndDateTime" type="fc:DateTime">
   
<xsd:annotation>
     
<xsd:documentation>Actual end time of the Match phase</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="RegularTime" type="xsd:nonNegativeInteger" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>Number of minutes this phase is taking in regular time, e.g. 45 min.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="StoppageTime" type="xsd:nonNegativeInteger" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>Stoppage time in this phase, as announced by referee.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="HomeScore" type="xsd:nonNegativeInteger" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Number of goals made by the home team. If there is no home team (e.g. Olympic Games) this is simply the goals of team one.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="AwayScore" type="xsd:nonNegativeInteger" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Number of goals made by the away team. If there is no away team (e.g. Olympic Games) this is simply the goals of team two.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute MatchPhaseType/@Phase
type fc:MatchPhaseNatureType
properties
use required
facets
Kind Value Annotation
enumeration 1H
documentation
The first half time..
enumeration 2H
documentation
The second half time.
enumeration 1ET
documentation
1st extra time.
enumeration 2ET
documentation
2nd extra time.
enumeration 3ET
documentation
3rd extra time.
enumeration PEN
documentation
Penalty shoot-out.
annotation
documentation
The phase type, e.g. First Halftime
source <xsd:attribute name="Phase" type="fc:MatchPhaseNatureType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The phase type, e.g. First Halftime</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchPhaseType/@StartDateTime
type fc:DateTime
annotation
documentation
Actual start date and time of the Match phase
source <xsd:attribute name="StartDateTime" type="fc:DateTime">
 
<xsd:annotation>
   
<xsd:documentation>Actual start date and time of the Match phase</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchPhaseType/@EndDateTime
type fc:DateTime
annotation
documentation
Actual end time of the Match phase
source <xsd:attribute name="EndDateTime" type="fc:DateTime">
 
<xsd:annotation>
   
<xsd:documentation>Actual end time of the Match phase</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchPhaseType/@RegularTime
type xsd:nonNegativeInteger
properties
use optional
annotation
documentation
Number of minutes this phase is taking in regular time, e.g. 45 min.
source <xsd:attribute name="RegularTime" type="xsd:nonNegativeInteger" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Number of minutes this phase is taking in regular time, e.g. 45 min.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchPhaseType/@StoppageTime
type xsd:nonNegativeInteger
properties
use optional
annotation
documentation
Stoppage time in this phase, as announced by referee.
source <xsd:attribute name="StoppageTime" type="xsd:nonNegativeInteger" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Stoppage time in this phase, as announced by referee.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchPhaseType/@HomeScore
type xsd:nonNegativeInteger
properties
use required
annotation
documentation
Number of goals made by the home team. If there is no home team (e.g. Olympic Games) this is simply the goals of team one.
source <xsd:attribute name="HomeScore" type="xsd:nonNegativeInteger" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Number of goals made by the home team. If there is no home team (e.g. Olympic Games) this is simply the goals of team one.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchPhaseType/@AwayScore
type xsd:nonNegativeInteger
properties
use required
annotation
documentation
Number of goals made by the away team. If there is no away team (e.g. Olympic Games) this is simply the goals of team two.
source <xsd:attribute name="AwayScore" type="xsd:nonNegativeInteger" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Number of goals made by the away team. If there is no away team (e.g. Olympic Games) this is simply the goals of team two.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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