 |
 |
 |
Dan,
You can't do it in W3C XML Schema language. You can do it in some of
the other schema languages.
However, your examples sound like you have some control over the XML.
You can do something like the following:
<foo>
<modeone/>
<data1>aaa</data1>
<data2>bbb</data2>
</foo>
<foo>
<modetwo/>
<data3>ccc</data3>
<data4>ddd</data4>
</foo>
Regards,
Don Bate
At 11:32 AM -0400 7/7/04, Dan White wrote:
>I need a pointer or two about creating a schema.
>
>I have a situation where the incoming XML will have an element/attribute
>specifying one of four enumerated choices. Depending on the value of that
>choice, the elements that follow will be different.
>
>Like this:
><foo>
> <mode>one</mode>
> <data1>aaa</data1>
> <data2>bbb</data2>
></foo
>
><foo>
> <mode>two</mode>
> <data3>ccc</data3>
> <data4>ddd</data4>
></foo>
>
>or
><foo mode="one">
> <data1>aaa</data1>
> <data2>bbb</data2>
></foo
>
><foo mode="two">
> <data3>ccc</data3>
> <data4>ddd</data4>
></foo>
>
>How does one set up the schema to validate the appropriate sequence of
>elements based on the value of the "controlling" element/attribute ?
>
>Thanks in advance.
>
>-----------------------------------------------------------------
>The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
>initiative of OASIS <http://www.oasis-open.org>
>
>The list archives are at http://lists.xml.org/archives/xml-dev/
>
>To subscribe or unsubscribe from this list use the subscription
>manager: <http://www.oasis-open.org/mlmanage/index.php>
--
Don Bate | Specializing in Consulting and Mentoring in
Bate Consulting, Inc | Object-Oriented Technologies,
| Software Architecture, and Software Process
(972) 618-0208 voice
(972) 618-0216 fax
donbate@i...
|
 | 

|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |