complexType Version

complexType {http://maven.apache.org/POM/3.0.0}Version

Abstractfalse (This can be used in an instance)
Target Namespacehttp://maven.apache.org/POM/3.0.0
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns=http://maven.apache.org/POM/3.0.0


Source

<xs:complexType name="Version">
    <
xs:annotation>
        <
xs:documentation source="version">3.0.0</xs:documentation>
        <
xs:documentation source="description">
This element describes each of the previous versions of the
project. Each version is described by a <code>version</code>
element
        
</xs:documentation>
    </
xs:annotation>
    <
xs:all>
        <
xs:element name="name" type="xs:string" minOccurs="0">
            <
xs:annotation>
                <
xs:documentation source="version">3.0.0</xs:documentation>
                <
xs:documentation source="description">
The external version number under which this release was distributed. Examples include:
<code>1.0</code>,
<code>1.1-alpha1</code>,
<code>1.2-beta</code>,
<code>1.3.2</code> etc.
                
</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="tag" type="xs:string" minOccurs="0">
            <
xs:annotation>
                <
xs:documentation source="version">3.0.0</xs:documentation>
                <
xs:documentation source="description">
The name given in the version control system (e.g. cvs) used by the project for the source
code associated with this version of the project.
                
</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="id" type="xs:string" minOccurs="0">
            <
xs:annotation>
                <
xs:documentation source="version">3.0.0</xs:documentation>
                <
xs:documentation source="description">
A unique identifier for a version. This ID is
used to specify the version that
<a href="/plugins/dist/index.html">
<code>maven:dist</code>
</a> builds.
                
</xs:documentation>
            </
xs:annotation>
        </
xs:element>
    </
xs:all>
</
xs:complexType>


Documentation

See also: version
3.0.0
See also: description
This element describes each of the previous versions of the
project. Each version is described by a <code>version</code>
element


complexType Version


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.