Quantcast
Channel: SCN : Unanswered Discussions - Process Integration (PI) & SOA Middleware
Viewing all articles
Browse latest Browse all 6719

PI Mapping xsd anyAttribute

$
0
0

Hi Community, hi Experts,

 

I'm searching the last two days for a solution for my problem.

I didn't find anything yet.

 

My Problem:

I must map a IDOC from SAP ERP to an XML file.

 

The XSD file have one special element:

<xs:element name="Property">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:anyAttribute namespace="##local" processContents="skip"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

You see the "anyAttribute".

 

From SAP ERP the IDOC has a NAME/VALUE element.

 

In this picture you see the mapping in PI.

2014-07-18_105740.jpg

 

 

Now my question: How can i map this element?

 

COuld someone help me please.

 

Thanks in Advance.

Matthias


Viewing all articles
Browse latest Browse all 6719

Trending Articles