http://maven.apache.org/SETTINGS/1.0.0
complexType Mirror

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/SETTINGS/1.0.0}Mirror (restriction)

Documentation
1.0.0
        A download mirror for a given repository.
      
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringid
          1.0.0 
xs:stringmirrorOf
          1.0.0 The server ID of the repository being mirrored, eg "central". 
xs:stringname
          1.0.0 The optional name that describes the mirror.  
xs:stringurl
          1.0.0The URL of the mirror repository. 
Source
<xs:complexType name="Mirror">
<xs:all>
<xs:element minOccurs="0" name="mirrorOf" 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:element minOccurs="0" name="id" 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.