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

Importing Schema Definition

  • 1.  Importing Schema Definition

    Posted Mon May 12, 2003 06:49 PM

    Hello,

    I have a schema definition at :

    http://www.imsglobal.org/xsd/imsmd_v1p2p2.xsd

    that I want to use to create a database. I am using Tamino 3.1 (starter kit) and am confused whether i need to convert it.

    When I import as a DTD I get errors (it is an .xsd) I also notice that this schema has a tsd defintion…

    Can anyone tell me what I need to do to create a database from this schema and what the Base URI is for this schema?

    Thanks,

    Howard


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: Importing Schema Definition

    Posted Tue May 13, 2003 09:26 AM

    Howard,

    you are using Tamino 3.1, here Tamino has the prefix xml assigned to the xml namespace. So just remove the import statement.
    You are using groups and attributeGroups. Replace the references to the groups/attributeGroups by their content. You may use the SchemaConversionTools, but in your case I think it is easier to do the few replacements by hand.
    If you move to Tamino 4, you have to use the import statement. The xml schema is already stored in Tamino at this schemaLocation:
    “…/ino:collection/xml_lang_space”.

    Hope this helps,
    Harald


    #webMethods
    #Tamino
    #API-Management