namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||||||||||||||||||
type | restriction of xsd:string | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xsd:simpleType name="RoleStatusType"> <xsd:annotation> <xsd:documentation>The status of a role a person can have. Roles are referee, coach, player registration. Typically this is active.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="active"> <xsd:annotation> <xsd:documentation>The role/registration is valid.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="banned"> <xsd:annotation> <xsd:documentation>The role/registration is no longer valid. the person was banned from taking the role. Banned persons are not allowed to execute the role any more for the organization within the validity period.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="suspended"> <xsd:annotation> <xsd:documentation>The role/registration is no longer valid. the person was suspended from taking the role. suspended persons are not allowed to execute the role at the moment.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="inactive"> <xsd:annotation> <xsd:documentation>The role/registration is no longer active.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="pending"> <xsd:annotation> <xsd:documentation>There is a pending legal case running against the person in this role.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="resigned"> <xsd:annotation> <xsd:documentation>The role/registration is resigned.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="retired"> <xsd:annotation> <xsd:documentation>The person has retired from this role/registration.</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |