A QName is created using a Spring bean with the following attributes:
| Attribute | Value | Description |
|---|---|---|
| id | User-defined | A unique ID for the bean. |
| parent | qname | The parent bean. |
The QName bean takes the following properties:
| Property | Type | Mandatory | Description |
|---|---|---|---|
| namespace | Namespace | Required | Reference to a Namespace bean. |
| localName | String | Required |
The localname to be used for the QName. Use a fully-qualified name with Clark notation as the key of the entry. |