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

Schema Editor error validating

  • 1.  Schema Editor error validating

    Posted Fri December 23, 2005 10:55 AM

    Hello all :wink:

    I’m using Tamino 4.4.1 and i’m trying to define a schema. This schema (.xsd) is validated by XMLSpy, but when I try to define it in Tamino, a validation error occurs. The tag that causes the error is :

    <xs:attribute ref="xml:lang"/>


    … Cannot resolve the name ‘xml:lang’ to a(n) ‘attribute declaration’ component.

    I’ve included the “xml” namespace, althougt in XMLSpy is not necessary:

    
    <xs:schema xmlns="urn:hl7-org:v3" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:hl7-org:v3" elementFormDefault="qualified">
    <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>

    …but the same error occurs. Any idea?

    Thanks in advance.


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Schema Editor error validating

    Posted Fri December 23, 2005 11:06 AM

    Hello Carlos.

    Please, read my post :

    http://tamino.forums.softwareag.com/viewtopic.php?t=5198

    you will find the Tamino’s documentation extract that you need.

    Cheers.


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: Schema Editor error validating

    Posted Fri December 23, 2005 11:34 AM

    Merci, Bertrand:

    Your post has been very useful to solve the problem. Thank you very much. :smiley:

    Carlos.


    #API-Management
    #webMethods
    #Tamino