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

Any Type Elements and Attributes

Any Type Elements and Attributes

Some schema elements and attributes allow any type of data in an XML file. Use these elements and attributes when you need to validate an XML file that has unidentified element and attribute types.
Use the following element and attributes that allow any type of data:
  • anyType element.
    Allows an element to be any datatype in the associated XML file.
  • anySimpleType element.
    Allows an element to be any simpleType in the associated XML file.
  • ANY content element.
    Allows an element to be any element already defined in the schema.
  • anyAttribute attribute.
    Allows an element to be any attribute already defined in the schema.

0 COMMENTS

We’d like to hear from you!