Home > Contents > Index >
This tag sets the dimensionable asset parent instances for a given asset.
<asset.setdimparents name="assetName" > <asset.dimensionparentrelationship ... /> </asset.setdimparents >
name
(required) asset.dimensionparentrelationship
(required)This tag sets the dimensionable asset parent instances for a given asset. Parents are specified using the asset.dimensionparentrelationship tag. Dimension parents are related to the asset based on a group, which categorizes all assets that are related to one another. For example, one group of assets may be translations, while another group may be different brands.
There are no possible errno
for this tag.
This example sets the dimension with id corresponding to the variable mda-d1.dimension.id into the asset a5. It also creates a dimension parent relationship between the asset of type "Variables.mda:c8"
and id "Variables.mda:cid8"
into the asset a5 as a translation (using the group Locale.
<asset.setdimensions name="a5"> <asset.asset type="Dimension" assetid="Variables.mda-d1.dimension.id"/> </asset.setdimensions> <asset.setdimparents name="a5"> <asset.dimensionparentrelationship group="Locale" type="Variables.mda:c8" assetid="Variables.mda:cid8"/> </asset.setdimparents>
asset.dimensionparentrelationship
Home > | Contents > | Index > | ||
![]() |
FatWire XML Tag Reference |