Hi

 

Inside my schema I m using a simpletype which belongs to a different
name space.

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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to