3.1.4.1.1.5 t:CompleteNameType Complex Type

The CompleteNameType complex type represents the complete name of a contact (2).

 <xs:complexType name="CompleteNameType">
   <xs:sequence>
     <xs:element name="Title"
       type="xs:string"
       minOccurs="0"
      />
     <xs:element name="FirstName"
       type="xs:string"
       minOccurs="0"
      />
     <xs:element name="MiddleName"
       type="xs:string"
       minOccurs="0"
      />
     <xs:element name="LastName"
       type="xs:string"
       minOccurs="0"
      />
     <xs:element name="Suffix"
       type="xs:string"
       minOccurs="0"
      />
     <xs:element name="Initials"
       type="xs:string"
       minOccurs="0"
      />
     <xs:element name="FullName"
       type="xs:string"
       minOccurs="0"
      />
     <xs:element name="Nickname"
       type="xs:string"
       minOccurs="0"
      />
     <xs:element name="YomiFirstName"
       type="xs:string"
       minOccurs="0"
      />
     <xs:element name="YomiLastName"
       type="xs:string"
       minOccurs="0"
      />
   </xs:sequence>
 </xs:complexType>
  

Child Elements

Element name

Type

Description

Title

xs:string [XMLSCHEMA2]

Contains the title of a contact (2).

FirstName

xs:string

Contains the first name of a contact (2). This is the same as GivenName.

MiddleName

xs:string

Contains the middle name of a contact (2).

LastName

xs:string

Contains the last name of a contact (2). This is the same as the Surname.

Suffix

xs:string

Contains a suffix to a contact's (2) name. This is the same as the Generation property.

Initials

xs:string

Contains the initials of a contact (2).

FullName

xs:string

Contains the full name of a contact (2). This is the same as the DisplayName.

Nickname

xs:string

Contains the nickname of a contact (2).

YomiFirstName

xs:string

Contains the name used in Japan for the searchable or phonetic spelling of a Japanese first name.

YomiLastName

xs:string

Contains the name used in Japan for the searchable or phonetic spelling of a Japanese last name.