xmlns, xmlns:xsi, xsi:schemaLocation, and targetNamespace?

Namespace related attributes in XML and XML Schema (XSD) xmlns is part of the W3C Namespaces in XML Recommendation:The prefix xmlns is used only to declare namespace bindings and is by definition bound to the namespace name http://www.w3.org/2000/xmlns/.In your example, it declares that http://maven.apache.org/POM/4.0.0 is the default namespace for the elements in your Maven project. xmlns:xsi declares a standard namespace prefix (xsi) for … Read more