diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/exchange/fef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fef:Address fef:Location fef:NativeName fef:NativeAlias fef:Description fef:CustomExtension fef:StadiumPhotoLink | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="StadiumType"> <xsd:annotation> <xsd:documentation>This represents a stadium. A stadium is a special venue allowing football matches to take place.</xsd:documentation> </xsd:annotation> <xsd:sequence minOccurs="0"> <xsd:element name="Address" type="fe:AddressType" nillable="false" minOccurs="0" maxOccurs="10"> <xsd:annotation> <xsd:documentation>The address(es) of the stadium.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Location" type="fe:GeographicCoordinateType" nillable="false" minOccurs="0"> <xsd:annotation> <xsd:documentation>The coordinates of the stadium.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="NativeName" type="fe:LocalizedString" nillable="false" minOccurs="0" maxOccurs="10"> <xsd:annotation> <xsd:documentation>This is the localized name of the stadium.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="NativeAlias" type="fe:LocalizedString" nillable="false" minOccurs="0" maxOccurs="10"> <xsd:annotation> <xsd:documentation>This is the localized alias of the stadium.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Description" type="fe:InternationalLongString" nillable="false" minOccurs="0"> <xsd:annotation> <xsd:documentation>Any free text additions to describe the stadium.</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 stadium.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="StadiumPhotoLink" type="fe:PhotoLinkType" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>The path to the stadium photo.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="StadiumId" type="fe:Identifier" use="required"> <xsd:annotation> <xsd:documentation>This is the worldwide unique id of the stadium.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Name" type="fe:InternationalString50" use="required"> <xsd:annotation> <xsd:documentation>The official international (English) name of the stadium.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="ShortName" type="fe:InternationalString50" use="required"> <xsd:annotation> <xsd:documentation>The short (English) name of the stadium.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Country" type="fe:ISO3166CountyCode" use="required"> <xsd:annotation> <xsd:documentation>The country where this Stadium is located.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="FIFACountryCode" type="fe:FIFANationalityType"> <xsd:annotation> <xsd:documentation>The FIFA code of the country.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Capacity" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The maximum number of people allowed as audience.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="CoveredSeats" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The number of covered seats.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="UncoveredSeats" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The number of uncovered seats.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="CoveredStandingPlaces" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The number of covered standing places.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="UncoveredStandingPlaces" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The number of uncovered standing places.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="LightCapacity" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The light capacity of the stadium measured in lux.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Ground" type="fef:GroundNatureType"> <xsd:annotation> <xsd:documentation>The type of ground in the stadium.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Alias" type="fe:InternationalString50"> <xsd:annotation> <xsd:documentation>The name of the stadium as it is commonly used.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="VenueId" type="fe:Identifier"> <xsd:annotation> <xsd:documentation>This is the unique id of the venue where this stadium belongs to.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | fe:Identifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="StadiumId" type="fe:Identifier" use="required"> <xsd:annotation> <xsd:documentation>This is the worldwide unique id of the stadium.</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 official international (English) name of the stadium.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:InternationalString50 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:attribute name="ShortName" type="fe:InternationalString50" use="required"> <xsd:annotation> <xsd:documentation>The short (English) name of the stadium.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | ISO3166CountyCode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="Country" type="fe:ISO3166CountyCode" use="required"> <xsd:annotation> <xsd:documentation>The country where this Stadium is located.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | FIFANationalityType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="FIFACountryCode" type="fe:FIFANationalityType"> <xsd:annotation> <xsd:documentation>The FIFA code of the country.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:nonNegativeInteger | ||
annotation |
|
||
source | <xsd:attribute name="Capacity" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The maximum number of people allowed as audience.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:nonNegativeInteger | ||
annotation |
|
||
source | <xsd:attribute name="CoveredSeats" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The number of covered seats.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:nonNegativeInteger | ||
annotation |
|
||
source | <xsd:attribute name="UncoveredSeats" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The number of uncovered seats.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:nonNegativeInteger | ||
annotation |
|
||
source | <xsd:attribute name="CoveredStandingPlaces" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The number of covered standing places.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:nonNegativeInteger | ||
annotation |
|
||
source | <xsd:attribute name="UncoveredStandingPlaces" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The number of uncovered standing places.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xsd:nonNegativeInteger | ||
annotation |
|
||
source | <xsd:attribute name="LightCapacity" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The light capacity of the stadium measured in lux.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fef:GroundNatureType | |||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||
source | <xsd:attribute name="Ground" type="fef:GroundNatureType"> <xsd:annotation> <xsd:documentation>The type of ground in the stadium.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:InternationalString50 | ||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:attribute name="Alias" type="fe:InternationalString50"> <xsd:annotation> <xsd:documentation>The name of the stadium as it is commonly used.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:Identifier | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="VenueId" type="fe:Identifier"> <xsd:annotation> <xsd:documentation>This is the unique id of the venue where this stadium belongs to.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/exchange/fef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | fe:AddressType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fe:AddressUsage | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Address" type="fe:AddressType" nillable="false" minOccurs="0" maxOccurs="10"> <xsd:annotation> <xsd:documentation>The address(es) of the stadium.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://fifa.com/exchange/fef | ||||||||||||||||||||||
type | fe:GeographicCoordinateType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:element name="Location" type="fe:GeographicCoordinateType" nillable="false" minOccurs="0"> <xsd:annotation> <xsd:documentation>The coordinates of the stadium.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://fifa.com/exchange/fef | ||||||||||||||||||||||
type | fe:LocalizedString | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:element name="NativeName" type="fe:LocalizedString" nillable="false" minOccurs="0" maxOccurs="10"> <xsd:annotation> <xsd:documentation>This is the localized name of the stadium.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://fifa.com/exchange/fef | ||||||||||||||||||||||
type | fe:LocalizedString | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:element name="NativeAlias" type="fe:LocalizedString" nillable="false" minOccurs="0" maxOccurs="10"> <xsd:annotation> <xsd:documentation>This is the localized alias of the stadium.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||
namespace | http://fifa.com/exchange/fef | ||||||||||||
type | fe:InternationalLongString | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="Description" type="fe:InternationalLongString" nillable="false" minOccurs="0"> <xsd:annotation> <xsd:documentation>Any free text additions to describe the stadium.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||
namespace | http://fifa.com/exchange/fef | ||||||||||||||
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 stadium.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||
namespace | http://fifa.com/exchange/fef | ||||||||||||
type | fe:PhotoLinkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="StadiumPhotoLink" type="fe:PhotoLinkType" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>The path to the stadium photo.</xsd:documentation> </xsd:annotation> </xsd:element> |