CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Dec 2001
    Location
    UK
    Posts
    308

    Refering XSD inside another XSD

    Hi there:

    I hv set a reference of XSD file (file2.xsd) inside the another xsd file (file1.xsd) using the "ref" attributes of an "element" and the "include" statement....

    In this implementation - "root" element of file2.xsd is completely imported into file1.xsd....

    But, i need only sub node of file2.xsd to be included into the file1.xsd..
    please can u help me in this...

    Sample files attached...
    [In file1.xsd, "F2Data" node is refereed... This is referring to "root" element of file2.xsd, but i need to refer "EmploymentDetails" node of file2.xsd in file1.xsd...]

    Thanks
    VB
    Attached Files Attached Files
    Venu Bharadwaj
    "Dream it. U can do it!"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured