diagram | |||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:complexType name="CompetitionSystemType"> <xsd:annotation> <xsd:documentation>The type of the competition system (e.g. Round Robin Double)</xsd:documentation> </xsd:annotation> <xsd:attribute name="Nature" type="fc:CompetitionSystemNatureType" use="required"> <xsd:annotation> <xsd:documentation>Nature of the system, e.g round-robin, or elimination</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Multiplier" type="xsd:nonNegativeInteger" use="optional"> <xsd:annotation> <xsd:documentation>System multiplier, e.g. Multiplier 2 represents a round-robin double, or elimination round with 2 legs</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |