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

Qualified element names?

  • 1.  Qualified element names?

    Posted Sat August 30, 2003 02:30 AM

    I have a schema that I am trying to convert to a TSD. The schema defines multiple namespaces and the elements use qualified names to choose the namespace. If I try to use a QName in an element, Tamino says is must be an NCName.

    Is there any workaround for this constraint or must all element names be in the same namespace?


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Qualified element names?

    Posted Mon September 01, 2003 10:47 AM

    Yes, you need to define a schema per targetNamespace and connect them by import statements.
    Thus every element defined as top level element in an schema resides automatically in the targetNamespace and need not to be qualified.


    #Tamino
    #webMethods
    #API-Management