complexType BasePersonNameType
diagram generic-types-2.1_p4.png
namespace http://fifa.com/exchange/fe
children fe:Title fe:CallName fe:ShortName fe:PopularName fe:ComposedFullName
used by
complexTypes PersonNameType TraditionalPersonNameType
annotation
documentation
The English (international) name of a Person.
source <xsd:complexType name="BasePersonNameType">
 
<xsd:annotation>
   
<xsd:documentation>The English (international) name of a Person.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence minOccurs="0" maxOccurs="1">
   
<xsd:element name="Title" type="fe:InternationalString50" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The (international) Title of the person. This can be for example Dr., Shaikh or DATO' DR..</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="CallName" type="fe:CompositeNameType" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Defines how the person wants to be called.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="ShortName" type="fe:CompositeNameType" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Short writing form for extremly long names (e.g. Sri Lankan names).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="PopularName" type="fe:CompositeNameType" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The name as it should be displayed. Often refered to as Football Name. Often only the Lastname field is filled (e.g. Péle).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="ComposedFullName" type="fe:InternationalString50" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The full name of a paerson. This element is used in case person's first name and last name are not available separately.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element BasePersonNameType/Title
diagram generic-types-2.1_p5.png
namespace http://fifa.com/exchange/fe
type fe:InternationalString50
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The (international) Title of the person. This can be for example Dr., Shaikh or DATO' DR..
source <xsd:element name="Title" type="fe:InternationalString50" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The (international) Title of the person. This can be for example Dr., Shaikh or DATO' DR..</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element BasePersonNameType/CallName
diagram generic-types-2.1_p6.png
namespace http://fifa.com/exchange/fe
type fe:CompositeNameType
properties
minOcc 0
maxOcc 1
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
Defines how the person wants to be called.
source <xsd:element name="CallName" type="fe:CompositeNameType" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Defines how the person wants to be called.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element BasePersonNameType/ShortName
diagram generic-types-2.1_p7.png
namespace http://fifa.com/exchange/fe
type fe:CompositeNameType
properties
minOcc 0
maxOcc 1
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
Short writing form for extremly long names (e.g. Sri Lankan names).
source <xsd:element name="ShortName" type="fe:CompositeNameType" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Short writing form for extremly long names (e.g. Sri Lankan names).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element BasePersonNameType/PopularName
diagram generic-types-2.1_p8.png
namespace http://fifa.com/exchange/fe
type fe:CompositeNameType
properties
minOcc 0
maxOcc 1
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 name as it should be displayed. Often refered to as Football Name. Often only the Lastname field is filled (e.g. Péle).
source <xsd:element name="PopularName" type="fe:CompositeNameType" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The name as it should be displayed. Often refered to as Football Name. Often only the Lastname field is filled (e.g. Péle).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element BasePersonNameType/ComposedFullName
diagram generic-types-2.1_p9.png
namespace http://fifa.com/exchange/fe
type fe:InternationalString50
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The full name of a paerson. This element is used in case person's first name and last name are not available separately.
source <xsd:element name="ComposedFullName" type="fe:InternationalString50" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The full name of a paerson. This element is used in case person's first name and last name are not available separately.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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