complexType ClubSimpleType
diagram club-data-2.1_p4.png
namespace http://fifa.com/exchange/fe
children fe:ClubPhotoLink fe:OrganizationType fe:TeamColour
used by
element ClubDataType/Club
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
A club object which contains basic club information.
source <xsd:complexType name="ClubSimpleType">
 
<xsd:annotation>
   
<xsd:documentation>A club object which contains basic club information.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="ClubPhotoLink" type="fe:PhotoLinkType">
     
<xsd:annotation>
       
<xsd:documentation>The path to the club logo photo.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="OrganizationType" type="fe:OrganizationType">
     
<xsd:annotation>
       
<xsd:documentation>Club's details.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="TeamColour" type="fe:TeamColourType" form="qualified" nillable="true" minOccurs="0" maxOccurs="500">
     
<xsd:annotation>
       
<xsd:documentation>The colours of the club.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="StadiumId" type="fe:Identifier" use="required" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique id of the stadium used by this club.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="PresidentName" type="fe:InternationalString50" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The name of the club's president.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute ClubSimpleType/@StadiumId
type fe:Identifier
properties
use required
form unqualified
facets
Kind Value Annotation
length 37
pattern [L0][0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[8-9a-b][0-9a-f]{3}-[0-9a-f]{12}
annotation
documentation
The worldwide unique id of the stadium used by this club.
source <xsd:attribute name="StadiumId" type="fe:Identifier" use="required" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The worldwide unique id of the stadium used by this club.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ClubSimpleType/@PresidentName
type fe:InternationalString50
properties
form unqualified
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The name of the club's president.
source <xsd:attribute name="PresidentName" type="fe:InternationalString50" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The name of the club's president.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element ClubSimpleType/ClubPhotoLink
diagram club-data-2.1_p5.png
namespace http://fifa.com/exchange/fe
type fe:PhotoLinkType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
mimeType  xsd:string        
annotation
documentation
The path to the club logo photo.
source <xsd:element name="ClubPhotoLink" type="fe:PhotoLinkType">
 
<xsd:annotation>
   
<xsd:documentation>The path to the club logo photo.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ClubSimpleType/OrganizationType
diagram club-data-2.1_p6.png
namespace http://fifa.com/exchange/fe
type fe:OrganizationType
properties
content complex
children fe:Address fe:Email fe:Phone fe:WebAddress fe:Fax fe:ParentOrganizationId fe:Discipline fe:Tax fe:NativeName fe:NativeAlias fe:NativeShortName fe:Language fe:Logo fe:Sanction fe:Season fe:AlsoKnownAs fe:CustomExtension
attributes
Name  Type  Use  Default  Fixed  Annotation
OrganizationId  fe:Identifier  required      
documentation
The worldwide unique id of the organization. The id is never changed and accompanies an organization for its whole life. Id's are never reused.
Name  fe:InternationalString50  required      
documentation
The English (international) name of the organization. This is the full name of the organization. For a club this is for example Ballsportverein Borussia Dortmund e.V.
OrganizationType  fe:OrganizationNatureType  required      
documentation
The nature / kind of organization this is.
Status  fe:OrganizationStatusType  required      
documentation
The status of this organization.
Alias  fe:InternationalString50        
documentation
This is the English (international) alias of the organization. The Alias should be a distinct unique name that is used when inofficially talking about the organization. This attribute is most often used in the context of clubs. As an example take the club with name Ballsportverein Borussia Dortmund e.V.: Borussia Dortmund would be the alias there.
ShortName  fe:InternationalString50        
documentation
This is the English (international) short name (or abbreviation) of the Organization. As an example this could be the short name FIFA or BVB.
ValidFrom  fe:Date        
documentation
The date when the Organization was founded.
ValidTo  fe:Date        
documentation
The date when the Organization was dissolved or superseded by another Organization.
annotation
documentation
Club's details.
source <xsd:element name="OrganizationType" type="fe:OrganizationType">
 
<xsd:annotation>
   
<xsd:documentation>Club's details.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ClubSimpleType/TeamColour
diagram club-data-2.1_p7.png
namespace http://fifa.com/exchange/fe
type fe:TeamColourType
properties
minOcc 0
maxOcc 500
content complex
nillable true
form qualified
attributes
Name  Type  Use  Default  Fixed  Annotation
PrimaryShirtColour  fe:InternationalString50  required      
documentation
The first colour of the shirts.
PrimaryShortColour  fe:InternationalString50  required      
documentation
The first colour of the shorts.
ColourUsage  fe:TeamColourUsageType  required      
documentation
Defines when this colour schema should be selected. At least one shirt colour entry MUST be default. The default usage type specifies the colours to use if no better match was found.
PrimarySockColour  fe:InternationalString50        
documentation
The first colour of the socks.
SecondaryShirtColour  fe:InternationalString50        
documentation
The second colour of the shirt.
SecondaryShortColour  fe:InternationalString50        
documentation
The second colour of the shorts.
SecondarySockColour  fe:InternationalString50        
documentation
The second colour of the socks.
annotation
documentation
The colours of the club.
source <xsd:element name="TeamColour" type="fe:TeamColourType" form="qualified" nillable="true" minOccurs="0" maxOccurs="500">
 
<xsd:annotation>
   
<xsd:documentation>The colours of the club.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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