complexType TeamOfficialType
diagram competition_p27.png
namespace http://fifa.com/fc
used by
element MatchTeamType/TeamOfficial
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the person.
Role  fc:TeamOfficialRoleNatureType  required      
documentation
Marks the role the team official takes for the match.
RoleDescription  fc:String        
documentation
Description of the Team Official's role if Other is selected
annotation
documentation
This type contains information about a team official participating in a match. The TeamOfficial contains data that might be valid only during a match; therefore it is considered transitive and not persistent.
source <xsd:complexType name="TeamOfficialType">
 
<xsd:annotation>
   
<xsd:documentation>This type contains information about a team official participating in a match. The TeamOfficial contains data that might be valid only during a match; therefore it is considered transitive and not persistent.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="PersonFIFAId" type="fc:FIFAIdentifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique FIFA ID of the person.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Role" type="fc:TeamOfficialRoleNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Marks the role the team official takes for the match.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="RoleDescription" type="fc:String">
   
<xsd:annotation>
     
<xsd:documentation>Description of the Team Official's role if Other is selected</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute TeamOfficialType/@PersonFIFAId
type fc:FIFAIdentifier
properties
use required
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
The worldwide unique FIFA ID of the person.
source <xsd:attribute name="PersonFIFAId" type="fc:FIFAIdentifier" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The worldwide unique FIFA ID of the person.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute TeamOfficialType/@Role
type fc:TeamOfficialRoleNatureType
properties
use required
facets
Kind Value Annotation
enumeration Assistant Coach
documentation
Description
enumeration Coach
documentation
Description
enumeration Cook
documentation
Description
enumeration Equipment Manager
documentation
Description
enumeration Goalkeeper Coach
documentation
Description
enumeration Head of Administration
documentation
Description
enumeration Head of Delegation
documentation
Description
enumeration Interpreter
documentation
Description
enumeration Kinesiologist
documentation
Description
enumeration Liaison Officer for Security Matters
documentation
Description
enumeration Masseur
documentation
Description
enumeration Member of Delegation
documentation
Description
enumeration Physical Trainer
documentation
Description
enumeration Physiotherapist
documentation
Description
enumeration Player
documentation
Description
enumeration Team Doctor
documentation
Description
enumeration Team Manager
documentation
Description
enumeration Team Media Officer
documentation
Description
enumeration Team Official
documentation
Description
enumeration Translator
documentation
Description
enumeration Kit Manager
documentation
Description
enumeration Doping Control Liaison Officer
documentation
Description
enumeration Director
documentation
Description
enumeration 2nd Assistant Coach
documentation
Description
enumeration Assistant Physiotherapist
documentation
Description
enumeration Statistician / Assistant Coach
documentation
Description
enumeration Technical Director
documentation
Description
enumeration Observer
documentation
Description
enumeration Store-Keeper
documentation
Description
enumeration Waiter
documentation
Description
enumeration Website Editor
documentation
Description
enumeration Scouting Coordinator
documentation
Description
enumeration Exercise Scientist
documentation
Description
enumeration Video Technician
documentation
Description
enumeration Other
documentation
Description
annotation
documentation
Marks the role the team official takes for the match.
source <xsd:attribute name="Role" type="fc:TeamOfficialRoleNatureType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Marks the role the team official takes for the match.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute TeamOfficialType/@RoleDescription
type fc:String
annotation
documentation
Description of the Team Official's role if Other is selected
source <xsd:attribute name="RoleDescription" type="fc:String">
 
<xsd:annotation>
   
<xsd:documentation>Description of the Team Official's role if Other is selected</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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