diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fe:Discipline fe:TeamColour fe:Address fe:NativeName fe:NativeShortName fe:CustomExtension | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="TeamType"> <xsd:annotation> <xsd:documentation>This represents a generic team and its attributes. Each team belongs to an organization.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Discipline" type="fe:DisciplineType" nillable="false" maxOccurs="10"> <xsd:annotation> <xsd:documentation>The FIFA disciplines / sports the team plays.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="TeamColour" type="fe:TeamColourType" nillable="false" minOccurs="0" maxOccurs="20"> <xsd:annotation> <xsd:documentation>The possible colors of the Team.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Address" type="fe:AddressType" nillable="false" minOccurs="0" maxOccurs="20"> <xsd:annotation> <xsd:documentation>The contact address(es) of the team.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="NativeName" type="fe:LocalizedString" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>The localized name of the team.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="NativeShortName" type="fe:LocalizedString" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>The localized short name of the team.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="CustomExtension" type="fe:CustomExtensionType" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>Custom extensions for the team. Note that you may not duplicate any existing attributes or elements using custom extensions.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="TeamId" type="fe:Identifier" use="required"> <xsd:annotation> <xsd:documentation>The worldwide unique id of the team. The id is never changed and accompanies a team for its whole life. Id's are never reused.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Name" type="fe:InternationalString50" use="required"> <xsd:annotation> <xsd:documentation>The English (international) name of the team.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="TeamType" type="fe:TeamNatureType" use="required"> <xsd:annotation> <xsd:documentation>The nature / kind / category of team this is (FIFA type).</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="OrganizationId" type="fe:Identifier" use="required"> <xsd:annotation> <xsd:documentation>The id of the organization where this team belongs to.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Status" type="fe:TeamStatusType" use="required"> <xsd:annotation> <xsd:documentation>The status of this team.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="ShortName" type="fe:InternationalString50" use="optional"> <xsd:annotation> <xsd:documentation>The English (international) short name or the alias of the team.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="ValidFrom" type="fe:Date"> <xsd:annotation> <xsd:documentation>The first date from which this Team is valid.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="ValidTo" type="fe:Date"> <xsd:annotation> <xsd:documentation>The last date when this Team is valid. After this date the Team does no longer exist because it was closed or superseded/replaced by another Team.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="ReplacedBy" type="fe:Identifier"> <xsd:annotation> <xsd:documentation>The TeamId of the Team that replaces this team.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | fe:Identifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="TeamId" type="fe:Identifier" use="required"> <xsd:annotation> <xsd:documentation>The worldwide unique id of the team. The id is never changed and accompanies a team for its whole life. Id's are never reused.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:InternationalString50 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:attribute name="Name" type="fe:InternationalString50" use="required"> <xsd:annotation> <xsd:documentation>The English (international) name of the team.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:TeamNatureType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="TeamType" type="fe:TeamNatureType" use="required"> <xsd:annotation> <xsd:documentation>The nature / kind / category of team this is (FIFA type).</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:Identifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="OrganizationId" type="fe:Identifier" use="required"> <xsd:annotation> <xsd:documentation>The id of the organization where this team belongs to.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:TeamStatusType | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xsd:attribute name="Status" type="fe:TeamStatusType" use="required"> <xsd:annotation> <xsd:documentation>The status of this team.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:InternationalString50 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:attribute name="ShortName" type="fe:InternationalString50" use="optional"> <xsd:annotation> <xsd:documentation>The English (international) short name or the alias of the team.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:Date | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:attribute name="ValidFrom" type="fe:Date"> <xsd:annotation> <xsd:documentation>The first date from which this Team is valid.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:Date | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:attribute name="ValidTo" type="fe:Date"> <xsd:annotation> <xsd:documentation>The last date when this Team is valid. After this date the Team does no longer exist because it was closed or superseded/replaced by another Team.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:Identifier | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="ReplacedBy" type="fe:Identifier"> <xsd:annotation> <xsd:documentation>The TeamId of the Team that replaces this team.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
diagram | ![]() |
|||||||||||||||
namespace | http://fifa.com/exchange/fe | |||||||||||||||
type | fe:DisciplineType | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xsd:element name="Discipline" type="fe:DisciplineType" nillable="false" maxOccurs="10"> <xsd:annotation> <xsd:documentation>The FIFA disciplines / sports the team plays.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | fe:TeamColourType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="TeamColour" type="fe:TeamColourType" nillable="false" minOccurs="0" maxOccurs="20"> <xsd:annotation> <xsd:documentation>The possible colors of the Team.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | fe:AddressType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fe:AddressUsage | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Address" type="fe:AddressType" nillable="false" minOccurs="0" maxOccurs="20"> <xsd:annotation> <xsd:documentation>The contact address(es) of the team.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||
type | fe:LocalizedString | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:element name="NativeName" type="fe:LocalizedString" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>The localized name of the team.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||
type | fe:LocalizedString | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:element name="NativeShortName" type="fe:LocalizedString" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>The localized short name of the team.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||
type | fe:CustomExtensionType | ||||||||||||||
properties |
|
||||||||||||||
children | fe:Value fe:NativeValue | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:element name="CustomExtension" type="fe:CustomExtensionType" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>Custom extensions for the team. Note that you may not duplicate any existing attributes or elements using custom extensions.</xsd:documentation> </xsd:annotation> </xsd:element> |