treeEntry Data Type

Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
artifact artifact element 0/1  
childs treeEntry element 0/unbounded  
parent treeEntry element 0/1  

Example

<treeEntry>
  <artifact>
    <groupId>...</groupId>
    <artifactId>...</artifactId>
    <version>...</version>
    <repositoryId>...</repositoryId>
    <context>...</context>
    <url>...</url>
    <prefix>...</prefix>
    <goals>...</goals>
    <bundleVersion>...</bundleVersion>
    <bundleSymbolicName>...</bundleSymbolicName>
    <bundleExportPackage>...</bundleExportPackage>
    <bundleExportService>...</bundleExportService>
    <bundleDescription>...</bundleDescription>
    <bundleName>...</bundleName>
    <bundleLicense>...</bundleLicense>
    <bundleDocUrl>...</bundleDocUrl>
    <bundleImportPackage>...</bundleImportPackage>
    <bundleRequireBundle>...</bundleRequireBundle>
    <classifier>...</classifier>
    <packaging>...</packaging>
    <fileExtension>...</fileExtension>
    <size>...</size>
    <type>...</type>
    <path>...</path>
    <id>...</id>
    <scope>...</scope>
  </artifact>
  <childs/>
  <parent/>
</treeEntry>