2.2.9.8.1 DESCRIPTOR

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

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

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

[[- lcid -]]: MUST be the locale identifier (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 -]].