2.1.2.5 dil

The dil (discretionary access items list) complex type describes a list of items that have their security set so that only a specific set of HomeGroup users has access to them. Clients of the information SHOULD only present these items to the user if the user's security identifier (SID) values match one of the user identities in the ul (user list) complex type. Items that are shared by using discretionary access can be shared only with users represented by Internet SIDs.

 <xs:element name="dil">
   <xs:complexType>
     <xs:annotation>
       <xs:documentation>discretionary access item list</xs:documentation>
     </xs:annotation>
     <xs:all>
       <xs:element name="i" minOccurs="1" maxOccurs="unbounded" type="i" />
     </xs:all>
   </xs:complexType>
 </xs:element>

i: An item in the item list. Contains a description of shared files and folders for the HomeGroup user on the HomeGroup machine.