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

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

Documentation
4.0.0
Properties
This component is not nillable.

Model
<...>
(artifactId? ; groupId? ; version? ; relativePath?)
</...>


Nested Element Summary
xs:stringartifactId
          4.0.0The artifact id of the parent project to inherit from. 
xs:stringgroupId
          4.0.0The group id of the parent project to inherit from. 
xs:stringrelativePath
          4.0.0 The relative path of the parent <code>pom.xml</code> file within the check out. 
xs:stringversion
          4.0.0The version of the parent project to inherit. 
Source
<xs:complexType name="Parent">
<xs:all>
<xs:element minOccurs="0" name="artifactId" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="groupId" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="version" type="xs:string">
</xs:element>
<xs:element default="../pom.xml" minOccurs="0" name="relativePath" 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.