Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Make line break

edited Dec 20, 2018 10:19PM in Integration 6 comments

Summary

Make line break

Content

Hi,

I am working an integration in which I must specify two lines of information I have created my scheme to import the problem that generates the information in a single line and not in two as I expect.
The output I expect is similar to this:
Name: Bartholomew
Age: 24

The output I get from the integration is like this:
Name:BartholomewAge:24

How can I specify a line break?
I also attach the sample of my XSD scheme:

<xsd:element name="Name">
    <xsd:complexType>
      <xsd:sequence>
  <xsd:element name="Name:" type="xsd:string" minOccurs="0" maxOccurs="1" default="" nxsd:style="terminated" nxsd:terminatedBy="|"/>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!