diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of fc:PersonType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fc:Photo fc:LocalPersonName fc:NationalIdentifier fc:MatchOfficialCertificate fc:TeamOfficialCertificate fc:PlayerRegistration fc:TeamOfficialRegistration fc:MatchOfficialRegistration fc:OrganisationOfficialRegistration | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="PersonLocalType"> <xsd:annotation> <xsd:documentation>This object extends the FootballStakeholderType and complements it with scenario specific detailed information such as person local system MA id etc.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="fc:PersonType"> <xsd:attribute name="LocalFirstName" type="fc:String" use="optional"> <xsd:annotation> <xsd:documentation>The firstname of a person in local language (the language specified by LocalLanguage attribute).</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="LocalLastName" type="fc:String" use="required"> <xsd:annotation> <xsd:documentation>The lastname of a person in local language (the language specified by LocalLanguage attribute).</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="LocalBirthName" type="fc:String"> <xsd:annotation> <xsd:documentation>The localised birth name of the person. (the language specified by LocalLanguage attribute).</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="LocalSystemMAId" type="fc:String" use="optional"> <xsd:annotation> <xsd:documentation>The number/string value representing the person identificator in local MA's system.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="LocalLanguage" type="fc:ISO639-2Type" use="required"> <xsd:annotation> <xsd:documentation>The language of the localised names (LocalFirstName and LocalLastName) are written in.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="LocalCountry" type="fc:ISO3166CountryCode" use="required"> <xsd:annotation> <xsd:documentation>The associated county of MA constructing XML entity.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |