complexType SupportedDisciplineType
diagram registration_p16.png
namespace http://fifa.com/fc
used by
element OrganisationType/SupportedDiscipline
attributes
Name  Type  Use  Default  Fixed  Annotation
Discipline  fc:DisciplineType        
documentation
The supported sport/discipline.
Gender  fc:GenderType        
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.
annotation
documentation
The complex type which defines the supported sports/disciplines in a club in combination with the gender of players.
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>


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