diagram | |||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||
children | fc:PersonLocal | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |