complexType TeamRankingType
diagram scenarios_p28.png
namespace http://fifa.com/fc
used by
element CompetitionTeamInternationalType/TeamRanking
attributes
Name  Type  Use  Default  Fixed  Annotation
Position  xsd:positiveInteger  required      
documentation
The current position on standings.
MatchesPlayed  xsd:nonNegativeInteger        
documentation
Total matches played.
Wins  xsd:nonNegativeInteger        
documentation
Matches won
Draws  xsd:nonNegativeInteger        
documentation
Matches drawn
Losses  xsd:nonNegativeInteger        
documentation
Matches lost
GoalsFor  xsd:nonNegativeInteger        
documentation
Goals scored
GoalsAgainst  xsd:nonNegativeInteger        
documentation
Goals scored by opponents
GoalDifference  xsd:nonNegativeInteger        
documentation
The goal difference
Points  xsd:nonNegativeInteger        
documentation
Total points
NegativePoints  xsd:nonNegativeInteger        
documentation
The negative points (e.g. deducted by disciplinary decision).
annotation
documentation
An element which contains competition standing data.
source <xsd:complexType name="TeamRankingType">
 
<xsd:annotation>
   
<xsd:documentation>An element which contains competition standing data.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="Position" type="xsd:positiveInteger" use="required" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The current position on standings.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="MatchesPlayed" type="xsd:nonNegativeInteger" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>Total matches played.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Wins" type="xsd:nonNegativeInteger" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>Matches won</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Draws" type="xsd:nonNegativeInteger" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>Matches drawn</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Losses" type="xsd:nonNegativeInteger" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>Matches lost</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="GoalsFor" type="xsd:nonNegativeInteger" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>Goals scored</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="GoalsAgainst" type="xsd:nonNegativeInteger" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>Goals scored by opponents</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="GoalDifference" type="xsd:nonNegativeInteger" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The goal difference</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Points" type="xsd:nonNegativeInteger" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>Total points</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="NegativePoints" type="xsd:nonNegativeInteger" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The negative points (e.g. deducted by disciplinary decision).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>


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