http://maven.apache.org/POM/4.0.0
complexType Scm

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}Scm (restriction)

Documentation
4.0.0
Properties
This component is not nillable.

Model
<...>
(connection? ; developerConnection? ; tag? ; url?)
</...>


Nested Element Summary
xs:stringconnection
          4.0.0 The source control management system URL that describes the repository and how to connect to the repository. 
xs:stringdeveloperConnection
          4.0.0 Just like <code>connection</code>, but for developers, i.e. 
xs:stringtag
          4.0.0 The tag of current code. 
xs:stringurl
          4.0.0 The URL to the project's browsable SCM repository, such as ViewVC or Fisheye. 
Source
<xs:complexType name="Scm">
<xs:all>
<xs:element minOccurs="0" name="connection" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="developerConnection" type="xs:string">
</xs:element>
<xs:element default="HEAD" minOccurs="0" name="tag" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="url" type="xs:string">
</xs:element>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.