Share via


odsoRecipientDataElt complexType [Word 2003 XML Reference] --  Microsoft Office Word 2003 XML Software Development Kit

odsoRecipientDataElt complexType [Word 2003 XML Reference]

Defines the Office Data Source Object recipient data.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name XML Document 2003

Elements and Attributes

Child Elements

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.

Attributes

None.

Definition

<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>

©2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp