2.1.2.3 o
The o (owner) complex type describes a HomeGroup user in the HomeGroup machine that is sharing the files and folders on the HomeGroup.
-
<xs:element name="o"> <xs:complexType> <xs:annotation> <xs:documentation>owner information, attributes are user name, alias and SID</xs:documentation> </xs:annotation> <xs:complexContent> <xs:attribute name="un" type="xs:string" /> <xs:attribute name="a" type="xs:string" /> <xs:attribute name="s" type="xs:string" /> </xs:complexContent> </xs:complexType> </xs:element>
un: The owner's user name (display name). This is the display name for the HomeGroup user on the HomeGroup machine sharing the files and folders on the HomeGroup.
a: The owner's alias. Describes the alias object of the HomeGroup user on the HomeGroup machine sharing the files and folders on the HomeGroup. This value MAY be used by the implementation as a hint for the HomeGroup user identity.
s: Concatenation of the HomeGroup GUID and the SID (security identifier) of the account sharing the files on the HomeGroup machine. This is the unique identifier for the HomeGroup and the security identifier for the HomeGroup user on the HomeGroup machine that is sharing the files and folders on the HomeGroup.