diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |