complexType TraditionalCompositeNameType
diagram generic-types-2.1_p43.png
namespace http://fifa.com/exchange/fe
used by
element TraditionalPersonNameType/Name
attributes
Name  Type  Use  Default  Fixed  Annotation
Firstname  fe:InternationalString50  required      
documentation
The English (international) first name (given name) of the person.
Lastname  fe:InternationalString255  required      
documentation
The English (international) last name (family name) of the person.
annotation
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.
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>

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

attribute TraditionalCompositeNameType/@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.
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>


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