| maheshbpatil 2005-02-24, 6:19 am |
| Problem Definition:
1. I have downloaded the xCBL library. It has the lot of Schemas.
2. I extracted them to my biztalk project folder.
3. I added these Schemas to my Biztalk Project. ( .Net )
4. If I try to Validate the schema it is telling I'm getting the error as
This schema is an invalid XSD Schema and has the following error(s):
1. Type 'rrn:org.xcbl:schemas/xcbl/v4_0/core/core.xsd:ReferenceType' is not declared. An error occurred at File://C:/Documents and Settings /mahesh.p/ Desktop/ XCBl/ XCBL_Schema/ xcbl40/ schema/ org/ xcbl/ path_delim/ schemas/xcbl/v4_0/core/PurchaseOrderReferenceType.xsd, (29, 14).
But it is cleared defined in Core.xsd file as follows..
<xsd:schema xmlns="rrn:org.xcbl:schemas/xcbl/v4_0/core/core.xsd" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" elementFormDefault="qualified" targetNamespace="rrn:org.xcbl:schemas/xcbl/v4_0/core/core.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
And in PurchaseOrderReferenceType.xsd file it is written as
<xsd:schema xmlns="rrn:org.xcbl:schemas/xcbl/v4_0/core/core.xsd" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" elementFormDefault="qualified" targetNamespace="rrn:org.xcbl:schemas/xcbl/v4_0/core/core.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
If any one have come accross such kind of issue, Please let me know the approach for solving this problem.
Thanks in Advance
Mahesh |