473,396 Members | 1,756 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

OAGIS Version 8.0 SP 3 Validation w/ MSXML 4.0 VS.NET 2K3

I am trying to build a .NET assembly which will contain the OAGIS schemas
using OAGIS version 8.0 SP 3. When I try to validate the schemas,
specifically the Order.xsd schema, I get the following error:

Invalid particle derivation by restriction: Order.xsd line 16

I have searched google, the yahoo group and several other sources and found
that other users are experiencing the same thing. Do you have any information
about this error, and do you know if this is a Microsoft specific problem? It
appears that the error is occurring because the Order restriction has the
following format:

<xs:complexType name="Order">

<xs:complexContent>

<xs:restriction base="Document">

<xs:sequence>

<xs:element
ref="Header" minOccurs="0"/> // I believe the error has something to do with
these two lines being invalid

<xs:element
ref="Line" minOccurs="0" maxOccurs="unbounded"/> // second line

</xs:sequence>

</xs:restriction>

</xs:complexContent>

</xs:complexType>

Any help would be greatly appreciated!!!!

Thanks in advance
Nov 12 '05 #1
0 1099

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: OKI | last post by:
Hi. I´ve made a XML parser using MSXML2.LIB in a computer. When i´ve tried to run it in another one like that: HRESULT hr = CoCreateInstance(CLSID_DOMDocument, NULL, CLSCTX_INPROC_SERVER,...
5
by: karl_lopes | last post by:
Hi, I was looking for any validation code in javascript which essentially does the same thing as html tidy. i.e. The user enters some data in a form text area and I want to perform a client side...
1
by: Ian | last post by:
I have while developing an application using the XML DOM within VB.NET come across a problem with attributes of a node, where the default values required by a DTD are ommitted by the XML parser...
3
by: Sharon | last post by:
How can I find what MSXML version I have installed? -- Thanks Sharon
2
by: Norman Chong | last post by:
Hi, I want to get my MSXML version from a vb.net program. I do it with the following piece of code, but I'm not very happy with that: Dim Version as String = "4.0" oXML =...
3
by: balakrishnan.dinesh | last post by:
hi frnds How to determine the version of the MSXML installed on a computer and How to determine the version of the MSXML used by Internet Explorer through javascript code. Can anyone say me ,...
0
by: webmaster | last post by:
TreeStages would like to announce the first evaluation release of XEntrant XML Editor 0.1, which is available for download from our website: http://www.treestages.com XEntrant is an XML Tree...
2
by: Thomas Guignard | last post by:
Hi there I need to run an XSLT stylesheet on XML files generated by another app that seem to have errors. When I try to run my XSLT processor (MSXML engine, run through the Cooktop editor), I...
1
by: Harry Zoroc | last post by:
I assume on my current machine MSXML was previously installed. But I don't know this for sure and if yes, which version and Service Pack. How can I find the version out ? Harry
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.