Contains elements for defining custom properties and elements for associating data with a shape.
<Prop
    [Name]
    [NameU]
    [Del]
    [ID]>
</Prop>
Name
Optional string. The name of the element.
NameU
Optional string. The universal name of the 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.
ID
Optional int. The unique ID of the element within its parent element.
| Property | Value | 
|---|---|
| Name | Prop | 
| Minimum Occurrences | 0 | 
| Maximum Occurrences | Unbounded | 
Parent elements
Child elements
The Name, NameU, and ID attributes are each optional; however, at least one of the three attributes must be present.
The Prop element is relevant only when contained in a DocumentSheet, PageSheet, or Shape element. It is ignored when contained in a StyleSheet element.
Custom Properties section