<?xml version="1.0" encoding="utf-8"?>

<xs:schema
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  elementFormDefault="qualified"
  targetNamespace="http://maven.apache.org/POM/4.0.0"
  xmlns:tns="http://maven.apache.org/POM/4.0.0"
  >

  <xs:include schemaLocation="maven-4.0.0.xsd"/>
  <xs:include schemaLocation="settings-1.0.0.xsd"/>
  <xs:include schemaLocation="plugin-metadata-1.0.0.xsd"/>
  <xs:include schemaLocation="profiles-1.0.0.xsd"/>
  <xs:include schemaLocation="assembly-1.0.0.xsd"/>

</xs:schema>

