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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Problem with Updating a Schema

    Posted 01/16/03 10:56 AM

    hi there,

    i’ve to update a tamino-schema - but it doesn’t work (error attached).

    i’d like to add a new attribute (language) to an element (comment).

    <xs:element name="Comment">
    <xs:complexType>
    <xs:simpleContent>
    <xs:extension base="xs:string">				<xs:attribute name="language"     use="optional">
    <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="DE"/>
    <xs:enumeration value="FR"/>
    </xs:restriction>
    </xs:simpleType>				        </xs:attribute>
    </xs:extension>
    </xs:simpleContent>
    </xs:complexType>
    </xs:element>


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: Problem with Updating a Schema

    Posted 01/20/03 09:25 PM

    Hello Pulse,

    could you please tell me a little about your environment, and post your original Tamino Schema (the one to be updated) ?

    In particular: which versions of Tamino and XML Spy are you using?

    Thanks,
    Trevor.


    #Tamino
    #API-Management
    #webMethods