Share via


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

odsoElt complexType [Word 2003 XML Reference]

Defines an Office Data Source Object instance.

Type Information

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

Elements and Attributes

Child Elements

Element Description
udl Represents the Universal Data Link (UDL) string.
table Represents the table name.
src Represents source file
filter Represents the filter data.
sort Represents the sort data.
fieldMapData Represents the field mapping data.
colDelim Represents the delimiter to be used for columns (only used for text data sources).
jdsoType Represents the JOLT DSO type.
fHdr Specifies whether the first row of the table is a header row with column names.
recipientData Represents the recipient data.

Attributes

None.

Definition

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

©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