complexType MatchPhaseType
diagram match-2.1_p14.png
namespace http://fifa.com/exchange/fec
children fec:Score
used by
element MatchType/PhaseScore
attributes
Name  Type  Use  Default  Fixed  Annotation
Phase  fec:MatchPhaseNatureType  required      
documentation
The type of phase this is.
RegularTime  xsd:nonNegativeInteger        
documentation
Number of minutes this phase is taking.
AdditionalTime  xsd:nonNegativeInteger        
documentation
Extra time played in this phase.
Description  fe:InternationalString50        
documentation
Freetext describing this phase (e.g. Second half time).
ResultSupplement  fe:InternationalString50        
documentation
The score result supplement.
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:sequence>
   
<xsd:element name="Score" type="fec:ScoreType" nillable="false" minOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The score of the match.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="Phase" type="fec:MatchPhaseNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The type of phase this is.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="RegularTime" type="xsd:nonNegativeInteger">
   
<xsd:annotation>
     
<xsd:documentation>Number of minutes this phase is taking.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="AdditionalTime" type="xsd:nonNegativeInteger">
   
<xsd:annotation>
     
<xsd:documentation>Extra time played in this phase.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Description" type="fe:InternationalString50">
   
<xsd:annotation>
     
<xsd:documentation>Freetext describing this phase (e.g. Second half time).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ResultSupplement" type="fe:InternationalString50">
   
<xsd:annotation>
     
<xsd:documentation>The score result supplement.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute MatchPhaseType/@Phase
type fec:MatchPhaseNatureType
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration first
documentation
The first half time..
enumeration second
documentation
The second half time.
enumeration first overtime
documentation
1st extra time.
enumeration second overtime
documentation
2nd extra time.
enumeration third overtime
documentation
3rd extra time.
enumeration penalty
documentation
Penalty shoot-out.
enumeration final
documentation
All phases have finished.
annotation
documentation
The type of phase this is.
source <xsd:attribute name="Phase" type="fec:MatchPhaseNatureType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The type of phase this is.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchPhaseType/@RegularTime
type xsd:nonNegativeInteger
annotation
documentation
Number of minutes this phase is taking.
source <xsd:attribute name="RegularTime" type="xsd:nonNegativeInteger">
 
<xsd:annotation>
   
<xsd:documentation>Number of minutes this phase is taking.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchPhaseType/@AdditionalTime
type xsd:nonNegativeInteger
annotation
documentation
Extra time played in this phase.
source <xsd:attribute name="AdditionalTime" type="xsd:nonNegativeInteger">
 
<xsd:annotation>
   
<xsd:documentation>Extra time played in this phase.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchPhaseType/@Description
type fe:InternationalString50
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
Freetext describing this phase (e.g. Second half time).
source <xsd:attribute name="Description" type="fe:InternationalString50">
 
<xsd:annotation>
   
<xsd:documentation>Freetext describing this phase (e.g. Second half time).</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchPhaseType/@ResultSupplement
type fe:InternationalString50
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The score result supplement.
source <xsd:attribute name="ResultSupplement" type="fe:InternationalString50">
 
<xsd:annotation>
   
<xsd:documentation>The score result supplement.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element MatchPhaseType/Score
diagram match-2.1_p15.png
namespace http://fifa.com/exchange/fec
type fec:ScoreType
properties
content complex
nillable false
children fec:ResultsSuplement
attributes
Name  Type  Use  Default  Fixed  Annotation
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.
GuestScore  xsd:nonNegativeInteger  required      
documentation
Number of goals made by the guest team. If there is no guest team (e.g. Olympic Games) this is simply the goals of team two.
annotation
documentation
The score of the match.
source <xsd:element name="Score" type="fec:ScoreType" nillable="false" minOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The score of the match.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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