This is a read-only copy of the discussions. To view the original, where you can reply, go here. For info on how to log in, please see the instructions.
|
|
IS-XML and validation against XSD
Dear all,
I was creating an IS-XML passenger non sampling file for version 3.2. I was using delivered XSD file for structure validation and the XSD from namespace. After uploading the file I got the error "PXML9" - "The 'Name' attribute is not declared." Can you provide a XSD file which includes all attributes?
Thank you and best regards
Thomas |
 |
Hi Thomas, Following your correspondence with Bruno, I hope your question has been answered. Best regards
|
 |
Hi Ashley,
Yes, I was able to finish my test successfully.
Best regards
Thomas
From:
Posted: Tuesday, September 13, 2011 1:51 PM
Subject: IS-XML and validation against XSD
Hi Thomas, Following your correspondence with Bruno, I hope your question has been answered. Best regards
|
 |
Do you mind sharing what you did to make it work? |
 |
it means you've defined a "Name" attribute of the element in your xml file. but its not defined in the XSD file.so you'll have to remove the "Name" attribute where it should not exist.
From: Posted: Thursday, October 27, 2011 1:26 PM Subject: IS-XML and validation against XSD
Do you mind sharing what you did to make it work? |