[Home] [By Thread] [By Date] [Recent Entries]
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/ ***************************************************************************
|

Cart



