simpleType PersonStatusType
namespace http://fifa.com/exchange/fe
type restriction of xsd:string
properties
base xsd:string
used by
attribute BasePersonType/@Status
facets
Kind Value Annotation
enumeration active
documentation
Active and alive person, this should be taken as default if unknown.
enumeration inactive
documentation
Person is no longer relevant but not deceased
enumeration deceased
documentation
A dead person.
annotation
documentation
The status of a Person.
source <xsd:simpleType name="PersonStatusType">
 
<xsd:annotation>
   
<xsd:documentation>The status of a Person. </xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="active">
     
<xsd:annotation>
       
<xsd:documentation>Active and alive person, this should be taken as default if unknown.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="inactive">
     
<xsd:annotation>
       
<xsd:documentation>Person is no longer relevant but not deceased</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="deceased">
     
<xsd:annotation>
       
<xsd:documentation>A dead person.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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