simpleType CompetitionStatusType
namespace http://fifa.com/exchange/fec
type restriction of fe:String50
properties
base fe:String50
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration active
documentation
The competition has been started.
enumeration inactive
documentation
The competition has not been started yet or it is finished.
annotation
documentation
The status of a competition.
source <xsd:simpleType name="CompetitionStatusType">
 
<xsd:annotation>
   
<xsd:documentation>The status of a competition.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fe:String50">
   
<xsd:enumeration value="active">
     
<xsd:annotation>
       
<xsd:documentation>The competition has been started.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="inactive">
     
<xsd:annotation>
       
<xsd:documentation>The competition has not been started yet or it is finished.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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