Captures the relationship between a placement attribute and the target that placement attribute is applied to. This includes the ordered list of applied attribute values.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| allowedValues | list of string | element | 0/unbounded | the list of unique allowed values that are being applied from the placement attribute to the target | |
| placementAttribute | ManagedObjectReference | element | 0/1 | a reference to the associated placement attribute | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<AppliedPlacementAttribute xsitype="...">
<placementAttribute xsitype="...">
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</placementAttribute>
<allowedValues>...</allowedValues>
</AppliedPlacementAttribute>