Top "Simpletype" questions

XML Schema Case Insensitive Enumeration of Simple Type String

I am in need of a case insensitive string enumeration type in my XML schema (.xsd) file. I can get …

xml schema simpletype case-sensitive
How to reuse simpleType redefinition in XSD

Imagine there is a defined simple type in definition.xsd <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"&…

xsd enumeration reusability simpletype