Hi

 

Inside my schema I m using a simpletype which belongs to a different
name space. This simple type is used as a some other complex type.

I m trying to create a binding.xml file with mapping for this
simpletype. I also found that "If the child elements reference schema
simpleType definitions the binding must also define a formats for each
simpleType, with a label attribute matching the schema simpleType name."

 

The schema for the simpletype is defined like this:

     

    <s:schema elementFormDefault="qualified"
targetNamespace="http://microsoft.com/wsdl/types/";>

      <s:simpleType name="guid">

        <s:restriction base="s:string">

          <s:pattern
value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a
-fA-F]{12}" />

        </s:restriction>

      </s:simpleType>

    </s:schema>

 

What should be the corresponding mapping for this on the binding.xml if
we use unwrapping?

 

Thanking in advance,

Surjit

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to