cancel
Showing results for 
Search instead for 
Did you mean: 

Strange Character in XSD schema

Former Member
0 Kudos

Hi all.

I need your help.

I have a xsd or DTD with a colon in the element name. The schema is for the XMW flow (CCMS in Soltuion Manager)

When I try to import in the external definitions in PI the system remove the part oh name before the colon (in the original schema is CCMS_SAP:DataSupplierReport, in XI is only DataSupplierReport...)

Here you can download the files that I use.

[This is a RAR file with the template|www.chiaruz.com/CCMS2.rar]

The colon ara MANDATORY...

Or who has imported the CCMS XMW schema in SAP PI?

Thanks.

Manuel Chiarelli

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

The colon seperates the element name from namesapce prefix.

It is correct, that the prefix is not shown in the element list.

The XML derived from that xsd will have a namespace prefix (but not necessarily the same).

Hope that helps

Stefan

Former Member
0 Kudos

if this is my origial schema

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">

I need to write this

<xs:schema xmlns:LOG="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">

It's wrong could you write a little example?

Thanks

Manuel.