<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://maven.apache.org/POM/4.0.0" xmlns="http://maven.apache.org/POM/4.0.0">
<xs:element name="project" type="Model">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
The <code>&lt;project&gt;</code> element is the root of the descriptor.
The following table lists all of the possible child elements.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name="Model">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
The <code>&lt;project&gt;</code> element is the root of the descriptor.
The following table lists all of the possible child elements.
</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="parent" minOccurs="0" type="Parent">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The location of the parent project, if one exists. Values from the
parent project will be the default for this project if they are
left unspecified. The location is given as a group ID, artifact ID and version.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="modelVersion" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">Declares to which version of project descriptor this POM conforms.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="groupId" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
A universally unique identifier for a project. It is normal to
use a fully-qualified package name to distinguish it from other projects with a similar name
(eg. <code>org.apache.maven</code>
.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="artifactId" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
The identifier for this artifact that is unique within the group given by the group ID.
An artifact is something that is either produced or used by a project. Examples of artifacts produced by
Maven for a project include: JARs, source and binary distributions, and WARs.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="packaging" minOccurs="0" type="xs:string" default="jar">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The type of artifact this project produces, for example <code>jar</code>
<code>war</code>
<code>ear</code>
<code>pom</code>.
Plugins can create their own packaging, and
therefore their own packaging types,
so this list does not contain all possible types.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="name" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
The full name of the project.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="version" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The current version of the artifact produced by this project.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="description" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
A detailed description of the project, used by Maven whenever it needs to describe the project,
such as on the web site. While this element can be specified as CDATA to enable
the use of HTML tags within the description, it is discouraged to allow plain text representation.
If you need to modify the index page of the generated web site, you are able to specify your own instead
of adjusting this text.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="url" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
The URL to the project's homepage.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="prerequisites" minOccurs="0" type="Prerequisites">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Describes the prerequisites in the build environment for this project.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="issueManagement" minOccurs="0" type="IssueManagement">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The project's issue management system information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ciManagement" minOccurs="0" type="CiManagement">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The project's continuous integration information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="inceptionYear" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
The year of the project's inception, specified with 4 digits.
This value is used when generating copyright notices as well as being informational.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="mailingLists" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
Contains information about a project's mailing lists.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="mailingList" minOccurs="0" maxOccurs="unbounded" type="MailingList"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="developers" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
Describes the committers of a project.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="developer" minOccurs="0" maxOccurs="unbounded" type="Developer"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="contributors" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
Describes the contributors to a project that are not yet committers.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="contributor" minOccurs="0" maxOccurs="unbounded" type="Contributor"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="licenses" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
This element describes all of the licenses for this project.
Each license is described by a <code>license</code> element, which
is then described by additional elements.
Projects should only list the license(s) that applies to the project
and not the licenses that apply to dependencies.
If multiple licenses are listed, it is assumed that the user can select any of them, not that they
must accept all.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="license" minOccurs="0" maxOccurs="unbounded" type="License"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="scm" minOccurs="0" type="Scm">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Specification for the SCM used by the project, such as CVS, Subversion, etc.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organization" minOccurs="0" type="Organization">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
This element describes various attributes of the organization to
which the project belongs. These attributes are utilized when
documentation is created (for copyright notices and links).
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="build" minOccurs="0" type="Build">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">Information required to build the project.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="profiles" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
A listing of project-local build profiles which will modify the build process when activated.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="profile" minOccurs="0" maxOccurs="unbounded" type="Profile"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="modules" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The modules (sometimes called subprojects) to build as a part of this project.
Each module listed is a relative path to the directory containing the module.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="module" minOccurs="0" maxOccurs="unbounded" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="repositories" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The lists of the remote repositories for discovering dependencies and
extensions.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="repository" minOccurs="0" maxOccurs="unbounded" type="Repository"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="pluginRepositories" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The lists of the remote repositories for discovering plugins for builds and reports.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="pluginRepository" minOccurs="0" maxOccurs="unbounded" type="Repository"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dependencies" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
This element describes all of the dependencies associated with a
project.
These dependencies are used to construct a classpath for your
project during the build process. They are automatically downloaded from the
repositories defined in this project.
See <a href="http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html">the
dependency mechanism</a> for more information.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="dependency" minOccurs="0" maxOccurs="unbounded" type="Dependency"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="reports" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
<b>Deprecated</b>. Now ignored by Maven.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="reporting" minOccurs="0" type="Reporting">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
This element includes the specification of report plugins to use to generate the reports on the
Maven-generated site. These reports will be run when a user executes <code>mvn site</code>. All of the
reports will be included in the navigation bar for browsing.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="dependencyManagement" minOccurs="0" type="DependencyManagement">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Default dependency information for projects that inherit from
this one. The dependencies in this section are not immediately resolved.
Instead, when a POM derived from this one declares a dependency
described by a matching groupId and artifactId, the version and other values from this
section are used for that dependency if they were not already specified.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="distributionManagement" minOccurs="0" type="DistributionManagement">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">Distribution information for a project that enables deployment of the site
and artifacts to remote web servers and repositories respectively.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="properties" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Properties that can be used throughout the POM as a substitution, and are used as filters in resources
if enabled. The format is <code>&lt;name&gt;value&lt;/name&gt;</code>.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="Contributor">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
Description of a person who has contributed to the project, but who does
not have commit privileges. Usually, these contributions come in the
form of patches submitted.
</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="name" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">The full name of the contributor.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="email" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">The email address of the contributor.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="url" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">The URL for the homepage of the contributor.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organization" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">The organization to which the contributor belongs.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organizationUrl" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">The URL of the organization.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="roles" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
The roles the contributor plays in the project. Each role is
described by a <code>role</code> element, the body of which is a
role name. This can also be used to describe the contribution.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="role" minOccurs="0" maxOccurs="unbounded" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="timezone" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
The timezone the contributor is in. This is a number in the range -11 to 12.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="properties" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
Properties about the contributor, such as an instant messenger handle.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="Profile">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Modifications to the build process which is activated based on environmental parameters or command line arguments.
</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="id" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The identifier of this build profile. This used both for command line activation, and identifies
identical profiles to merge with during inheritance.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="activation" minOccurs="0" type="Activation">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The conditional logic which will automatically
trigger the inclusion of this profile.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="build" minOccurs="0" type="BuildBase">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">Information required to build the project.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="modules" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The modules (sometimes called subprojects) to build as a part of this project.
Each module listed is a relative path to the directory containing the module.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="module" minOccurs="0" maxOccurs="unbounded" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="repositories" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The lists of the remote repositories for discovering dependencies and
extensions.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="repository" minOccurs="0" maxOccurs="unbounded" type="Repository"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="pluginRepositories" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The lists of the remote repositories for discovering plugins for builds and reports.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="pluginRepository" minOccurs="0" maxOccurs="unbounded" type="Repository"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dependencies" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
This element describes all of the dependencies associated with a
project.
These dependencies are used to construct a classpath for your
project during the build process. They are automatically downloaded from the
repositories defined in this project.
See <a href="http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html">the
dependency mechanism</a> for more information.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="dependency" minOccurs="0" maxOccurs="unbounded" type="Dependency"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="reports" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
<b>Deprecated</b>. Now ignored by Maven.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="reporting" minOccurs="0" type="Reporting">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
This element includes the specification of report plugins to use to generate the reports on the
Maven-generated site. These reports will be run when a user executes <code>mvn site</code>. All of the
reports will be included in the navigation bar for browsing.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="dependencyManagement" minOccurs="0" type="DependencyManagement">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Default dependency information for projects that inherit from
this one. The dependencies in this section are not immediately resolved.
Instead, when a POM derived from this one declares a dependency
described by a matching groupId and artifactId, the version and other values from this
section are used for that dependency if they were not already specified.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="distributionManagement" minOccurs="0" type="DistributionManagement">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">Distribution information for a project that enables deployment of the site
and artifacts to remote web servers and repositories respectively.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="properties" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Properties that can be used throughout the POM as a substitution, and are used as filters in resources
if enabled. The format is <code>&lt;name&gt;value&lt;/name&gt;</code>.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="Activation">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The conditions within the build runtime environment which will trigger
the automatic inclusion of the build profile.
</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="activeByDefault" minOccurs="0" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">Flag specifying whether this profile is active by default.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="jdk" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Specifies that this profile will be activated when a matching JDK is detected. For example, <code>1.4</code>
only activates on JDKs versioned 1.4, while <code>!1.4</code> matches any JDK that is not version 1.4.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="os" minOccurs="0" type="ActivationOS">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Specifies that this profile will be activated when matching operating system attributes are detected.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="property" minOccurs="0" type="ActivationProperty">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Specifies that this profile will be activated when this system property is specified.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="file" minOccurs="0" type="ActivationFile">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Specifies that this profile will be activated based on existence of a file.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="ActivationFile">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
This is the file specification used to activate the profile. The missing value will be the location
of a file that needs to exist, and if it doesn't the profile will be activated. On the other hand exists will test
for the existence of the file and if it is there the profile will be activated.
</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="missing" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The name of the file that must be missing to activate the profile.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="exists" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The name of the file that must exist to activate the profile.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="ActivationProperty">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
This is the property specification used to activate a profile. If the value field is empty,
then the existence of the named property will activate the profile, otherwise it does a case-sensitive
match against the property value as well.
</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="name" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The name of the property to be used to activate a profile.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="value" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The value of the property required to activate a profile.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="ActivationOS">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
This is an activator which will detect an operating system's attributes in order to activate
its profile.
</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="name" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The name of the operating system to be used to activate the profile. This must be an exact match
of the <code>${os.name}</code> Java property, such as <code>Windows XP</code>.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="family" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The general family of the OS to be used to activate the profile, such as <code>windows</code> or <code>unix</code>.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="arch" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The architecture of the operating system to be used to activate the profile.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="version" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The version of the operating system to be used to activate the profile.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="DependencyManagement">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Section for management of default dependency information for use in a group of POMs.
</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="dependencies" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The dependencies specified here are not used until they
are referenced in a POM within the group. This allows the
specification of a "standard" version for a particular
dependency.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="dependency" minOccurs="0" maxOccurs="unbounded" type="Dependency"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="Dependency">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="groupId" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
The project group that produced the dependency, e.g.
<code>org.apache.maven</code>.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="artifactId" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
The unique id for an artifact produced by the project group, e.g.
<code>maven-artifact</code>.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="version" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
The version of the dependency, e.g. <code>3.2.1</code>. In Maven 2, this can also be
specified as a range of versions.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="type" minOccurs="0" type="xs:string" default="jar">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The type of dependency. This defaults to <code>jar</code>. While it usually represents the extension on
the filename of the dependency, that is not always the case. A type can be mapped to a different
extension and a classifier.
The type often correspongs to the packaging used, though this is also not always the case.
Some examples are <code>jar</code>, <code>war</code>, <code>ejb-client</code> and <code>test-jar</code>.
New types can be defined by plugins that set
<code>extensions</code> to <code>true</code>, so this is not a complete list.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="classifier" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The classifier of the dependency. This allows distinguishing two artifacts that belong to the same POM but
were built differently, and is appended to the filename after the version. For example,
<code>jdk14</code> and <code>jdk15</code>.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="scope" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The scope of the dependency - <code>compile</code>, <code>runtime</code>, <code>test</code>,
<code>system</code>, and <code>provided</code>. Used to
calculate the various classpaths used for compilation, testing, and so on. It also assists in determining
which artifacts to include in a distribution of this project. For more information, see
<a href="http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html">the
dependency mechanism</a>.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="systemPath" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
FOR SYSTEM SCOPE ONLY. Note that use of this property is <b>discouraged</b> and may be replaced in later
versions. This specifies the path on the filesystem for this dependency.
Requires an absolute path for the value, not relative.
Use a property that gives the machine specific absolute path,
e.g. <code>${java.home}</code>.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="exclusions" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Lists a set of artifacts that should be excluded from this dependency's artifact list when it comes to
calculating transitive dependencies.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="exclusion" minOccurs="0" maxOccurs="unbounded" type="Exclusion"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="optional" minOccurs="0" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Indicates the dependency is optional for use of this library. While the version of the dependency will be
taken into account for dependency calculation if the library is used elsewhere, it will not be passed on
transitively.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="Exclusion">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="artifactId" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The artifact ID of the project to exclude.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="groupId" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The group ID of the project to exclude.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="Reporting">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">Section for management of reports and their configuration.</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="excludeDefaults" minOccurs="0" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">If true, then the default reports are not included in the site generation. This includes the
reports in the "Project Info" menu.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="outputDirectory" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Where to store all of the generated reports. The default is
<code>${project.build.directory}/site</code>
.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="plugins" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The reporting plugins to use and their configuration.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="plugin" minOccurs="0" maxOccurs="unbounded" type="ReportPlugin"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="ReportPlugin">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="groupId" minOccurs="0" type="xs:string" default="org.apache.maven.plugins">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The group ID of the reporting plugin in the repository.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="artifactId" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The artifact ID of the reporting plugin in the repository.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="version" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The version of the reporting plugin to be used.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="inherited" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">Whether the configuration in this plugin should be made available to projects that
inherit from this one.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="configuration" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The configuration of the reporting plugin.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="reportSets" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">Multiple specifications of a set of reports, each having (possibly) different
configuration. This is the reporting parallel to an <code>execution</code> in the build.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="reportSet" minOccurs="0" maxOccurs="unbounded" type="ReportSet"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="ReportSet">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">Represents a set of reports and configuration to be used to generate them.</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="id" minOccurs="0" type="xs:string" default="default">
<xs:annotation>
<xs:documentation source="version">0.0.0+</xs:documentation>
<xs:documentation source="description">The unique id for this report set, to be used during POM inheritance.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="configuration" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">Configuration of the report to be used when generating this set.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="inherited" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Whether any configuration should be propagated to child POMs.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="reports" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The list of reports from this plugin which should be generated from this set.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="report" minOccurs="0" maxOccurs="unbounded" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="BuildBase">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="defaultGoal" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
The default goal (or phase in Maven 2) to execute when none is specified for the project.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="resources" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
This element describes all of the classpath resources such as properties files associated with a
project. These resources are often included in the final package.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="resource" minOccurs="0" maxOccurs="unbounded" type="Resource"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="testResources" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
This element describes all of the classpath resources such as properties files associated with a
project's unit tests.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="testResource" minOccurs="0" maxOccurs="unbounded" type="Resource"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="directory" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The directory where all files generated by the build are placed.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="finalName" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The filename (excluding the extension, and with no path information) that the produced artifact
will be called. The default value is <code>${artifactId}-${version}</code>.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="filters" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The list of filter properties files that are used when filtering is enabled.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="filter" minOccurs="0" maxOccurs="unbounded" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="pluginManagement" minOccurs="0" type="PluginManagement">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Default plugin information to be made available for reference by
projects derived from this one. This plugin configuration will not
be resolved or bound to the lifecycle unless referenced. Any local
configuration for a given plugin will override the plugin's entire
definition here.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="plugins" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The list of plugins to use.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="plugin" minOccurs="0" maxOccurs="unbounded" type="Plugin"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="Plugin">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="groupId" minOccurs="0" type="xs:string" default="org.apache.maven.plugins">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The group ID of the plugin in the repository.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="artifactId" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The artifact ID of the plugin in the repository.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="version" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The version (or valid range of verisons) of the plugin to be used.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="extensions" minOccurs="0" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">Whether to load Maven extensions (such as packaging and type handlers) from this
plugin. For performance reasons, this should only be enabled when necessary.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="executions" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">Multiple specifications of a set of goals to execute during the build lifecycle, each having
(possibly) different
configuration.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="execution" minOccurs="0" maxOccurs="unbounded" type="PluginExecution"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dependencies" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">Additional dependencies that this project needs to introduce to the plugin's
classloader.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="dependency" minOccurs="0" maxOccurs="unbounded" type="Dependency"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="goals" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
<b>Deprecated</b>. Unused by Maven.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="inherited" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Whether any configuration should be propagated to child POMs.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="configuration" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">0.0.0+</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="PluginExecution">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="id" minOccurs="0" type="xs:string" default="default">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The identifier of this execution for labelling the goals during the build, and for matching
exections to merge during inheritance.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="phase" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The build lifecycle phase to bind the goals in this execution to. If omitted, the goals will
be bound to the default specified in their metadata.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="goals" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">The goals to execute with the given configuration.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="goal" minOccurs="0" maxOccurs="unbounded" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="inherited" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Whether any configuration should be propagated to child POMs.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="configuration" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">0.0.0+</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="PluginManagement">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
Section for management of default plugin information for use in a group of POMs.
</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="plugins" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The list of plugins to use.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="plugin" minOccurs="0" maxOccurs="unbounded" type="Plugin"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="Resource">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
This element describes all of the classpath resources associated with a project or
unit tests.
</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="targetPath" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
Describe the resource target path. For example, if you want that
resource to appear in a specific package
(<code>org.apache.maven.messages</code>
, you must specify this
element with this value: <code>org/apache/maven/messages</code>.
This is not required if you simply put the resources in that directory structure at the source, however.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="filtering" minOccurs="0" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
Whether resources are filtered to replace tokens with parameterised values or not.
The values are taken from the <code>properties</code> element and from the properties in the files listed
in the <code>filters</code> element.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="directory" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">
Describe the directory where the resources are stored.
The path is relative to the POM.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="includes" minOccurs="0">
<xs:annotation>
<xs:documentation source="version">3.0.0+</xs:documentation>
<xs:documentation source="description">A list of patterns to include, e.g. <code>**&#47;*.xml</code>.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="include" minOccurs="0" maxOccurs="unbounded" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:
---------------
TRIPS RIGHT BUNCH F SHUTTLE TOM AND JERRY RIGHT YELLOW