complexType CompositeNameType
diagram generic-types-2.1_p10.png
namespace http://fifa.com/exchange/fe
used by
elements BasePersonNameType/CallName PersonNameType/Name BasePersonNameType/PopularName BasePersonNameType/ShortName
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 English (international) name of a Person. It is composed out of an optional First Name and a mandatory Last Name.
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>

attribute CompositeNameType/@Firstname
type fe:InternationalString50
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The English (international) first name (given name) of the person. Mainly used in the western world.
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>

attribute CompositeNameType/@Lastname
type fe:InternationalString255
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 255
pattern [&#x0020;-&#x027F;]*
annotation
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).
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>


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