diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of fc:AbstractCompetitionType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fc:CompetitionNature fc:System fc:Logo fc:Match fc:CompetitionElement fc:CompetitionTeam | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="CompetitionInternationalType"> <xsd:annotation> <xsd:documentation>The international competition</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="fc:AbstractCompetitionType"> <xsd:sequence> <xsd:element name="Match" type="fc:SimpleMatchInternationalType" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>List of Matches in the competition</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="CompetitionElement" type="fc:CompetitionInternationalType" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>List of competition elements.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="CompetitionTeam" type="fc:CompetitionTeamInternationalType" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>List of teams that participate on a competition</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="OrganisationInternationalName" type="fc:String"> <xsd:annotation> <xsd:documentation>Name of the organisation that is organising the competition</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="OrganisationInternationalShortName" type="fc:String" use="required"> <xsd:annotation> <xsd:documentation>Short name of the organisation that is organising the competition</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |