cancel
Showing results for 
Search instead for 
Did you mean: 

External Defnition using xs:import

Former Member
0 Kudos

Hi,

I have an external defnition which internally uses the below statement to import another xsd.

<xs:import schemaLocation=".\exduplicatetransaction.xsd" namespace="http://ABSU.WMA.BizTalk.Schemas.ExDuplicateTransaction" />

I have imported this XSD to my repository and have given the source field the value =".\exduplicatetransaction.xsd"

Its shows ok in the External reference Tab.

But in the mapping I dont see this being included and am unable to map it.

Refered this thread already

Any help appreciated.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

henrique_pinto
Active Contributor
0 Kudos

Is your xsd well defined?

I mean, are all the fields correctly defined?

Check it with some external tool like XMLSpy.

Regards,

Henriuqe.

Former Member
0 Kudos

Hi,

Yes I have checked in that(XML Spy) and it works fine.

regards

henrique_pinto
Active Contributor
0 Kudos

Could you paste it here?

Henrique.

Former Member
0 Kudos

Thanx Henrique.

My XSD had multiple reference and i was trying with just one reference. Solution is to make all the reference valid, and then XI picks it up in the mapping.

Answers (0)