complexType "Relocation"
Namespace:
Content:
complex, 4 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
version:
4.0.0+
description:
Describes where an artifact has moved to. If any of the values are omitted, it is assumed to be the same as it was before.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="Relocation">
<xs:all>
<xs:element minOccurs="0" name="groupId" type="xs:string"/>
<xs:element minOccurs="0" name="artifactId" type="xs:string"/>
<xs:element minOccurs="0" name="version" type="xs:string"/>
<xs:element minOccurs="0" name="message" type="xs:string"/>
</xs:all>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
artifactId
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The new artifact ID of the artifact.
XML Representation Summary
<artifactId>
   
Content: 
{ xs:string }
</artifactId>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="artifactId" type="xs:string"/>

groupId
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The group ID the artifact has moved to.
XML Representation Summary
<groupId>
   
Content: 
{ xs:string }
</groupId>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="groupId" type="xs:string"/>

message
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
An additional message to show the user about the move, such as the reason.
XML Representation Summary
<message>
   
Content: 
{ xs:string }
</message>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="message" type="xs:string"/>

version
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The new version of the artifact.
XML Representation Summary
<version>
   
Content: 
{ xs:string }
</version>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="version" type="xs:string"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.