complexType TraditionalPersonNameType
diagram generic-types-2.1_p44.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 with a mandatory first name as official name. Manly used for western world only use cases.
source <xsd:complexType name="TraditionalPersonNameType">
 
<xsd:annotation>
   
<xsd:documentation>The English (international) name of a Person with a mandatory first name as official name. Manly used for western world only 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:TraditionalCompositeNameType" 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 TraditionalPersonNameType/Name
diagram generic-types-2.1_p45.png
namespace http://fifa.com/exchange/fe
type fe:TraditionalCompositeNameType
properties
content complex
nillable false
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 official (international) name of the person.
source <xsd:element name="Name" type="fe:TraditionalCompositeNameType" 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