Element Path: <cwt><COMMONTARIFFGROUP>< timeControlledPackage >
This element creates a connection to a tariff package that shall be selected based on the system time and the day type. To add two such tariff packages to the common tariff group, it is necessary to create two timeControlledPackage elements.
attribute
tariffPackageName
Value: | Any character |
Default: | – |
Description: | The name of the tariff package to be added as a time selected tariff package to the common tariff group. |
Example:
Setup that has two different time-controlled tariff packages. To get the time-controlled package to become activated you need to add a time rule for each package. see Time rule for a complete example.
<COMMONTARIFFGROUP commonTariffGroupId="0">
<timeControlledPackage tariffPackageName="TariffPackage1"/>
<timeControlledPackage tariffPackageName="TariffPackage2"/>
- - -
</COMMONTARIFFGROUP>