Common object to implement boolean structure.
Common object to implement Integer structure.
Represents a list of plcm-integer elements. Content-Type: application/vnd.plcm.plcm-integer-list+xml. All attributes are used in ETag calculation.
Common object to implement Long structure.
Represents a list of plcm-long elements. Content-Type: application/vnd.plcm.plcm-long-list+xml. All attributes are used in ETag calculation.
Common object to implements key-value structure.
Represents a list of plcm-map-item elements. Content-Type: application/vnd.plcm.plcm-map-item-list+xml. All attributes are used in ETag calculation.
Common object to implement String structure.
Represents a list of plcm-string elements. Content-Type: application/vnd.plcm.plcm-string-list+xml. All attributes are used in ETag calculation.
| Name | Type | Description | Attributes |
|---|---|---|---|
| plcmStringList | Array of PlcmString | See Definition of PlcmString |
| Name | Type | Description | Attributes |
|---|---|---|---|
| value | string | Mandatory |
| Name | Type | Description | Attributes |
|---|---|---|---|
| plcmMapItemList | Array of PlcmMapItem | See Definition of PlcmMapItem |
| Name | Type | Description | Attributes |
|---|---|---|---|
| key | Key | Mandatory | |
| value | Value | Mandatory | |
| description | Description |
| Name | Type | Description | Attributes |
|---|---|---|---|
| plcmLongList | Array of PlcmLong | See Definition of PlcmLong |
| Name | Type | Description | Attributes |
|---|---|---|---|
| value | long | Mandatory |
| Name | Type | Description | Attributes |
|---|---|---|---|
| plcmIntegerList | Array of PlcmInteger | See Definition of PlcmInteger |
| Name | Type | Description | Attributes |
|---|---|---|---|
| value | int | Mandatory |
| Name | Type | Description | Attributes |
|---|---|---|---|
| value | boolean | Mandatory |
| Name | Type | Restrictions |
|---|---|---|
| Description | string | Length of value must be >=1 Length of value must be <=256 |
| Value | string | Length of value must be >=1 Length of value must be <=256 |
| Key | string | Length of value must be >=1 Length of value must be <=256 |