cancel
Showing results for 
Search instead for 
Did you mean: 

Error While creating Data type from a XSD

0 Kudos

Hi,

I am trying to import a XSD into my Data type. I have changed the namespace in the XSD to match that of the target namespace. I am getting the following error.

Global definition Element: http://ls.sbc.com/OMS/ProcessSalesOrderEFE004, orderRequest in the schema to be edited will be ignored

Schema to be edited defines qualified element names (elementFormDefault = 'qualified')

Could any help me out in this regard. I don't have much knowledge about XML and XSD.

Regards,

Ravikanth

Accepted Solutions (1)

Accepted Solutions (1)

former_member859847
Active Contributor
0 Kudos

Hi Ravi,

please check once again your XSD file.

it should be like this.

<?xml version="1.0" encoding="ISO-8859-1"?>

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://ls.sbc.com/OMS/ProcessSalesOrderEFE004, " targetNamespace="http://ls.sbc.com/OMS/ProcessSalesOrderEFE004, ">

<xsd:complexType name="DTO_Data type">

<xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">

725b8b10c99e11dc8ff3001cc43a8a68

</xsd:appinfo>

Please check the name of data type u mentioned in XSD while imporitng.

regards

mahesh..

0 Kudos

Hi,

I have specified the same namespace and created the Data type name same as the complex type name.

The XSD contains external references to other data types and I have imported them as well but still I am getting the same error.

Regards

Ravikanth

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

NO NEED TO CHANGE THE NAMESPACE.BUT IN THE

SCREEN SOFTWARE COMPONENT VERSIONS CHECK U MUST SPECIFY THE SAME .

HOPE THIS WOULD DO.

ALSO CHECK WHETHER UR IR SUPPORTS ALL XSD

VERSIONS

REWARDS POINTS IF HELPFUL

VIKAS

Former Member
0 Kudos

Hi Ravi,

No need to change namespace, try with original one, and if want to change pls use w3c.org.com which is globally accepted namespace.

Rewards if found helpful,

regards,

Kasturika

0 Kudos

It is still giving me a error, It is saying

Cannot load schema with the target namespace http://www.w3c.org to namespace http://ls.sbc.com/OMS/ProcessSalesOrderEFE004

Regards

Ravi