simpleType MatchPlayerStatusType
namespace http://fifa.com/exchange/fec
type restriction of fe:String50
properties
base fe:String50
used by
attribute MatchPlayerType/@Status
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration available
documentation
Player was available for the match.
enumeration injured
documentation
Player was injured.
enumeration absent
documentation
Player was absent from the match.
enumeration notEligible
documentation
Player was not eligible to play the match.
annotation
documentation
The status of the player for the match. The players availability/condition.
source <xsd:simpleType name="MatchPlayerStatusType">
 
<xsd:annotation>
   
<xsd:documentation>The status of the player for the match. The players availability/condition.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fe:String50">
   
<xsd:enumeration value="available">
     
<xsd:annotation>
       
<xsd:documentation>Player was available for the match.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="injured">
     
<xsd:annotation>
       
<xsd:documentation>Player was injured.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="absent">
     
<xsd:annotation>
       
<xsd:documentation>Player was absent from the match.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="notEligible">
     
<xsd:annotation>
       
<xsd:documentation>Player was not eligible to play the match.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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