2.2.9.7.5 OWNER

The OWNER element of the PL describes the author of the PL as a formal principal.

The OWNER element MUST use the following template.

 <OWNER>
    <OBJECT>
       <ID type="[[- type -]]" />
       [[- emailaddress -]]
    </OBJECT>
 </OWNER>

[[- type -]]: MUST be the type of user account, as determined by the authentication scheme. For an ID authenticated by an Active Directory account, the type MUST be "Windows". For an ID authenticated by a server using the Microsoft Web Browser Federated Sign-On Protocol [MS-MWBF], the type MUST be "Federation". For an ID authenticated by Passport, the type MUST be "Passport".

[[- emailaddress -]]: MUST be a NAME element that contains the primary email address associated with the author's account.