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
  • 1.  html xs

    Posted Mon October 03, 2005 01:00 PM

    Simple question:
    How should a tag like should be defined?
    I’ve tried to use extension of xs:string, but i should provide an opening and closing tag. And if i doesn’t use extension can’t use attributes.

    Thanks.


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: html xs

    Posted Tue October 04, 2005 08:09 AM

    Hi

    I’m pretty sure, there is an XML Schema for XHTML available on the internet, but anyway, the declaration for the element should be something like

    <xs:element name=“img”>
    xs:complexType
    <xs:attribute name=“src” type=“xs:anyURI”/>

    </xs:complexType>
    </xs:element>

    Best rgeards
    Uli


    #Tamino
    #API-Management
    #webMethods