- Schema
- ns0.xsd
Properties
| name |
data type |
type |
namespace |
min/max occurs |
description |
| targetRepositoryId
|
string
|
element
|
|
0/1
|
|
Properties inherited from artifact |
| artifactId |
string
|
element
|
|
0/1
|
|
| bundleDescription |
string
|
element
|
|
0/1
|
|
| bundleDocUrl |
string
|
element
|
|
0/1
|
|
| bundleExportPackage |
string
|
element
|
|
0/1
|
|
| bundleExportService |
string
|
element
|
|
0/1
|
|
| bundleImportPackage |
string
|
element
|
|
0/1
|
|
| bundleLicense |
string
|
element
|
|
0/1
|
|
| bundleName |
string
|
element
|
|
0/1
|
|
| bundleRequireBundle |
string
|
element
|
|
0/1
|
|
| bundleSymbolicName |
string
|
element
|
|
0/1
|
|
| bundleVersion |
string
|
element
|
|
0/1
|
|
| classifier |
string
|
element
|
|
0/1
|
|
| context |
string
|
element
|
|
0/1
|
|
| fileExtension |
string
|
element
|
|
0/1
|
|
| goals |
string
|
element
|
|
0/unbounded
|
|
| groupId |
string
|
element
|
|
0/1
|
|
| id |
string
|
element
|
|
0/1
|
|
| packaging |
string
|
element
|
|
0/1
|
|
| path |
string
|
element
|
|
0/1
|
|
| prefix |
string
|
element
|
|
0/1
|
|
| repositoryId |
string
|
element
|
|
0/1
|
|
| scope |
string
|
element
|
|
0/1
|
|
| size |
string
|
element
|
|
0/1
|
|
| type |
string
|
element
|
|
0/1
|
|
| url |
string
|
element
|
|
0/1
|
|
| version |
string
|
element
|
|
0/1
|
|
Example
<artifactTransferRequest>
<targetRepositoryId>...</targetRepositoryId>
<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>
</artifactTransferRequest>