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, AaronReceived on Monday, 12 May 2003 09:11:58 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 16 March 2009 11:13:27 GMT