|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Designing Schemas for Backward and Forward Compatibility - XMLSchema
Excellent document. I noticed that the RNG example changed from your initial email [1] compared to the document below. Specifically, the original example used the follow construct for the version 2 schema: <element name="Publisher"> <text/> </element> <optional> <element name="Reviewer"> <text/> </element> </optional> <zeroOrMore> <element> <anyName/> <text/> </element> </zeroOrMore> While the example in the document below uses: <element name="Publisher"> <text/> </element> <optional> <element name="NumPages"> <data type="nonNegativeInteger"/> </element> <optional> <element> <anyName/> <text/> </element> <zeroOrMore> <element> <anyName/> <text/> </element> </zeroOrMore> </optional> </optional> I'm assuming there is a reason for this change, but I can't figure out what it could be? [1] http://permalink.gmane.org/gmane.text.xml.devel/36575 /niklas Costello, Roger L. wrote: > Hi Folks, > > I have written a summary of our discussions: > > http://www.xfront.com/backward-forward-compatibility/ > > Comments welcome. > > /Roger
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||







