simpleType MatchStatusType
namespace http://fifa.com/exchange/fec
type restriction of fe:String50
properties
base fe:String50
used by
attributes GroupMatchType/@Status MatchType/@Status
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration scheduled
documentation
The match is planned to take place.
enumeration played
documentation
The match has terminated and is finished.
enumeration official
documentation
The match has finished and the results are official.
enumeration abandoned
documentation
The match was stopped.
enumeration cancelled
documentation
The match was cancelled.
enumeration running
documentation
The match is running.
enumeration postponed
documentation
The match is postponed
enumeration toValidate
documentation
The match schedule must be validated.
enumeration toSchedule
documentation
The match is not yet scheduled.
annotation
documentation
The status of a match.
source <xsd:simpleType name="MatchStatusType">
 
<xsd:annotation>
   
<xsd:documentation>The status of a match.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fe:String50">
   
<xsd:enumeration value="scheduled">
     
<xsd:annotation>
       
<xsd:documentation>The match is planned to take place.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="played">
     
<xsd:annotation>
       
<xsd:documentation>The match has terminated and is finished.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="official">
     
<xsd:annotation>
       
<xsd:documentation>The match has finished and the results are official.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="abandoned">
     
<xsd:annotation>
       
<xsd:documentation>The match was stopped.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cancelled">
     
<xsd:annotation>
       
<xsd:documentation>The match was cancelled.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="running">
     
<xsd:annotation>
       
<xsd:documentation>The match is running.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="postponed">
     
<xsd:annotation>
       
<xsd:documentation>The match is postponed</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="toValidate">
     
<xsd:annotation>
       
<xsd:documentation>The match schedule must be validated.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="toSchedule">
     
<xsd:annotation>
       
<xsd:documentation>The match is not yet scheduled.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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