2.1.9 t:ProvidersType Complex Type

The ProvidersType complex type specifies one or more shared folders and the encrypted data that is required to share the folders.

 <xs:complexType name="ProvidersType">
   <xs:sequence>
     <xs:element name="Provider"
       type="t:ProviderType"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child element of the ProvidersType complex type.

Element name

Type

Description

Provider

t:ProviderType (section 2.1.8)

A shared folder name and the encrypted information required to set up the shared folder.