The Artima Developer Community
Sponsored Link

.NET Buzz Forum
XML Schema

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter G Provost

Posts: 849
Nickname: pprovost
Registered: Aug, 2003

Peter G Provost is a Solution Architect for Interlink Group in Denver, CO.
XML Schema Posted: Sep 5, 2003 9:02 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Peter G Provost.
Original Post: XML Schema
Feed Title: Peter Provost's Geek Noise
Feed URL: /error.aspx?aspxerrorpath=/Rss.aspx
Feed Description: Technology news, development articles, Microsoft .NET, and other stuff...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Peter G Provost
Latest Posts From Peter Provost's Geek Noise

Advertisement

I finally got around to watching the Don Box SOA videos (here and here) that were recently posted to MSDN TV. Having just gone through the XSD Tutorial that I mentioned earler, I was very interested to hear him talk about RELAX NG.

From the RELAX NG home page:

RELAX NG is a schema language for XML. The key features of RELAX NG are that it:

  • is simple
  • is easy to learn
  • has both an XML syntax and a compact non-XML syntax
  • does not change the information set of an XML document
  • supports XML namespaces
  • treats attributes uniformly with elements so far as possible
  • has unrestricted support for unordered content
  • has unrestricted support for mixed content
  • has a solid theoretical basis
  • can partner with a separate datatyping language (such W3C XML Schema Datatypes)

Hmmmm... interesting. I have to agree with Don that XSD is a beast of an abstraction that is probably much more that we really need, but whatcha gonna do?

How about write your XML Schemas in RELAX NG and convert them to XSD using Trang?

I'll have to give it a try...

Read: XML Schema

Topic: New Web Casts Previous Topic   Next Topic Topic: Annoying COM Interop Problem

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use