simpleType PersonNatureType
namespace http://fifa.com/fc
type restriction of fc:String
properties
base fc:String
facets
Kind Value Annotation
enumeration Player
enumeration MatchOfficial
enumeration TeamOfficial
enumeration OrganisationOfficial
annotation
documentation
Possible roles of a person.
source <xsd:simpleType name="PersonNatureType">
 
<xsd:annotation>
   
<xsd:documentation>Possible roles of a person.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fc:String">
   
<xsd:enumeration value="Player"/>
   
<xsd:enumeration value="MatchOfficial"/>
   
<xsd:enumeration value="TeamOfficial"/>
   
<xsd:enumeration value="OrganisationOfficial"/>
 
</xsd:restriction>
</xsd:simpleType>


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