namespace | http://fifa.com/exchange/fe | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xsd:string | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:simpleType name="OrganizationNatureType"> <xsd:annotation> <xsd:documentation>The organization type. Enumaration of the nature / kind of organization. The typical hierarchy of football related associations is: InternationalAssociation (FIFA), Confedartion (AFC), NationalAssociation (DFB), RegionalAssociation(s) , Club</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="InternationalFederation"> <xsd:annotation> <xsd:documentation>This is the NatureType of FIFA.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Confederation"> <xsd:annotation> <xsd:documentation>The NatureType of confederations such as UEFA or AFC.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="NationalAssociation"> <xsd:annotation> <xsd:documentation>The NatureType of national associations / federations such as the DFB.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="RegionalAssociation"> <xsd:annotation> <xsd:documentation>The NatureType of first level regional associations within a NationalAssociation.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="RegionalAssociation2"> <xsd:annotation> <xsd:documentation>The NatureType of second level regional associations (below a RegionalAssociation).</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="RegionalAssociation3"> <xsd:annotation> <xsd:documentation>The NatureType of third level regional associations (below a RegionalAssociation2).</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="RegionalAssociation4"> <xsd:annotation> <xsd:documentation>The NatureType of fourth level regional associations (below a RegionalAssociation3).</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="RegionalAssociationN"> <xsd:annotation> <xsd:documentation>The NatureType of fifth or lower level regional associations (below a RegionalAssociation4 or another RegionalAssociationN).</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Club"> <xsd:annotation> <xsd:documentation>The NatureType of clubs such as Club Américana.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="NationalTeam"> <xsd:annotation> <xsd:documentation>The NatureType of national teams such as national team Cyprus.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Company"> <xsd:annotation> <xsd:documentation>The NatureType of all commercial companies.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Other"> <xsd:annotation> <xsd:documentation>The NatureType of all other non football related organizations.</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |