2.1.2.2 usersFilesDescription
The usersFilesDescription complex type describes shared files and folders per HomeGroup user, per HomeGroup machine in the HomeGroup.
-
<xs:element name="usersFilesDescription"> <xs:complexType> <xs:all> <xs:element name="o" type="o" /> <xs:element name="il" type="il" minOccurs="0" /> <xs:element name="dil" type="dil" minOccurs="0" /> </xs:all> </xs:complexType> </xs:element>
o: The owner of the shared resource. The owner is typically the HomeGroup user who designates a resource for sharing.
il: Optional element. When present, contains a sequence of one or more items (the item list).
dil: Optional element. When present, contains a sequence of one or more items (the item list), which are shared with specific other members of the HomeGroup using discretionary access.
The usersFilesDescription MUST contain at least an il or a dil element. If both the il and dil elements are missing, the message will be discarded.