3.1.4.1.1.7 t:ContactsViewType Complex Type

The ContactsViewType complex type represents the settings that are used to return contact (2) items based on their alphabetical display names.

 <xs:complexType name="ContactsViewType">
   <xs:complexContent>
     <xs:extension
       base="t:BasePagingType"
     >
       <xs:attribute name="InitialName"
         type="xs:string"
         use="optional"
        />
       <xs:attribute name="FinalName"
         type="xs:string"
         use="optional"
        />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

Attributes

Attribute name

Type

Description

InitialName

xs:string [XMLSCHEMA2]

Contains the first name in a contacts (2) list to return in a response.

FinalName

xs:string

Contains the last name in a contacts list to return in a response.