I'm getting following error when I import external definition ( XSD File ) into XI. Can some one tell me whats problem here. WHat wrong at row 2 col 4 ??
Thanks in advance..
XSD:
<?xml version="1.0" encoding="utf-16"?>
http://www.test.com/omi" targetNamespace=" http://www.test.com/omi" version="1158762544985" xmlns:xsd=" http://www.w3.org/2001/XMLSchema">
<xsd:complexType name="com.test.platform.omi.AbstractEntity" abstract="true">
<xsd:annotation>
<xsd:documentation>
This is the root of all entities.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence />
</xsd:complexType>
<i>Document check found errors Cause: The loaded document does not contain valid XML Error when parsing XML document com.sap.aii.utilxi.xml.xdom.XDOMException$ParseError: Error when parsing the XML document (Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) a0d, 783c, 6473(:main:, row:2, col:4))</i>
Add a comment