|
|
<property> element |
Attributes Elements XML Reference |
Examples: property examples
| Name | Type | Description | Use |
|---|---|---|---|
| key | string | Property key. | required |
| value | string | Simple property value or comma-separated sequence of values when a cardinality attribute is specified. | required |
| type | string | Type of the property value. The default type for a property is string. | optional |
| cardinality | integer | A cardinality of 0 denotes a simple primitive property, a positive cardinality denotes a primitive array property, and a negative cardinality denotes a List property. The default cardinality assumed is 0. | optional |
| Sibling Name | Sibling Description |
|---|---|
| <validationTest> | Specifies the root element of a Device Kit Device Kit Test (dktest) script. |
| <actions> | A sequence of configuration and test actions. |
| <configuration> | The specification for a configuration change. |
| <configurationAction> | A configuration management action of a specified type. |
| <configurations> | A collection of configuration change specifications. |
| <properties> | The properties for a configuration change or a test run. |
| <test> | The specification for running a test. |
| <testAction> | A collection of sequential or parallel tests, including nested testActions. |
| <tests> | A collection of test specifications. |
| Element Name | Element Description |
|---|---|
| <validationTest> | Specifies the root element of a Device Kit Device Kit Test (dktest) script. |
| Copyright (c) 2007 IBM. | XML Reference 1.0.0 |