complexType NativeCompositeNameType
diagram generic-types-2.1_p24.png
namespace http://fifa.com/exchange/fe
used by
elements NativePersonNameType/CallName NativePersonNameType/Name NativePersonNameType/PopularName NativePersonNameType/ShortName
attributes
Name  Type  Use  Default  Fixed  Annotation
Firstname  fe:String50        
documentation
The localized first name (given name) of the person.
Lastname  fe:String255  required      
documentation
The localized last name (family name) of the person.
annotation
documentation
The localized name of a Person. It is composed out of an optional First Name and a mandatory Last Name.
source <xsd:complexType name="NativeCompositeNameType">
 
<xsd:annotation>
   
<xsd:documentation>The localized 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:String50">
   
<xsd:annotation>
     
<xsd:documentation>The localized first name (given name) of the person.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Lastname" type="fe:String255" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The localized last name (family name) of the person.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute NativeCompositeNameType/@Firstname
type fe:String50
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The localized first name (given name) of the person.
source <xsd:attribute name="Firstname" type="fe:String50">
 
<xsd:annotation>
   
<xsd:documentation>The localized first name (given name) of the person.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute NativeCompositeNameType/@Lastname
type fe:String255
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 255
annotation
documentation
The localized last name (family name) of the person.
source <xsd:attribute name="Lastname" type="fe:String255" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The localized 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