2.2.9.7.1 DESCRIPTOR

The DESCRIPTOR element of the PL describes the type of 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 license, represented as a literal ASCII string enclosed in braces.

[[- name -]]: MUST be a NAME element giving the name of the policy described in the PL. 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 -]].