simpleType TeamOfficialRoleType
namespace http://fifa.com/fc
type restriction of fc:String
properties
base fc:String
used by
attribute TeamOfficialRegistrationType/@TeamOfficialRole
facets
Kind Value Annotation
enumeration AssistantCoach
enumeration Coach
enumeration GoalkeeperCoach
enumeration PhysicalTrainer
enumeration Physiotherapist
enumeration TeamDoctor
enumeration Other
annotation
documentation
The possible roles of a team official (e.g. Coach).
source <xsd:simpleType name="TeamOfficialRoleType">
 
<xsd:annotation>
   
<xsd:documentation>The possible roles of a team official (e.g. Coach).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fc:String">
   
<xsd:enumeration value="AssistantCoach"/>
   
<xsd:enumeration value="Coach"/>
   
<xsd:enumeration value="GoalkeeperCoach"/>
   
<xsd:enumeration value="PhysicalTrainer"/>
   
<xsd:enumeration value="Physiotherapist"/>
   
<xsd:enumeration value="TeamDoctor"/>
   
<xsd:enumeration value="Other"/>
 
</xsd:restriction>
</xsd:simpleType>


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