Do the XSD (XML schema) files have usually extension .xsd or they can have extension .xml as well?
Thanks.
Do the XSD (XML schema) files have usually extension .xsd or they can have
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.
they should be XSD even if the inside is an XML-like structured file. You can ususally parse it like an xml. the only difference is that each element name will begin with “xs:” folowed by the element name.