diagram | ![]() |
||
namespace | http://fifa.com/exchange/fe | ||
type | extension of fe:BasePersonNameType | ||
properties |
|
||
children | fe:Title fe:CallName fe:ShortName fe:PopularName fe:ComposedFullName fe:Name | ||
annotation |
|
||
source | <xsd:complexType name="TraditionalPersonNameType"> <xsd:annotation> <xsd:documentation>The English (international) name of a Person with a mandatory first name as official name. Manly used for western world only use cases.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="fe:BasePersonNameType"> <xsd:sequence minOccurs="1" maxOccurs="1"> <xsd:element name="Name" type="fe:TraditionalCompositeNameType" nillable="false"> <xsd:annotation> <xsd:documentation>The official (international) name of the person.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||
type | fe:TraditionalCompositeNameType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:element name="Name" type="fe:TraditionalCompositeNameType" nillable="false"> <xsd:annotation> <xsd:documentation>The official (international) name of the person.</xsd:documentation> </xsd:annotation> </xsd:element> |