diagram | |||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:complexType name="SupportedDisciplineType"> <xsd:annotation> <xsd:documentation>The complex type which defines the supported sports/disciplines in a club in combination with the gender of players.</xsd:documentation> </xsd:annotation> <xsd:attribute name="Discipline" type="fc:DisciplineType"> <xsd:annotation> <xsd:documentation>The supported sport/discipline.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Gender" type="fc:GenderType"> <xsd:annotation> <xsd:documentation>The gender of players eligible for the sport/discipline. If none specified, then this club has a team in both genders in this sport/discipline.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |