Knowledge.ToString()

Tag: XSD

  • http://www.w3.org/XML/1998/namespace issue while importing XSD

    If you are trying to work with XSD you may encounter following errors Namespace ‘http://www.w3.org/XML/1998/namespace’ is not available to be referenced in this schema. Imported schema for namespace ‘http://www.w3.org/XML/1998/namespace’ was not resolved. This error means that either you need to declare the namespace “http://www.w3.org/XML/1998/namespace” within XSD or the xml.xsd file in which this namespace is…

    |

  • Generate Sample XML Data From XSD Using Visual Studio

    If you have an XSD file, it is difficult to visualize how the XML file structure looks like. As a developer, you are mostly dealing with XML. As XML file quickly visualizes the data structure, you are looking for a way to get XML file with dummy data from a given XSD file. Visual Studio…

    |