metadataAddRequest Data Type
- Schema
- ns0.xsd
- Available Since
- 1.4-M4
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
artifactId | string | element | 0/1 | ||
groupId | string | element | 0/1 | ||
metadatas | (custom) | element | 0/1 | ||
version | string | element | 0/1 |
Example
<metadataAddRequest> <groupId>...</groupId> <artifactId>...</artifactId> <version>...</version> <metadatas>...</metadatas> </metadataAddRequest>