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

  • From: Brian McAndrews <bmcandre@i...>
  • To: xml-dev@l...
  • Date: Fri, 23 Jun 2000 16:16:38 -0500

given the following XML:

<Store numberOfProducts=3>
<Inventory>
<Product>Baseballs</Product>
<Product>Footballs</Product>
<Product>Soccerballs</Product>
</Inventory>
</Store>

Let produce a schema:

<xsd:complexType name="Inventory">
   <xsd:element name="Product" type="xsd:string"/>
</xsd:complexType>

My question is, (how) can I specify that the number of "Product" be equal to
the attribute "numberOfProducts" in the Store element?


Brian McAndrews
Ibbotson Associates
Suite 700
225 North Michigan
Chicago, Il 60601-7676



***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************

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