Defines an Office Data Source Object instance.
Type Information
Namespace
|
http://schemas.microsoft.com/office/word/2003/wordml |
Schema name
|
wordnet |
Elements and Attributes
Child Elements
Element |
Type |
Description |
udl |
stringProperty |
Represents the Universal Data Link (UDL) string. |
table |
stringProperty |
Represents the table name. |
src |
stringProperty |
Represents source file |
filter |
longHexNumberProperty |
Represents the filter data. |
sort |
longHexNumberProperty |
Represents the sort data. |
fieldMapData |
odsoFieldMapDataElt |
Represents the field mapping data. |
colDelim |
decimalNumberProperty |
Represents the delimiter to be used for columns (only used for text data sources). |
jdsoType |
decimalNumberProperty |
Represents the JOLT DSO type. |
fHdr |
decimalNumberProperty |
Specifies whether the first row of the table is a header row with column names. |
recipientData |
odsoRecipientDataElt |
Represents the recipient data. |
Attributes
None.
Definition
XML |
---|
<xsd:complexType name="odsoElt" ">
<xsd:sequence>
<xsd:element name="udl" type="stringProperty" minOccurs="0">
</xsd:element>
<xsd:element name="table" type="stringProperty" minOccurs="0">
</xsd:element>
<xsd:element name="src" type="stringProperty" minOccurs="0">
</xsd:element>
<xsd:element name="filter" type="longHexNumberProperty" minOccurs="0">
</xsd:element>
<xsd:element name="sort" type="longHexNumberProperty" minOccurs="0">
</xsd:element>
<xsd:element name="fieldMapData" type="odsoFieldMapDataElt" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
<xsd:element name="colDelim" type="decimalNumberProperty" minOccurs="0">
</xsd:element>
<xsd:element name="jdsoType" type="decimalNumberProperty" minOccurs="0">
</xsd:element>
<xsd:element name="fHdr" type="decimalNumberProperty" minOccurs="0">
</xsd:element>
<xsd:element name="recipientData" type="odsoRecipientDataElt" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
</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