[
Lists Home |
Date Index |
Thread Index
]
- From: Brian McAndrews <bmcandre@ibbotson.com>
- To: xml-dev@lists.oasis-open.org
- 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@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|