complexType PersonDataType
diagram scenarios_p24.png
namespace http://fifa.com/fc
children fc:PersonLocal
used by
element PersonData
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 element defining a person with its detailed personal data and registrations.
source <xsd:complexType name="PersonDataType">
 
<xsd:annotation>
   
<xsd:documentation>The element defining a person with its detailed personal data and registrations.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="PersonLocal" type="fc:PersonLocalType" 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: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>


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