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

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

Documentation
4.0.0
         Contains the information needed for deploying websites.
      
Properties
This component is not nillable.

Model
<...>
(id? ; name? ; url?)
</...>


Nested Element Summary
xs:stringid
          4.0.0 A unique identifier for a deployment locataion. 
xs:stringname
          4.0.0 Human readable name of the deployment location.  
xs:stringurl
          4.0.0 The url of the location where website is deployed, in the form <code>protocol://hostname/path</code>.  
Source
<xs:complexType name="Site">
<xs:all>
<xs:element minOccurs="0" name="id" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="name" 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.