extending enumeration ?

Hi,

In schema with restriction of enumeration:

		<xsd:simpleType>
			<xsd:restriction base="xsd:string">
				<xsd:enumeration value="High"/>
				<xsd:enumeration value="Medium"/>
			</xsd:restriction>
		</xsd:simpleType>

If I want to state that the list is as specified but can also add other values, is there a way to state that ?

TIA,
	Evyatar

Received on Sunday, 25 August 2002 01:39:42 UTC