complexType CompetitionRoundType
diagram competition-2.1_p11.png
namespace http://fifa.com/exchange/fec
children fec:Match
used by
element CompetitionDetailDataType/CompetitionRound
attributes
Name  Type  Use  Default  Fixed  Annotation
RoundNumber  xsd:positiveInteger  required      
documentation
The competition round number.
RoundNumberDescription  fe:String50        
documentation
The formatted description of round number (e.g. 1/4, 1/8).
SecondLeg  xsd:boolean        
documentation
The Boolean value which defines whether match has an associate match.
annotation
documentation
A group of matches that belong to single round.
source <xsd:complexType name="CompetitionRoundType">
 
<xsd:annotation>
   
<xsd:documentation>A group of matches that belong to single round.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Match" type="fec:GroupMatchType" nillable="false" minOccurs="0" maxOccurs="500">
     
<xsd:annotation>
       
<xsd:documentation>The list of matches.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="RoundNumber" type="xsd:positiveInteger" use="required" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The competition round number.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="RoundNumberDescription" type="fe:String50" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The formatted description of round number (e.g. 1/4, 1/8).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="SecondLeg" type="xsd:boolean" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The Boolean value which defines whether match has an associate match.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute CompetitionRoundType/@RoundNumber
type xsd:positiveInteger
properties
use required
form unqualified
annotation
documentation
The competition round number.
source <xsd:attribute name="RoundNumber" type="xsd:positiveInteger" use="required" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The competition round number.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionRoundType/@RoundNumberDescription
type fe:String50
properties
form unqualified
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The formatted description of round number (e.g. 1/4, 1/8).
source <xsd:attribute name="RoundNumberDescription" type="fe:String50" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The formatted description of round number (e.g. 1/4, 1/8).</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionRoundType/@SecondLeg
type xsd:boolean
properties
form unqualified
annotation
documentation
The Boolean value which defines whether match has an associate match.
source <xsd:attribute name="SecondLeg" type="xsd:boolean" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The Boolean value which defines whether match has an associate match.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element CompetitionRoundType/Match
diagram competition-2.1_p12.png
namespace http://fifa.com/exchange/fec
type fec:GroupMatchType
properties
minOcc 0
maxOcc 500
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
MatchId  fe:Identifier  required      
documentation
The unique id of the match.
MatchName  fe:InternationalString50  required      
documentation
The name of this match. Often this is something like GER - CZE.
Status  fec:MatchStatusType  required      
documentation
The status of the match.
HomeTeamId  fe:Identifier  optional      
documentation
The unique id of the home team (or team 1).
GuestTeamId  fe:Identifier  optional      
documentation
The unique id of the guest team (or team 2).
MatchDate  fe:Date        
documentation
The date when the match is played.
MatchTime  fe:Time        
documentation
The start time of the match.
annotation
documentation
The list of matches.
source <xsd:element name="Match" type="fec:GroupMatchType" nillable="false" minOccurs="0" maxOccurs="500">
 
<xsd:annotation>
   
<xsd:documentation>The list of matches.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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