2.1.6 t:InitiatorType Complex Type

The InitiatorType complex type specifies the name and email address of the entity that initiates the sharing relationship.

 <xs:complexType name="InitiatorType">
   <xs:sequence>
     <xs:element name="Name"
       type="xs:string"
      />
     <xs:element name="SmtpAddress"
       type="xs:string"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the InitiatorType complex type.

Element name

Type

Description

Name

xs:string [XMLSCHEMA2]

The display name of the entity that initiates the sharing relationship.

SmtpAddress

xs:string

The email address of the entity that initiates the sharing relationship.