simpleType MatchPhaseNatureType
namespace http://fifa.com/exchange/fec
type restriction of fe:String50
properties
base fe:String50
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 types of phases that exist in a game.
source <xsd:simpleType name="MatchPhaseNatureType">
 
<xsd:annotation>
   
<xsd:documentation>The types of phases that exist in a game.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fe:String50">
   
<xsd:enumeration value="first">
     
<xsd:annotation>
       
<xsd:documentation>The first half time..</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="second">
     
<xsd:annotation>
       
<xsd:documentation>The second half time.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="first overtime">
     
<xsd:annotation>
       
<xsd:documentation>1st extra time.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="second overtime">
     
<xsd:annotation>
       
<xsd:documentation>2nd extra time.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="third overtime">
     
<xsd:annotation>
       
<xsd:documentation>3rd extra time.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="penalty">
     
<xsd:annotation>
       
<xsd:documentation>Penalty shoot-out.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="final">
     
<xsd:annotation>
       
<xsd:documentation>All phases have finished.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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