Defines the Office Data Source Object recipient data.
Type Information
Namespace
|
http://schemas.microsoft.com/office/word/2003/wordml |
Schema name
|
wordnet |
Elements and Attributes
Child Elements
Element |
Type |
Description |
active |
decimalNumberProperty |
Represents whether this record is active. |
hash |
decimalNumberProperty |
Represents the hash code for this record. |
column |
decimalNumberProperty |
Represents the unique database column number this record is for. |
uniqueTag |
stringProperty |
Represents the unique tag to ID this record. |
Attributes
None.
Definition
XML |
---|
<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>
|
©2006 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/odcXMLRefLegalNotice12.asp