473,657 Members | 2,535 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Non-Deterministic Schemas

The following article says the .NET SOM will not allow what it calls
"non-deterministic" schemas
http://msdn.microsoft.com/library/de...sticschema.asp

** Is this a bug in the SOM or in the schema ? **

Is it something that will be resolved in a future release?

Actually, it is not my schema, but one that has been given to me by an
international body, and validates on many different parsers. So what do I do
here, when the .NET parser tells me "Content model must be deterministic"?
Nov 12 '05 #1
5 1431
Interesting question: is this a bug in the SOM or the Schema...

what schema?

You didn't post any part of a schema.

You say that the schema came from an international body. Can you contact
them about the fact that their schema won't parse on .NET?
The fact is that a schema is a structure that is used to validate an XML
file using basic rules. In many cases, it is possible to represent the
rules with more than one schema. In other words, it may be possible for the
schema to be re-coded so that it will work with the Microsoft SOM.

Or, perhaps not.

Clearly, one of the main goals of publishing a schema is interoperabilit y.
If the schema that is published won't work with the largest commercial
development platform on the planet, then the international body didn't
achieve their goal. If you point out that minor changes, made early, using
the XML versioning standard, may be able to repair the problem, then you may
get some traction.

Otherwise, I'd suggest that you may want to get about three-dozen instance
documents, run them through XSD.EXE to generate some schemas, and then, by
hand, work out a schema that will work in .NET.

If you simply cannot get one to work, then read the XML as a well-formed
document, and parse it yourself... hopefully into a format that .NET *can*
read.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"rox.scott" <ro******@discu ssions.microsof t.com> wrote in message
news:0C******** *************** ***********@mic rosoft.com...
The following article says the .NET SOM will not allow what it calls
"non-deterministic" schemas:
http://msdn.microsoft.com/library/de...sticschema.asp
** Is this a bug in the SOM or in the schema ? **

Is it something that will be resolved in a future release?

Actually, it is not my schema, but one that has been given to me by an
international body, and validates on many different parsers. So what do I do here, when the .NET parser tells me "Content model must be deterministic"?

Nov 12 '05 #2
> Clearly, one of the main goals of publishing a schema is interoperabilit y.

Clearly, one of the main goals of publishing a platform is functionality.

Hence, my question is ... are the limitations of the Microsoft SOM (as
described in the MSDN article -- i don't need to post my schema here) valid?
or not?
Nov 12 '05 #3
Are the limitations valid?

What an odd question.

By the standard of the developers of the SOM, the limitations are valid.
By the standard of the developers of a competing parser that doesn't have
that limitation, they are not valid.
The W3C standard doesn't pick one side or the other, AFAIK.

So... what standard are you measuring with? The one that says 'yes,' the
one that says 'no,' or the one that says 'maybe?'

Who cares!

The international body failed to meet their goals. You are far more likely
to get them to change the schema than you are to get MS to change the SOM.

Pick your battles.

Reread my previous post for a list of suggestions on how to work around this
problem.
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"rox.scott" <ro******@discu ssions.microsof t.com> wrote in message
news:59******** *************** ***********@mic rosoft.com...
Clearly, one of the main goals of publishing a schema is
interoperabilit y.
Clearly, one of the main goals of publishing a platform is functionality.

Hence, my question is ... are the limitations of the Microsoft SOM (as
described in the MSDN article -- i don't need to post my schema here) valid? or not?

Nov 12 '05 #4
I am not sure why this post has incurred such an emotional response -- I'll
try to restate the question again in plain English to avoid further scourge...

Does Microsoft have plans to allow "non-deterministic" schemas in a future
release?

--scott

"Nick Malik [Microsoft]" wrote:
Are the limitations valid?

What an odd question.

By the standard of the developers of the SOM, the limitations are valid.
By the standard of the developers of a competing parser that doesn't have
that limitation, they are not valid.
The W3C standard doesn't pick one side or the other, AFAIK.

So... what standard are you measuring with? The one that says 'yes,' the
one that says 'no,' or the one that says 'maybe?'

Who cares!

The international body failed to meet their goals. You are far more likely
to get them to change the schema than you are to get MS to change the SOM.

Pick your battles.

Reread my previous post for a list of suggestions on how to work around this
problem.
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"rox.scott" <ro******@discu ssions.microsof t.com> wrote in message
news:59******** *************** ***********@mic rosoft.com...
Clearly, one of the main goals of publishing a schema is

interoperabilit y.

Clearly, one of the main goals of publishing a platform is functionality.

Hence, my question is ... are the limitations of the Microsoft SOM (as
described in the MSDN article -- i don't need to post my schema here)

valid?
or not?


Nov 12 '05 #5
mono has an implementation of the XML reader that will support
non-deterministic schema and they are working on a schema validator that is
compliant with RELAX NG, which, from what I've heard, supports many of the
non-deterministic constraints.

I have not dug through .Net 2.0 enough to know if non-deterministic schema
are supported. I have not seen any public announcement either way. Perhaps
if you ask on the beta forums, you will get an answer that is specific to
the new version of the framework.

I can say this:
Microsoft's XML implementation is W3C compliant.
I hope this helps,

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"rox.scott" <ro******@discu ssions.microsof t.com> wrote in message
news:10******** *************** ***********@mic rosoft.com...
I am not sure why this post has incurred such an emotional response -- I'll try to restate the question again in plain English to avoid further scourge...
Does Microsoft have plans to allow "non-deterministic" schemas in a future
release?

--scott

"Nick Malik [Microsoft]" wrote:
Are the limitations valid?

What an odd question.

By the standard of the developers of the SOM, the limitations are valid.
By the standard of the developers of a competing parser that doesn't have that limitation, they are not valid.
The W3C standard doesn't pick one side or the other, AFAIK.

So... what standard are you measuring with? The one that says 'yes,' the one that says 'no,' or the one that says 'maybe?'

Who cares!

The international body failed to meet their goals. You are far more likely to get them to change the schema than you are to get MS to change the SOM.
Pick your battles.

Reread my previous post for a list of suggestions on how to work around this problem.
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"rox.scott" <ro******@discu ssions.microsof t.com> wrote in message
news:59******** *************** ***********@mic rosoft.com...
> Clearly, one of the main goals of publishing a schema is

interoperabilit y.

Clearly, one of the main goals of publishing a platform is functionality.
Hence, my question is ... are the limitations of the Microsoft SOM (as
described in the MSDN article -- i don't need to post my schema here)

valid?
or not?


Nov 12 '05 #6

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

Similar topics

5
3742
by: klaus triendl | last post by:
hi, recently i discovered a memory leak in our code; after some investigation i could reduce it to the following problem: return objects of functions are handled as temporary objects, hence their dtor is called immediately and not at the end of the function. to be able to use return objects (to avoid copying) i often assign them to a const reference. now, casting a const return object from a function to a non-const reference to this...
3
12226
by: Mario | last post by:
Hello, I couldn't find a solution to the following problem (tried google and dejanews), maybe I'm using the wrong keywords? Is there a way to open a file (a linux fifo pipe actually) in nonblocking mode in c++? I did something ugly like --- c/c++ mixture --- mkfifo( "testpipe", 777);
25
7609
by: Yves Glodt | last post by:
Hello, if I do this: for row in sqlsth: ________pkcolumns.append(row.strip()) ________etc without a prior:
32
4507
by: Adrian Herscu | last post by:
Hi all, In which circumstances it is appropriate to declare methods as non-virtual? Thanx, Adrian.
8
3501
by: Bern McCarty | last post by:
Is it at all possible to leverage mixed-mode assemblies from AppDomains other than the default AppDomain? Is there any means at all of doing this? Mixed-mode is incredibly convenient, but if I cannot load/unload/reload extensions into my large and slow-to-load application during development without restarting the process then the disadvantages may outweigh the advantages. I've got a mixed-mode program in which I create a new AppDomain...
14
8421
by: Patrick Kowalzick | last post by:
Dear all, I have an existing piece of code with a struct with some PODs. struct A { int x; int y; };
11
3422
by: ypjofficial | last post by:
Hello All, So far I have been reading that in case of a polymorphic class ( having at least one virtual function in it), the virtual function call get resolved at run time and during that the vtable pointer is made use of.. eg. class one {
2
6108
by: Ian825 | last post by:
I need help writing a function for a program that is based upon the various operations of a matrix and I keep getting a "non-aggregate type" error. My guess is that I need to dereference my pointers, but I'm not sure. Please help. The code: void equate(matrix *A, matrix *B) { int i, j; assert(A.row_dim == B.col_dim && A.col_dim == B.col_dim); for(i=0; i < A.row_dim; i++) for(j=0; j < A.col_dim; j++)
399
12788
by: =?UTF-8?B?Ik1hcnRpbiB2LiBMw7Z3aXMi?= | last post by:
PEP 1 specifies that PEP authors need to collect feedback from the community. As the author of PEP 3131, I'd like to encourage comments to the PEP included below, either here (comp.lang.python), or to python-3000@python.org In summary, this PEP proposes to allow non-ASCII letters as identifiers in Python. If the PEP is accepted, the following identifiers would also become valid as class, function, or variable names: Löffelstiel,...
12
29855
by: puzzlecracker | last post by:
is it even possible or/and there is a better alternative to accept input in a nonblocking manner?
0
8413
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8324
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8842
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8740
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8617
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6176
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2742
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.