<xsd:complexType name="odsoElt">
<xsd:annotation>
<xsd:documentation>Defines an Office Data Source Object instance.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="udl" type="stringProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the Universal Data Link (UDL) string.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="table" type="stringProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the table name.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="src" type="stringProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents source file</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="filter" type="longHexNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the filter data.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sort" type="longHexNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the sort data.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fieldMapData" type="odsoFieldMapDataElt" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Represents the field mapping data.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="colDelim" type="decimalNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the delimiter to be used for columns (only used for text data sources).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="jdsoType" type="decimalNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the JOLT DSO type.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fHdr" type="decimalNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether the first row of the table is a header row with column names.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="recipientData" type="odsoRecipientDataElt" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Represents the recipient data.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|