2.2.4.6 SharedLibrary

Namespace: http://schemas.microsoft.com/clouddocuments

Information appended to a normal Library to describe a folder shared by a user.

 <xs:complexType name="SharedLibrary" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="i0:Library">
       <xs:sequence>
         <xs:element minOccurs="0" name="Owner" nillable="true" type="xs:string"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Owner: The name of the user who shared the folder. This field MUST be present.