complexType CompetitionInternationalDataType
diagram scenarios_p10.png
namespace http://fifa.com/fc
children fc:CompetitionInternational
used by
element CompetitionInternationalData
attributes
Name  Type  Use  Default  Fixed  Annotation
ExportDate  fc:DateTime  required      
documentation
The date and time when the data in the document was current.
annotation
documentation
The element defining a list of competitions with its detailed data.
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>


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