2.1.7 t:InvitationType Complex Type

The InvitationType complex type is a sharing invitation from a sharer to a recipient. This type contains a list of folders to share and the encrypted information that is required to set up the shared folders.

 <xs:complexType name="InvitationType">
   <xs:sequence>
     <xs:element name="Title" type="xs:string" minOccurs="0" />
     <xs:element name="Providers" type="t:ProvidersType"/>
   </xs:sequence>
 </xs:complexType>

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

Element name

Type

Description

Title

xs:string [XMLSCHEMA2]

Display name of the folder list.

Providers

t:ProvidersType (section 2.1.9)

One or more folders to share and the encrypted information that is required to set up the shared folders.