yanweiyuan3
2023-08-09 588bc7829387dfc761cc25f06f77d4c81818bd10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
Quintiq file version 2.0
#parent: #root
EDIBroker MPSync_ImportGlobalParametersFromExcelBroker
{
  MDSDefinition: MPSync
  EDIModelLink.Destination MPSync_DestinationGlobalParametersForExcelImport
  {
    SettingsEngineLink: 'domainmodel.ediremotedatasourcedefinition.remotestorage.outputglobalparameterstomodel'
    EDIMLTable IOGlobalParameter
    {
      PrimaryKeyColumns: ID
      TargetType: IOGlobalParameter
      TypeIndex: IOGlobalParameterTypeIndex
      EDIMLColumn AbsoluteLowerLimit { Attribute: AbsoluteLowerLimit ValueType: Real }
      EDIMLColumn AbsoluteUpperLimit { Attribute: AbsoluteUpperLimit ValueType: Real }
      EDIMLColumn AutoScalingFrequency { Attribute: AutoScalingFrequency ValueType: Duration }
      EDIMLColumn BalanceTolerance { Attribute: BalanceTolerance ValueType: Real }
      EDIMLColumn BaseCurrency { Attribute: BaseCurrency ValueType: String }
      EDIMLColumn BiasTolerance { Attribute: BiasTolerance ValueType: Real }
      EDIMLColumn BottleneckTolerance { Attribute: BottleneckTolerance ValueType: Real }
      EDIMLColumn BottleneckWindowEnd { Attribute: BottleneckWindowEnd ValueType: Duration }
      EDIMLColumn BottleneckWindowStart { Attribute: BottleneckWindowStart ValueType: Duration }
      EDIMLColumn CO2ProcessUoM { Attribute: CO2ProcessUoM ValueType: String }
      EDIMLColumn CO2UoM { Attribute: CO2UoM ValueType: String }
      EDIMLColumn ChangeoverTime { Attribute: ChangeoverTime ValueType: Duration }
      EDIMLColumn DefaultAbsoluteValueForInventoryHolding { Attribute: DefaultAbsoluteValueForInventoryHolding ValueType: Real }
      EDIMLColumn DefaultAccountForInventoryHolding { Attribute: DefaultAccountForInventoryHolding ValueType: String }
      EDIMLColumn DefaultAllocation { Attribute: DefaultAllocation ValueType: Real }
      EDIMLColumn DefaultAnnualInterestRateForInventoryHolding { Attribute: DefaultAnnualInterestRateForInventoryHolding ValueType: Real }
      EDIMLColumn DefaultDemandUncertainty { Attribute: DefaultDemandUncertainty ValueType: Real }
      EDIMLColumn DefaultEfficiency { Attribute: DefaultEfficiency ValueType: Real }
      EDIMLColumn DefaultMaxCapacityForStockingPoint { Attribute: DefaultMaxCapacityForStockingPoint ValueType: Real }
      EDIMLColumn DefaultMaxCapacityPerDayForUnit { Attribute: DefaultMaxCapacityPerDayForUnit ValueType: Real }
      EDIMLColumn DefaultMaxLoadPercentage { Attribute: DefaultMaxLoadPercentage ValueType: Real }
      EDIMLColumn DefaultMinCapacityPerDayForUnit { Attribute: DefaultMinCapacityPerDayForUnit ValueType: Real }
      EDIMLColumn DefaultNumberOfPeriodsForAvgDemand { Attribute: DefaultNumberOfPeriodsForAvgDemand ValueType: Number }
      EDIMLColumn DefaultOperationInputOutputQuantity { Attribute: DefaultOperationInputOutputQuantity ValueType: Real }
      EDIMLColumn DefaultServiceLevel { Attribute: DefaultServiceLevel ValueType: Real }
      EDIMLColumn DefaultShiftPatternName { Attribute: DefaultShiftPatternName ValueType: String }
      EDIMLColumn DefaultSmartPlanStrategy { Attribute: DefaultSmartPlanStrategy ValueType: String }
      EDIMLColumn DefaultUnitOfMeasure { Attribute: DefaultUnitOfMeasure ValueType: String }
      EDIMLColumn DisaggregationRatio { Attribute: DisaggregationRatio ValueType: String }
      EDIMLColumn DurationInventoryMixBalancingCheck { Attribute: DurationInventoryMixBalancingCheck ValueType: Duration }
      EDIMLColumn DurationLotsizeHorizon { Attribute: DurationLotsizeHorizon ValueType: Duration }
      EDIMLColumn EndOfKPIHorizon { Attribute: EndOfKPIHorizon ValueType: Date }
      EDIMLColumn ForecastNettingRule { Attribute: ForecastNettingRule ValueType: String }
      EDIMLColumn HasAbsoluteValueForInventoryHolding { Attribute: HasAbsoluteValueForInventoryHolding ValueType: Boolean }
      EDIMLColumn HasDefaultInventoryHoldingCost { Attribute: HasDefaultInventoryHoldingCost ValueType: Boolean }
      EDIMLColumn ID { Attribute: ID ValueType: String }
      EDIMLColumn IsPeggingRunAfterOptimization { Attribute: IsPeggingRunAfterOptimization ValueType: Boolean }
      EDIMLColumn IsUsableIfExpiredWithinPeriod { Attribute: IsUsableIfExpiredWithinPeriod ValueType: Boolean }
      EDIMLColumn IsUsableIfMatureWithinPeriod { Attribute: IsUsableIfMatureWithinPeriod ValueType: Boolean }
      EDIMLColumn LaneLeadTimeLogic { Attribute: LaneLeadTimeLogic ValueType: String }
      EDIMLColumn LotSizeTolerance { Attribute: LotSizeTolerance ValueType: Real }
      EDIMLColumn MinToKeepTripInUsedPercentage { Attribute: MinToKeepTripInUsedPercentage ValueType: Number }
      EDIMLColumn MinimumSalesDemandQtyThreshold { Attribute: MinimumSalesDemandQtyThreshold ValueType: Real }
      EDIMLColumn NoiseThresholdOptimizerOutput { Attribute: NoiseThresholdOptimizerOutput ValueType: Real }
      EDIMLColumn NumberOfDecimals { Attribute: NumberOfDecimals ValueType: Number }
      EDIMLColumn NumberOfPeriodsInWindow { Attribute: NumberOfPeriodsInWindow ValueType: Number }
      EDIMLColumn NumberOfPeriodsPerSlide { Attribute: NumberOfPeriodsPerSlide ValueType: Number }
      EDIMLColumn NumberOfPeriodsSmartPlan { Attribute: NumberOfPeriodsSmartPlan ValueType: Number }
      EDIMLColumn OperationLeadTimeLogic { Attribute: OperationLeadTimeLogic ValueType: String }
      EDIMLColumn OutlierTolerance { Attribute: OutlierTolerance ValueType: Real }
      EDIMLColumn PeriodSpecificationForUnitActual { Attribute: PeriodSpecificationForUnitActual ValueType: String }
      EDIMLColumn PeriodTaskValidity { Attribute: PeriodTaskValidity ValueType: Duration }
      EDIMLColumn RunSmartPlanSynchronously { Attribute: RunSmartPlanSynchronously ValueType: Boolean }
      EDIMLColumn SanityCheckLimit { Attribute: SanityCheckLimit ValueType: Number }
      EDIMLColumn StartOfKPIHorizon { Attribute: StartOfKPIHorizon ValueType: Date }
      EDIMLColumn StockingPointBottleneckThreshold { Attribute: StockingPointBottleneckThreshold ValueType: Real }
      EDIMLColumn UnitLowerBottleneckThreshold { Attribute: UnitLowerBottleneckThreshold ValueType: Real }
      EDIMLColumn UnitUpperBottleneckThreshold { Attribute: UnitUpperBottleneckThreshold ValueType: Real }
      EDIMLColumn UpdateKPIHorizonAtPeriodRoll { Attribute: UpdateKPIHorizonAtPeriodRoll ValueType: Boolean }
      EDIMLColumn UseAuditTrail { Attribute: UseAuditTrail ValueType: Boolean }
      EDIMLColumn UseDefaultDisplayIndex { Attribute: UseDefaultDisplayIndex ValueType: Boolean }
      EDIMLColumn UseSingleEchelon { Attribute: UseSingleEchelon ValueType: Boolean }
      EDIMLColumn UseSlidingWindowsApproach { Attribute: UseSlidingWindowsApproach ValueType: Boolean }
    }
  }
  EDITransformation.Transformation MPSync_TransformationGlobalParametersForExcelImport
  {
    EDITableTransformation
    {
      InputTable: GlobalParameters_MP
      OutputTable: IOGlobalParameter
      EDIColumnMatch { InputColumn: AbsoluteLowerLimit OutputColumn: AbsoluteLowerLimit }
      EDIColumnMatch { InputColumn: AbsoluteUpperLimit OutputColumn: AbsoluteUpperLimit }
      EDIColumnMatch
      {
        InputColumn: AutoScalingFrequency
        OutputColumn: AutoScalingFrequency
        Converter
        {
          XMLDefinition:
          [*
            <?xml version="1.0" encoding="UTF-16"?>
            <StringToDuration xmlns="http://www.quintiq.com/GEB/StringToDuration" Key="@1">
              <IsStandard>true</IsStandard>
              <IsISO>false</IsISO>
              <IsCustom>false</IsCustom>
              <ConversionType>0</ConversionType>
              <SingularDayString>day</SingularDayString>
              <PluralDayString>days</PluralDayString>
            </StringToDuration>
          *]
        }
      }
      EDIColumnMatch { InputColumn: BalanceTolerance OutputColumn: BalanceTolerance }
      EDIColumnMatch { InputColumn: BaseCurrency OutputColumn: BaseCurrency }
      EDIColumnMatch { InputColumn: BiasTolerance OutputColumn: BiasTolerance }
      EDIColumnMatch { InputColumn: BottleneckTolerance OutputColumn: BottleneckTolerance }
      EDIColumnMatch
      {
        InputColumn: BottleneckWindowEnd
        OutputColumn: BottleneckWindowEnd
        Converter
        {
          XMLDefinition:
          [*
            <?xml version="1.0" encoding="UTF-16"?>
            <StringToDuration xmlns="http://www.quintiq.com/GEB/StringToDuration" Key="@1">
              <IsStandard>true</IsStandard>
              <IsISO>false</IsISO>
              <IsCustom>false</IsCustom>
              <ConversionType>0</ConversionType>
              <SingularDayString>day</SingularDayString>
              <PluralDayString>days</PluralDayString>
            </StringToDuration>
          *]
        }
      }
      EDIColumnMatch
      {
        InputColumn: BottleneckWindowStart
        OutputColumn: BottleneckWindowStart
        Converter
        {
          XMLDefinition:
          [*
            <?xml version="1.0" encoding="UTF-16"?>
            <StringToDuration xmlns="http://www.quintiq.com/GEB/StringToDuration" Key="@1">
              <IsStandard>true</IsStandard>
              <IsISO>false</IsISO>
              <IsCustom>false</IsCustom>
              <ConversionType>0</ConversionType>
              <SingularDayString>day</SingularDayString>
              <PluralDayString>days</PluralDayString>
            </StringToDuration>
          *]
        }
      }
      EDIColumnMatch { InputColumn: CO2ProcessUoM OutputColumn: CO2ProcessUoM }
      EDIColumnMatch { InputColumn: CO2UoM OutputColumn: CO2UoM }
      EDIColumnMatch { InputColumn: ChangeoverTime OutputColumn: ChangeoverTime }
      EDIColumnMatch { InputColumn: DefaultAbsoluteValueForInventoryHolding OutputColumn: DefaultAbsoluteValueForInventoryHolding }
      EDIColumnMatch { InputColumn: DefaultAccountForInventoryHolding OutputColumn: DefaultAccountForInventoryHolding }
      EDIColumnMatch { InputColumn: DefaultAllocation OutputColumn: DefaultAllocation }
      EDIColumnMatch { InputColumn: DefaultAnnualInterestRateForInventoryHolding OutputColumn: DefaultAnnualInterestRateForInventoryHolding }
      EDIColumnMatch
      {
        InputColumn: DefaultDemandUncertainty
        OutputColumn: DefaultDemandUncertainty
        Converter
        {
          XMLDefinition:
          [*
            <?xml version="1.0" encoding="UTF-16"?>
            <StringToReal xmlns="http://www.quintiq.com/GEB/StringToReal" Key="@1">
              <IsStandard>true</IsStandard>
              <IsISO>false</IsISO>
              <IsCustom>false</IsCustom>
              <ConversionType>0</ConversionType>
              <NumericFormatString>Standard</NumericFormatString>
              <LocaleString>English (United States)</LocaleString>
              <CurrencyString></CurrencyString>
              <CustomFormatString></CustomFormatString>
            </StringToReal>
          *]
        }
      }
      EDIColumnMatch { InputColumn: DefaultEfficiency OutputColumn: DefaultEfficiency }
      EDIColumnMatch { InputColumn: DefaultMaxCapacityForStockingPoint OutputColumn: DefaultMaxCapacityForStockingPoint }
      EDIColumnMatch { InputColumn: DefaultMaxCapacityPerDayForUnit OutputColumn: DefaultMaxCapacityPerDayForUnit }
      EDIColumnMatch { InputColumn: DefaultMaxLoadPercentage OutputColumn: DefaultMaxLoadPercentage }
      EDIColumnMatch { InputColumn: DefaultMinCapacityPerDayForUnit OutputColumn: DefaultMinCapacityPerDayForUnit }
      EDIColumnMatch { InputColumn: DefaultNumberOfPeriodsForAvgDemand OutputColumn: DefaultNumberOfPeriodsForAvgDemand }
      EDIColumnMatch { InputColumn: DefaultOperationInputOutputQuantity OutputColumn: DefaultOperationInputOutputQuantity }
      EDIColumnMatch { InputColumn: DefaultServiceLevel OutputColumn: DefaultServiceLevel }
      EDIColumnMatch { InputColumn: DefaultShiftPatternName OutputColumn: DefaultShiftPatternName }
      EDIColumnMatch { InputColumn: DefaultSmartPlanStrategy OutputColumn: DefaultSmartPlanStrategy }
      EDIColumnMatch { InputColumn: DefaultUnitOfMeasure OutputColumn: DefaultUnitOfMeasure }
      EDIColumnMatch { InputColumn: DisaggregationRatio OutputColumn: DisaggregationRatio }
      EDIColumnMatch { InputColumn: DurationInventoryMixBalancingCheck OutputColumn: DurationInventoryMixBalancingCheck }
      EDIColumnMatch { InputColumn: DurationLotsizeHorizon OutputColumn: DurationLotsizeHorizon }
      EDIColumnMatch { InputColumn: EndOfKPIHorizon OutputColumn: EndOfKPIHorizon }
      EDIColumnMatch { InputColumn: ForecastNettingRule OutputColumn: ForecastNettingRule }
      EDIColumnMatch { InputColumn: HasAbsoluteValueForInventoryHolding OutputColumn: HasAbsoluteValueForInventoryHolding }
      EDIColumnMatch { InputColumn: HasDefaultInventoryHoldingCost OutputColumn: HasDefaultInventoryHoldingCost }
      EDIColumnMatch { InputColumn: ID OutputColumn: ID }
      EDIColumnMatch { InputColumn: IsPeggingRunAfterOptimization OutputColumn: IsPeggingRunAfterOptimization }
      EDIColumnMatch { InputColumn: IsUsableIfExpiredWithinPeriod OutputColumn: IsUsableIfExpiredWithinPeriod }
      EDIColumnMatch { InputColumn: IsUsableIfMatureWithinPeriod OutputColumn: IsUsableIfMatureWithinPeriod }
      EDIColumnMatch { InputColumn: LaneLeadTimeLogic OutputColumn: LaneLeadTimeLogic }
      EDIColumnMatch { InputColumn: LotSizeTolerance OutputColumn: LotSizeTolerance }
      EDIColumnMatch { InputColumn: MinToKeepTripInUsedPercentage OutputColumn: MinToKeepTripInUsedPercentage }
      EDIColumnMatch
      {
        InputColumn: MinimumSalesDemandQtyThreshold
        OutputColumn: MinimumSalesDemandQtyThreshold
        Converter
        {
          XMLDefinition:
          [*
            <?xml version="1.0" encoding="UTF-16"?>
            <StringToReal xmlns="http://www.quintiq.com/GEB/StringToReal" Key="@1">
              <IsStandard>true</IsStandard>
              <IsISO>false</IsISO>
              <IsCustom>false</IsCustom>
              <ConversionType>0</ConversionType>
              <NumericFormatString>Standard</NumericFormatString>
              <LocaleString>English (Malaysia)</LocaleString>
              <CurrencyString></CurrencyString>
              <CustomFormatString></CustomFormatString>
            </StringToReal>
          *]
        }
      }
      EDIColumnMatch { InputColumn: NoiseThresholdOptimizerOutput OutputColumn: NoiseThresholdOptimizerOutput }
      EDIColumnMatch { InputColumn: NumberOfDecimals OutputColumn: NumberOfDecimals }
      EDIColumnMatch { InputColumn: NumberOfPeriodsInWindow OutputColumn: NumberOfPeriodsInWindow }
      EDIColumnMatch { InputColumn: NumberOfPeriodsPerSlide OutputColumn: NumberOfPeriodsPerSlide }
      EDIColumnMatch { InputColumn: NumberOfPeriodsSmartPlan OutputColumn: NumberOfPeriodsSmartPlan }
      EDIColumnMatch { InputColumn: OperationLeadTimeLogic OutputColumn: OperationLeadTimeLogic }
      EDIColumnMatch { InputColumn: OutlierTolerance OutputColumn: OutlierTolerance }
      EDIColumnMatch { InputColumn: PeriodSpecificationForUnitActual OutputColumn: PeriodSpecificationForUnitActual }
      EDIColumnMatch { InputColumn: PeriodTaskValidity OutputColumn: PeriodTaskValidity }
      EDIColumnMatch { InputColumn: RunSmartPlanSynchronously OutputColumn: RunSmartPlanSynchronously }
      EDIColumnMatch { InputColumn: SanityCheckLimit OutputColumn: SanityCheckLimit }
      EDIColumnMatch { InputColumn: StartOfKPIHorizon OutputColumn: StartOfKPIHorizon }
      EDIColumnMatch { InputColumn: StockingPointBottleneckThreshold OutputColumn: StockingPointBottleneckThreshold }
      EDIColumnMatch { InputColumn: UnitLowerBottleneckThreshold OutputColumn: UnitLowerBottleneckThreshold }
      EDIColumnMatch { InputColumn: UnitUpperBottleneckThreshold OutputColumn: UnitUpperBottleneckThreshold }
      EDIColumnMatch { InputColumn: UpdateKPIHorizonAtPeriodRoll OutputColumn: UpdateKPIHorizonAtPeriodRoll }
      EDIColumnMatch { InputColumn: UseAuditTrail OutputColumn: UseAuditTrail }
      EDIColumnMatch { InputColumn: UseDefaultDisplayIndex OutputColumn: UseDefaultDisplayIndex }
      EDIColumnMatch { InputColumn: UseSingleEchelon OutputColumn: UseSingleEchelon }
      EDIColumnMatch { InputColumn: UseSlidingWindowsApproach OutputColumn: UseSlidingWindowsApproach }
    }
  }
  EDIXLSLink.Source MPSync_SourceGlobalParametersForExcelImport
  {
    FileName: 'MP_GlobalParameters.xlsx'
    SettingsEngineLink: 'domainmodel.ediremotedatasourcedefinition.remotestorage.inputglobalparametersfromexcel'
    EDIXLSLinkTable GlobalParameters_MP
    {
      Columns:
      [
        EDIXLSLinkColumn AbsoluteLowerLimit { ValueType: Real }
        EDIXLSLinkColumn AbsoluteUpperLimit { ValueType: Real }
        EDIXLSLinkColumn AutoScalingFrequency { ValueType: String }
        EDIXLSLinkColumn BalanceTolerance { ValueType: Real }
        EDIXLSLinkColumn BaseCurrency { ValueType: String }
        EDIXLSLinkColumn BiasTolerance { ValueType: Real }
        EDIXLSLinkColumn BottleneckTolerance { ValueType: Real }
        EDIXLSLinkColumn BottleneckWindowEnd { ValueType: String }
        EDIXLSLinkColumn BottleneckWindowStart { ValueType: String }
        EDIXLSLinkColumn ChangeoverTime { ValueType: Duration }
        EDIXLSLinkColumn CO2ProcessUoM { ValueType: String }
        EDIXLSLinkColumn CO2UoM { ValueType: String }
        EDIXLSLinkColumn DefaultAbsoluteValueForInventoryHolding { ValueType: Real }
        EDIXLSLinkColumn DefaultAccountForInventoryHolding { ValueType: String }
        EDIXLSLinkColumn DefaultAllocation { ValueType: Real }
        EDIXLSLinkColumn DefaultAnnualInterestRateForInventoryHolding { ValueType: Real }
        EDIXLSLinkColumn DefaultDemandUncertainty { ValueType: String }
        EDIXLSLinkColumn DefaultEfficiency { ValueType: Real }
        EDIXLSLinkColumn DefaultMaxCapacityForStockingPoint { ValueType: Real }
        EDIXLSLinkColumn DefaultMaxCapacityPerDayForUnit { ValueType: Real }
        EDIXLSLinkColumn DefaultMaxLoadPercentage { ValueType: Real }
        EDIXLSLinkColumn DefaultMinCapacityPerDayForUnit { ValueType: Real }
        EDIXLSLinkColumn DefaultNumberOfPeriodsForAvgDemand { ValueType: Number }
        EDIXLSLinkColumn DefaultOperationInputOutputQuantity { ValueType: Real }
        EDIXLSLinkColumn DefaultServiceLevel { ValueType: Real }
        EDIXLSLinkColumn DefaultShiftPatternName { ValueType: String }
        EDIXLSLinkColumn DefaultSmartPlanStrategy { ValueType: String }
        EDIXLSLinkColumn DefaultUnitOfMeasure { ValueType: String }
        EDIXLSLinkColumn DisaggregationRatio { ValueType: String }
        EDIXLSLinkColumn DurationInventoryMixBalancingCheck { ValueType: Duration }
        EDIXLSLinkColumn DurationLotsizeHorizon { ValueType: Duration }
        EDIXLSLinkColumn EndOfKPIHorizon { ValueType: Date }
        EDIXLSLinkColumn HasAbsoluteValueForInventoryHolding { ValueType: Boolean }
        EDIXLSLinkColumn HasDefaultInventoryHoldingCost { ValueType: Boolean }
        EDIXLSLinkColumn ID { ValueType: String }
        EDIXLSLinkColumn IsPeggingRunAfterOptimization { ValueType: Boolean }
        EDIXLSLinkColumn IsUsableIfExpiredWithinPeriod { ValueType: Boolean }
        EDIXLSLinkColumn IsUsableIfMatureWithinPeriod { ValueType: Boolean }
        EDIXLSLinkColumn LaneLeadTimeLogic { ValueType: String }
        EDIXLSLinkColumn LotSizeTolerance { ValueType: Real }
        EDIXLSLinkColumn MinimumSalesDemandQtyThreshold { ValueType: String }
        EDIXLSLinkColumn MinToKeepTripInUsedPercentage { ValueType: Number }
        EDIXLSLinkColumn NoiseThresholdOptimizerOutput { ValueType: Real }
        EDIXLSLinkColumn NumberOfDecimals { ValueType: Number }
        EDIXLSLinkColumn NumberOfPeriodsInWindow { ValueType: Number }
        EDIXLSLinkColumn NumberOfPeriodsPerSlide { ValueType: Number }
        EDIXLSLinkColumn NumberOfPeriodsSmartPlan { ValueType: Number }
        EDIXLSLinkColumn OperationLeadTimeLogic { ValueType: String }
        EDIXLSLinkColumn OutlierTolerance { ValueType: Real }
        EDIXLSLinkColumn PeriodSpecificationForUnitActual { ValueType: String }
        EDIXLSLinkColumn PeriodTaskValidity { ValueType: Duration }
        EDIXLSLinkColumn RunSmartPlanSynchronously { ValueType: String }
        EDIXLSLinkColumn SanityCheckLimit { ValueType: Number }
        EDIXLSLinkColumn StartOfKPIHorizon { ValueType: Date }
        EDIXLSLinkColumn StockingPointBottleneckThreshold { ValueType: Real }
        EDIXLSLinkColumn UnitLowerBottleneckThreshold { ValueType: Real }
        EDIXLSLinkColumn UnitUpperBottleneckThreshold { ValueType: Real }
        EDIXLSLinkColumn UpdateKPIHorizonAtPeriodRoll { ValueType: Boolean }
        EDIXLSLinkColumn UseAuditTrail { ValueType: Boolean }
        EDIXLSLinkColumn UseDefaultDisplayIndex { ValueType: Boolean }
        EDIXLSLinkColumn UseSingleEchelon { ValueType: String }
        EDIXLSLinkColumn UseSlidingWindowsApproach { ValueType: Boolean }
        EDIXLSLinkColumn ForecastNettingRule { ValueType: String }
      ]
    }
  }
}