element CompetitionInternationalData
diagram scenarios_p2.png
namespace http://fifa.com/fc
properties
content complex
children fc:CompetitionInternational
attributes
Name  Type  Use  Default  Fixed  Annotation
ExportDate  fc:Date  required      
documentation
The date and time when the data in the document was current.
annotation
documentation
The envelope containing the list of International competitions
source <xsd:element name="CompetitionInternationalData">
 
<xsd:annotation>
   
<xsd:documentation>The envelope containing the list of International competitions</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="fc:CompetitionInternational" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
   
<xsd:attribute name="ExportDate" type="fc:Date" 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>

attribute CompetitionInternationalData/@ExportDate
type fc:Date
properties
use required
annotation
documentation
The date and time when the data in the document was current.
source <xsd:attribute name="ExportDate" type="fc:Date" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The date and time when the data in the document was current.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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