Skip to Content
Author's profile photo Former Member

How to import XML schema

  Below are the Steps to import the XSD file in BODS 

  • Open the local object library and go to the Formats tab.
  • Right-click XML Schema and click New. The Import XML schema format dialog box opens.

Import2.JPG

  • In the Format Name box, name the XML Schema.
  • For the File name/URL, click Browse to navigate to the XML schema file and open it.
  • For Namespace, click on the drop down to select the namespace .

Import1.JPG

  • In the Root element name list, click on the root element.
  • Click OK.
  • The XML schema is imported and we can see it in the local object library.

/wp-content/uploads/2013/07/import7_242476.jpg

Some tips to avoid XML parse errors at run-time:

  • The order of the elements in the XML file should have the same order as in XSD.
  • All mandatory fields specified in the XSD must be available in XML File
  • The datatype of the elements in the XML file must match with the specification in XSD

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Thanks a lot ...Very informative... 🙂