- From: Aaron Frenger <apfrenger@apfconsult.com>
- Date: Mon, 12 May 2003 09:05:51 -0400
- To: <xmlschema-dev@w3.org>
Received on Monday, 12 May 2003 09:11:58 UTC
Hi all, I am not sure if this is possible, but I am trying to set minOccurs for an element depending on another elements value. For example. <xsd:element name="myElement"> <xsd:complexType> <xsd:element name="NumberOfPeople" type="xsd:short"/> <xsd:element name="Name" type="xsd:string" minOccurs="NumberOfPeople"/> </xsd:complexType> </xsd:element> I am somewhat new to XML Schema and I have been trying to do some things with keys and have been unsuccessful. Any help would be appreciated. Thanks, Aaron
Received on Monday, 12 May 2003 09:11:58 UTC