Can someone please explain this question to me?
Are the type system represented by
XmlSchema and the CLS isomorphic?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Means every type defined by XML Schema can be defined in CLS (.NET type system) and vice versa.
For example, if we have
xs:stringin XML Schema, we haveSystem.Stringin .NET. And If I define this class in C#:I can represent that in XML Schema: