element MatchInternationalData
diagram scenarios_p6.png
namespace http://fifa.com/fc
properties
content complex
children fc:MatchInternational
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 envelope containing the list of MatcInternational
source <xsd:element name="MatchInternationalData">
 
<xsd:annotation>
   
<xsd:documentation>The envelope containing the list of MatcInternational</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="MatchInternational" type="fc:MatchInternationalType" minOccurs="0" maxOccurs="unbounded"/>
   
</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>
</xsd:element>


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