diagram | |||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||
children | fc:CompetitionInternational | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:complexType name="CompetitionInternationalDataType"> <xsd:annotation> <xsd:documentation>The element defining a list of competitions with its detailed data.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="CompetitionInternational" type="fc:CompetitionInternationalType" nillable="false" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The person list.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="ExportDate" type="fc:DateTime" use="required"> <xsd:annotation> <xsd:documentation>The date and time when the data in the document was current.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |