complexType PersonNameType
diagram generic-types-2.1_p32.png
namespace http://fifa.com/exchange/fe
type extension of fe:BasePersonNameType
properties
base fe:BasePersonNameType
children fe:Title fe:CallName fe:ShortName fe:PopularName fe:ComposedFullName fe:Name
annotation
documentation
The English (international) name of a Person. Used for international use cases.
source <xsd:complexType name="PersonNameType">
 
<xsd:annotation>
   
<xsd:documentation>The English (international) name of a Person. Used for international 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:CompositeNameType" 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>

element PersonNameType/Name
diagram generic-types-2.1_p33.png
namespace http://fifa.com/exchange/fe
type fe:CompositeNameType
properties
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
Firstname  fe:InternationalString50        
documentation
The English (international) first name (given name) of the person. Mainly used in the western world.
Lastname  fe:InternationalString255  required      
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).
annotation
documentation
The official (international) name of the person.
source <xsd:element name="Name" type="fe:CompositeNameType" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The official (international) name of the person.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy