[
Lists Home |
Date Index |
Thread Index
]
Yes, but that won't necessarily prevent someone from including in an XML
document a value that is not supported by the enumeration list, without
regard to case. IOW, it would allow someone to include like "ZfH", which
is not on the intended enumeration list in any form (zfh, zFh, ZFH,
etc.)
The best approach may simply be to determine how case should be
supported (e.g. allow "dog" or "DOG", but not "DoG"), and list the
various combinations in the enumeration list.
Kind Regards,
Joe Chiusano
Booz | Allen | Hamilton
Strategy and Technology Consultants to the World
"Emmanuil Batsis (Manos)" wrote:
>
> Davis, Nathan wrote:
>
> > I want to create a simpleType > restriction > enumeration such as the
> > following:
> >
>
> Why use an enumeration? This has regular expression written all over it,
> see
>
> http://www.w3.org/TR/xmlschema-2/#rf-pattern
>
> hth,
>
> --
> Manos Batsis
>
> _ __ __ __
> / |/ /__ / /____ __ _ ___ _____/ /_
> / / -_) __(_-</ ' Y _ `/ __/ __/
> /_/|_/\__/\__/___/_/_/_|_,_/_/ \__/
>
> http://www.netsmart.gr
> mailto:mbatsisSPAM_TRAP@netsmart.gr
> tel:+302103240940
> http://forte.netsmart.gr/foaf/manos_foaf.rdf
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
|