[Home] [By Thread] [By Date] [Recent Entries]

  • To: xml-dev@l...
  • Subject: Providing default elements in XMLSchema differentiated with attribute values
  • From: Rajan Gupta <rgupta99_1999@y...>
  • Date: Tue, 22 Jan 2002 17:40:08 -0800 (PST)

I want to create a schema which enforces that an element with different
values has to be present in the instance of an XML document. e.g.

I want the following elements to be part of the schema always:
<FoodItems>
  <!-- The following 2 elements have to be there in an XML document -->
  <Liquid name="water">
     <qty>100</qty>
  </Liquid>
  <Liquid name="milk">
     <qty>50</qty>
  </Liquid>
  <!-- The following could be optionally there too -->
  <Liquid name="coke">
     <qty>10</qty>
  </Liquid>
</FoodItems>
I can write an XMLSchema for Liquids, but how do I enforce that elements
with water & milk as attribute values are present every time an instance
document is created of the schema.
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
> 
> ---------------------------------------------------------------------
> In case of troubles, e-mail:     webmaster@x...
> To unsubscribe, e-mail:          general-unsubscribe@x...
> For additional commands, e-mail: general-help@x...
> 


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member