Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dtucker

  1. dtucker

    Extension

    Changing the example so it is more clear. Assume the XML file looks like this: <?xml version="1.0" encoding="utf-8" ?> <Address xmlns="http://tempuri.org/Test.xsd"> <street>1234 Some St.</street> <city>Baltimore</city> <state>MD</state> </Address> The exact error messages I get are...
  2. dtucker

    Extension

    I have a question about extentions in XML schemas. I have a schema that looks like this: <?xml version="1.0" encoding="utf-8" ?> <xs:schema id="Test" targetNamespace="http://tempuri.org/Test.xsd" elementFormDefault="qualified" xmlns="http://tempuri.org/Test.xsd"...

Part and Inventory Search

Back
Top