diagram | ![]() |
||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:complexType name="TraditionalCompositeNameType"> <xsd:annotation> <xsd:documentation>The English (international) name of a Person. It is composed out of a mandatory First Name and a mandatory Last Name. This Name is manly used in western countries where official names are required to have a firstname part. If possible use CompositeName instead.</xsd:documentation> </xsd:annotation> <xsd:attribute name="Firstname" type="fe:InternationalString50" use="required"> <xsd:annotation> <xsd:documentation>The English (international) first name (given name) of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Lastname" type="fe:InternationalString255" use="required"> <xsd:annotation> <xsd:documentation>The English (international) last name (family name) of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | fe:InternationalString50 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:attribute name="Firstname" type="fe:InternationalString50" use="required"> <xsd:annotation> <xsd:documentation>The English (international) first name (given name) of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:InternationalString255 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:attribute name="Lastname" type="fe:InternationalString255" use="required"> <xsd:annotation> <xsd:documentation>The English (international) last name (family name) of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> |