Expand Minimize
This topic has not yet been rated - Rate this topic

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

Office 2003

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

ElementDescription
udlRepresents the Universal Data Link (UDL) string.
tableRepresents the table name.
srcRepresents source file
filterRepresents the filter data.
sortRepresents the sort data.
fieldMapDataRepresents the field mapping data.
colDelimRepresents the delimiter to be used for columns (only used for text data sources).
jdsoTypeRepresents the JOLT DSO type.
fHdrSpecifies whether the first row of the table is a header row with column names.
recipientDataRepresents 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
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.