complexType ClubDataType
diagram club-data-2.1_p2.png
namespace http://fifa.com/exchange/fe
children fe:Club
used by
element ClubData
annotation
documentation
A group of clubs.
source <xsd:complexType name="ClubDataType">
 
<xsd:annotation>
   
<xsd:documentation>A group of clubs.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Club" type="fe:ClubSimpleType" nillable="false" minOccurs="0" maxOccurs="500">
     
<xsd:annotation>
       
<xsd:documentation>The list of clubs.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element ClubDataType/Club
diagram club-data-2.1_p3.png
namespace http://fifa.com/exchange/fe
type fe:ClubSimpleType
properties
minOcc 0
maxOcc 500
content complex
nillable false
children fe:ClubPhotoLink fe:OrganizationType fe:TeamColour
attributes
Name  Type  Use  Default  Fixed  Annotation
StadiumId  fe:Identifier  required      
documentation
The worldwide unique id of the stadium used by this club.
PresidentName  fe:InternationalString50        
documentation
The name of the club's president.
annotation
documentation
The list of clubs.
source <xsd:element name="Club" type="fe:ClubSimpleType" nillable="false" minOccurs="0" maxOccurs="500">
 
<xsd:annotation>
   
<xsd:documentation>The list of clubs.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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