2.2.9.10.1 DESCRIPTOR

The DESCRIPTOR element of the rights policy template describes the type of the license and MUST use the following template.

 <DESCRIPTOR>
   <OBJECT>
     <ID type="MS-GUID">[[- GUID -]]</ID> 
     [[- name -]]
   </OBJECT>
 </DESCRIPTOR>
  

[[- GUID -]]: MUST be a unique GUID that identifies the rights policy template, represented as a literal ASCII string enclosed in braces.

[[- name -]]: MUST be a NAME element providing the name of the rights policy template. The text of this element is structured as follows. One or more occurrences of the following structure MUST be present in each NAME element, separated by a semicolon.

  
 LCID [[- lcid -]]:NAME [[- name2 -]]:DESCRIPTION [[- description -]];

[[- lcid -]]: MUST be the LCID describing the language in which the NAME and DESCRIPTION that follow it are encoded.

[[- name2 -]]: MUST be the name of the policy, encoded in the language defined by the [[- lcid -]].

[[- description -]]: MUST be the description of the policy, encoded in the language defined by the [[- lcid -]].