diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of fe:BasePersonType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fe:Nationality fe:FIFANationality fe:Passport fe:NativePersonName fe:Address fe:Email fe:Phone fe:Photo fe:AlsoKnownAs fe:CustomExtension fe:PersonName | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="TraditionalPersonType"> <xsd:annotation> <xsd:documentation>This represents a generic person that can be used for western world use cases only. It features a mandatory firstname for convenience. Whenever possible use the PersonType instead.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="fe:BasePersonType"> <xsd:sequence minOccurs="1" maxOccurs="1"> <xsd:element name="PersonName" type="fe:TraditionalPersonNameType" nillable="false" maxOccurs="1"> <xsd:annotation> <xsd:documentation>The English (international) name of a Person. Including a mandatory firstname in the official name.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | ![]() |
||||
namespace | http://fifa.com/exchange/fe | ||||
type | fe:TraditionalPersonNameType | ||||
properties |
|
||||
children | fe:Title fe:CallName fe:ShortName fe:PopularName fe:ComposedFullName fe:Name | ||||
annotation |
|
||||
source | <xsd:element name="PersonName" type="fe:TraditionalPersonNameType" nillable="false" maxOccurs="1"> <xsd:annotation> <xsd:documentation>The English (international) name of a Person. Including a mandatory firstname in the official name.</xsd:documentation> </xsd:annotation> </xsd:element> |