|
[XMLSCHEMA-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] xs:choice question
From: Markus Gamperl <markus.gamperl@gmx.at>
Date: Wed, 27 Jun 2007 21:21:31 +0200 Message-ID: <20070627192131.58520@gmx.net> To: xmlschema-dev@w3.org Hello! I have the following xml fragment example: <data> <a>a test</a> <b>b test</a> <data> the schema should check the following rules (three options): - element a must exist, b may not - element b must exist, a may not - element a and b must exist Therefor I have defined the following choice: ... <xs:choice> <xs:element name="a" type="xs:string"/> <xs:element name="b" type="xs:string"/> <xs:sequence> <xs:element name="a" type="xs:string"/> <xs:element name="b" type="xs:string"/> </xs:sequence> </xs:choice> ... The xml editor raises an error - something about non determenistic declaration... Do you have a suggestion how to define these three rules? Thanks for your help! Markus -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kanns mit allen: http://www.gmx.net/de/go/multimessengerReceived on Wednesday, 27 June 2007 19:21:46 GMT |
Subscribe in XML format
|






