IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Cyclic Schema imports

  • 1.  Cyclic Schema imports

    Posted Wed October 01, 2003 05:18 PM

    Is there any way to define a set of schemas with cyclic import graphs to Tamino? (The simplest example would be schema A imports schema B and schema B imports schema A.)

    This is not entirely hypothetical - it came up when I was considering storing rddl documents (see http://www.rddl.org ) in Tamino. I would expect it to be common in other cases where XHTML 1.1 modularization (http://www.w3.org/TR/xhtml-modularization ) is used to extend XHTML.


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Cyclic Schema imports

    Posted Thu October 02, 2003 08:15 AM

    You have to change the schemas and remove the cycle. The schema that references the other less, is to be changed. For example in B you change each reference to A into any/anyAttribute with processContents = “strict” and namespace = “other”.


    #Tamino
    #API-Management
    #webMethods