simpleType RoleStatusType
namespace http://fifa.com/exchange/fe
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
enumeration active
documentation
The role/registration is valid.
enumeration banned
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.
enumeration suspended
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.
enumeration inactive
documentation
The role/registration is no longer active.
enumeration pending
documentation
There is a pending legal case running against the person in this role.
enumeration resigned
documentation
The role/registration is resigned.
enumeration retired
documentation
The person has retired from this role/registration.
annotation
documentation
The status of a role a person can have. Roles are referee, coach, player registration. Typically this is active.
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>


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