Table of Contents

Search

  1. Preface
  2. XML Concepts
  3. Using XML with PowerCenter
  4. Working with XML Sources
  5. Using the XML Editor
  6. Working with XML Targets
  7. XML Source Qualifier Transformation
  8. Midstream XML Transformations
  9. XML Datatype Reference
  10. XPath Query Functions Reference

XML Guide

XML Guide

Lists

Lists

A list is an array collection of atomic types, such as a list of strings that represent names. The list itemType defines the datatype of the list components.
The following example shows a list called names:
<xs:simpleType name="names">    <xs:list itemType="xs:string" /> </xs:simpleType>
An XML file might contain the following data in the names list:
<names>Joe Bob Harry Atlee Will</names>

0 COMMENTS

We’d like to hear from you!