xsd

  1. V

    Question Read XML Schema and populate treeview

    I have several xml files all using different schemas and am trying to write a program to load an xml file, read the schema, and create the treeview with the appropriate parent/child relationships. Is it possible to make it dynamic enough to be able to read any xml schema and populate the tree...
  2. N

    Question Return Types for XSD Functions

    I have an XSD file for all the tables in my SQL Server database. In the TableAdapters in the XSD file, some of my queries return scalar values, but the code for the functions generated by Visual Studio 2010 return an Object rather than a typed value. I know how to manually add functions using...
  3. O

    How to read an XSD file?

    Hi all, I'd like your help and advice on how to read an XSD file with VB.NET. Here is an example of the XSD file I want to read : <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:group name="TOTO"> <xs:choice> <xs:element name="Person"...
  4. vagueante

    Windows application: Send information to WS with only wsdl and xsd as start point

    In a windows application I'm trying to connect to a webservice, and all i have is a wsdl file (i used service reference, and after import the namespace i can instantiate it), a XML file ( i suposed is in soap format, the first line starts with <soapenv:Envelope ), and an xsd file that validates...
Back
Top