complexType MatchPhaseType
diagram competition_p9.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>


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