Defines the Office Data Source Object recipient data.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
| Element | Description | 
|---|---|
| active | Represents whether this record is active. | 
| hash | Represents the hash code for this record. | 
| column | Represents the unique database column number this record is for. | 
| uniqueTag | Represents the unique tag to ID this record. | 
None.
      
<xsd:complexType name="odsoRecipientDataElt" >
  <xsd:sequence>
    <xsd:element name="active" type="decimalNumberProperty" minOccurs="0">
    </xsd:element>
    <xsd:choice>
      <xsd:element name="hash" type="decimalNumberProperty" minOccurs="1">
      </xsd:element>
      <xsd:sequence>
        <xsd:element name="column" type="decimalNumberProperty" minOccurs="1">
        </xsd:element>
        <xsd:element name="uniqueTag" type="stringProperty" minOccurs="1">
        </xsd:element>
      </xsd:sequence>
    </xsd:choice>
  </xsd:sequence>
</xsd:complexType>