I am new to JPA, when I tried to run the following code, it showing error as \"cvc-elt.1: Cannot find the declaration of element \'persistence\'.\"
you are missing the element in your xml... check the xsd you posted and make your persistence.xml comply to the schema. See this link for a simple example