Table of Contents

Search

  1. Preface
  2. Introduction to Data Validation Option
  3. Repositories
  4. XML Data Source
  5. Tests for XML Data Sources
  6. Connections
  7. Expressions
  8. Table Pairs
  9. Tests for Table Pairs
  10. Single-Table Constraints
  11. Tests for Single-Table Constraints
  12. Examples of Tests from Spreadsheets
  13. SQL Views
  14. Lookup Views
  15. Join Views
  16. Aggregate Views
  17. Business Intelligence and Reporting Tools Reports
  18. Dashboards
  19. DVOCmd Command Line Program
  20. Troubleshooting
  21. Appendix A: Datatype Reference
  22. Appendix B: Reporting Views
  23. Appendix C: Metadata Import Syntax
  24. Appendix D: Jasper Reports
  25. Appendix E: Glossary

Data Validation Option User Guide

Data Validation Option User Guide

XML Groups

XML Groups

An XML group is a related set of elements with the same parent element. The elements in an XML group are at the same hierarchy level in the XML definition.
For example, you have the following XML structure:
<Catalog> <Book> <Author></Author> <Title></Title> </Book> </Catalog>
The XML structure has a Catalog XML group and a Book XML group. The Catalog XML group contains the <Book> element. The Book XML group contains the <Author> and <Title> elements.
When you add an XML file to a single-table constraint or table pair, you select an XML group. The child elements of the XML group appear as table columns in the single-table constraint or table pair. For example, you add the Book XML group to a single-table constraint. Author and Title appear as columns in the single-table constraint. You can create single-table constraint tests on these columns.
An XML group in Data Validation Option is equivalent to an XML view in PowerCenter.

0 COMMENTS

We’d like to hear from you!