Contains elements that contain identifying information about a document reviewer.
<Reviewer
    [IX]
    [Del]>
</Reviewer>
IX
Optional int. The zero-based index of the element within its parent element.
Del
Optional boolean. A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
| Property | Value | 
|---|---|
| Name | Reviewer | 
| Minimum Occurrences | 0 | 
| Maximum Occurrences | 1 | 
Parent elements
Child elements
The Reviewer element is relevant only when contained in a DocumentSheet element. It is ignored when contained in a PageSheet, Shape, or StyleSheet element.
<Reviewer IX="0">
    <Name>reviewername</Name>
    <Initials>reviewerinitials</Initials>
    <Color>#ff0000</Color>
    <ReviewerID>1</ReviewerID> 
    <CurrentIndex>2</CurrentIndeX>
</Reviewer>
Reviewer section