Re: Are attribute values case sensitivite
Mukul Gandhi <[email protected]>
| Newsgroups | gmane.text.xml.schema.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Dec 21, 2010 at 4:22 PM, Shai Gotlib <[email protected]> wrote: > I wondered whether attribute values are case sensitive. > > For example: are both expressions identical? > > · <xs:restriction base="xs:*S*tring"> > > · <xs:restriction base="xs:string"> > > For XML Schema language xs:string is a valid schema type while xs:String isn't. The XML Schema validator should be giving a schema component error, when it would see xs:String for example. -- Regards, Mukul Gandhi