I have a set of classes which hold only data (no operations have been defined in this class). How do i generate a xsd file for these classes?
Share
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.
Type
xsd /?for all the options, you can specify specific types as well.UPDATE:
A better option will be to design a proper schema and use
xsd /c myschema.xsdto generate to proper classes for you 🙂