simpleType CompetitionSystemNatureType
namespace http://fifa.com/fc
type restriction of fc:String
properties
base fc:String
used by
attribute CompetitionSystemType/@Nature
facets
Kind Value Annotation
enumeration Elimination
documentation
An eliminatory system, e.g. Cup, or Playoff
enumeration Round robin
documentation
An round robin system, e.g. a National League, or Tournament Group
enumeration Combination
documentation
A combination of sub-competitions/elements. A competition with this system does not contain matches. It contains elements/sub-competitions. E.g. UEFA Champions League is a combination. It does not contain matches, but contains several sub-competitions/elements which contain matches, e.g. Qualifying Round, Group Stage, Final Stage.
enumeration Other
documentation
Any other predefined, non standard competition system.
annotation
documentation
The nature of the competition system.
source <xsd:simpleType name="CompetitionSystemNatureType">
 
<xsd:annotation>
   
<xsd:documentation>The nature of the competition system.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fc:String">
   
<xsd:enumeration value="Elimination">
     
<xsd:annotation>
       
<xsd:documentation>An eliminatory system, e.g. Cup, or Playoff</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="Round robin">
     
<xsd:annotation>
       
<xsd:documentation>An round robin system, e.g. a National League, or Tournament Group </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="Combination">
     
<xsd:annotation>
       
<xsd:documentation>A combination of sub-competitions/elements. A competition with this system does not contain matches. It contains elements/sub-competitions. E.g. UEFA Champions League is a combination. It does not contain matches, but contains several sub-competitions/elements which contain matches, e.g. Qualifying Round, Group Stage, Final Stage.
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="Other">
     
<xsd:annotation>
       
<xsd:documentation>Any other predefined, non standard competition system.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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