namespace | http://fifa.com/exchange/fe | ||||||||||||||||||
type | restriction of xsd:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |