PropertyValueSpecification
CDIFCore::Classes::PropertyValueSpecification
Definition
schema:PropertyValueSpecification - an explanation of a parameter used in the target URL template of an Action.
Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| identifier | Identifier | [0..1] | @id - identifier for this parameter specification. |
| valueName | string | [1] | schema:valueName - the parameter name as used in the urlTemplate. |
| description | string | [1] | schema:description - description of the parameter. |
| valueRequired | boolean | [0..1] | schema:valueRequired - whether the parameter is required. |
| valuePattern | string | [0..1] | schema:valuePattern - a regular expression constraining the parameter value. |
Associations
| Role | Target | Multiplicity | Kind |
|---|---|---|---|
| queryInput | ← Action | [0..*] | association |