webMethods

webMethods

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
  • 1.  Reference between XML files

    Posted Wed February 05, 2003 04:56 PM

    I want to refer between different XML files. For example if I have a schema for patients with their properties and one with diseases and their properties in a database in different collections. I create an ID for the diseases and in a single xml file with one patient I want to refer to a disease ID from the Database. If I use therefor an IDREF XML Spy cannot validate this file because the appendant ID doesn’t exist in this xml file. Can anybody give me some ideas how to solve these problem? :confused: :confused: :confused:


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Reference between XML files

    Posted Thu February 06, 2003 08:54 AM

    With Tamino you can do this.

    Within the Tamino Schema Editor look for the physical properties: “collectionRef”, “nodeRef”, “nodeRef operator” of the “native” storage type of elements and attributes.

    If you prefer the raw schema level look for the documentation of tsd:objectRef.


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: Reference between XML files

    Posted Thu February 06, 2003 08:57 AM

    I did not wanted to say tsd:objectRef, but tsd: objectRef :slight_smile:


    #API-Management
    #webMethods
    #Tamino