complexType MatchTeamType
diagram competition_p21.png
namespace http://fifa.com/fc
children fc:Player fc:TeamOfficial
used by
element MatchType/Team
attributes
Name  Type  Use  Default  Fixed  Annotation
TeamNature  fc:MatchTeamNatureType  required      
documentation
Nature of the Team. HOME or AWAY
OrganizationFIFAId  fc:FIFAIdentifier  required      
documentation
This is the worldwide unique id of the data record of the club.
TeamFIFAId  fc:FIFAIdentifier        
documentation
This is the worldwide unique id of the data record of the team.
annotation
documentation
This type contains information about a team participating in a competition or match.
source <xsd:complexType name="MatchTeamType">
 
<xsd:annotation>
   
<xsd:documentation>This type contains information about a team participating in a competition or match.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Player" type="fc:MatchPlayerType" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="TeamOfficial" type="fc:TeamOfficialType" minOccurs="0" maxOccurs="unbounded"/>
 
</xsd:sequence>
 
<xsd:attribute name="TeamNature" type="fc:MatchTeamNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Nature of the Team. HOME or AWAY</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="OrganizationFIFAId" type="fc:FIFAIdentifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>This is the worldwide unique id of the data record of the club.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="TeamFIFAId" type="fc:FIFAIdentifier">
   
<xsd:annotation>
     
<xsd:documentation>This is the worldwide unique id of the data record of the team.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute MatchTeamType/@TeamNature
type fc:MatchTeamNatureType
properties
use required
facets
Kind Value Annotation
enumeration Home
documentation
The home team. Or simply team 1.
enumeration Away
documentation
The visitor or away team. Or simply team 2.
annotation
documentation
Nature of the Team. HOME or AWAY
source <xsd:attribute name="TeamNature" type="fc:MatchTeamNatureType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Nature of the Team. HOME or AWAY</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchTeamType/@OrganizationFIFAId
type fc:FIFAIdentifier
properties
use required
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
This is the worldwide unique id of the data record of the club.
source <xsd:attribute name="OrganizationFIFAId" type="fc:FIFAIdentifier" use="required">
 
<xsd:annotation>
   
<xsd:documentation>This is the worldwide unique id of the data record of the club.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchTeamType/@TeamFIFAId
type fc:FIFAIdentifier
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
This is the worldwide unique id of the data record of the team.
source <xsd:attribute name="TeamFIFAId" type="fc:FIFAIdentifier">
 
<xsd:annotation>
   
<xsd:documentation>This is the worldwide unique id of the data record of the team.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element MatchTeamType/Player
diagram competition_p22.png
namespace http://fifa.com/fc
type fc:MatchPlayerType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the person.
ShirtNumber  fc:String  required      
documentation
The shirt number of the player.
Captain  xsd:boolean  required      
documentation
Indicates that the player is captain during this match.
Goalkeeper  xsd:boolean  required      
documentation
Indicates that the player is goalkeeper.
StartingLineup  xsd:boolean  required      
documentation
Indicates that the player is in the starting lineup
source <xsd:element name="Player" type="fc:MatchPlayerType" minOccurs="0" maxOccurs="unbounded"/>

element MatchTeamType/TeamOfficial
diagram competition_p23.png
namespace http://fifa.com/fc
type fc:TeamOfficialType
properties
minOcc 0
maxOcc unbounded
content complex
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
source <xsd:element name="TeamOfficial" type="fc:TeamOfficialType" minOccurs="0" maxOccurs="unbounded"/>


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