diagram | ![]() |
||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:complexType name="CompositeNameType"> <xsd:annotation> <xsd:documentation>The English (international) name of a Person. It is composed out of an optional First Name and a mandatory Last Name.</xsd:documentation> </xsd:annotation> <xsd:attribute name="Firstname" type="fe:InternationalString50"> <xsd:annotation> <xsd:documentation>The English (international) first name (given name) of the person. Mainly used in the western world.</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. For non western countries this can also be the full name of the person because some names can not be devided into smaller chunks (e.g. Arab or Asian names).</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | fe:InternationalString50 | ||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:attribute name="Firstname" type="fe:InternationalString50"> <xsd:annotation> <xsd:documentation>The English (international) first name (given name) of the person. Mainly used in the western world.</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. For non western countries this can also be the full name of the person because some names can not be devided into smaller chunks (e.g. Arab or Asian names).</xsd:documentation> </xsd:annotation> </xsd:attribute> |