[
Lists Home |
Date Index |
Thread Index
]
- To: XML Developers List <xml-dev@lists.xml.org>
- Subject: Is there a way to reuse and extend an enumeration in XML schema
- From: Kenneth Stephen <marvin.the.paranoid@gmail.com>
- Date: Sat, 5 Mar 2005 17:28:52 -0600
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=RHGvkZ9EwNcE2S2Xx4rmIMtZ6ROw8jbTvFDEaGuCprCXTGhlGwjOTozcKiTlYonQTSS5gK5LKX9xGi1UDR+ZxjXU78R2KW8KCQto+JjXUEHm1GTq5edkneC9LNtOfUbikoIxTTs1teLaIJ+fY0dqF7FvRtQDMHtA6UjNeHLu9P8=
- Reply-to: Kenneth Stephen <marvin.the.paranoid@gmail.com>
Hi,
I have a simpleType defined as having an enumerated type having
(for example) values 'A','B', and 'C'. I want to be able to reuse this
type elsewhere and also add an additional value of 'D' without
altering the original definition. Is there a way to do that?
Thanks,
Kenneth
|