simpleType PersonSanctionNatureType
namespace http://fifa.com/fc
type restriction of fc:String
properties
base fc:String
used by
element SanctionType/PersonSanctionNature
facets
Kind Value Annotation
enumeration Warning
enumeration Reprimand
enumeration Fine
enumeration ReturnOfAwards
enumeration Caution
enumeration Expulsion
enumeration MatchSuspension
enumeration BanFromDressingRooms
documentation
ban from dressing rooms and/or substitutes’ bench
enumeration BanFromStadium
documentation
ban from entering a stadium
enumeration BanFromFootball
documentation
ban on taking part in any football-related activity
enumeration Other
annotation
documentation
Types of sanctions that can be issued to a person
source <xsd:simpleType name="PersonSanctionNatureType">
 
<xsd:annotation>
   
<xsd:documentation>Types of sanctions that can be issued to a person</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fc:String">
   
<xsd:enumeration value="Warning"/>
   
<xsd:enumeration value="Reprimand"/>
   
<xsd:enumeration value="Fine"/>
   
<xsd:enumeration value="ReturnOfAwards"/>
   
<xsd:enumeration value="Caution"/>
   
<xsd:enumeration value="Expulsion"/>
   
<xsd:enumeration value="MatchSuspension"/>
   
<xsd:enumeration value="BanFromDressingRooms">
     
<xsd:annotation>
       
<xsd:documentation>ban from dressing rooms and/or substitutes’ bench</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BanFromStadium">
     
<xsd:annotation>
       
<xsd:documentation>ban from entering a stadium</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BanFromFootball">
     
<xsd:annotation>
       
<xsd:documentation>ban on taking part in any football-related activity</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="Other"/>
 
</xsd:restriction>
</xsd:simpleType>


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