cancel
Showing results for 
Search instead for 
Did you mean: 

Schema to be handled does not contain a definition of type Order

Sharadha1
Active Contributor
0 Kudos

Hi,

I am getting the error 'Schema to be handled does not contain a definition of type Order'

when i tried to import an XSD to create a data type in Integration repository. I checked my XML with the XML SPY and it is vallid.

Am i missing something? How can i import an XSD to create a datatype.

Regards,

Sharadha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Make sure the datatype name and the main element name in the external xsd is same.

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="..." targetNamespace="....">
<xsd:complexType name="Activate">

Also check this link same problem

Please reward points if it helps

Thanks

Virkanth

Former Member
0 Kudos

hi sharadha,

How can i import an XSD to create a datatype.

In your IR --> Name Space > Datatypes> External Defninitions --> Right and new and then import your External Definition and activate it.

regards

chandra