Make line break
Summary
Make line breakContent
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="|"/>
Tagged:
0