yanweiyuan3
2023-10-27 d1d15b61dfcf7fd0f800b32359f082cf580ed556
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
Quintiq file version 2.0
#parent: #root
TypeDataInterface PeriodSpecification_MP
{
  TypeKey: '[112884.1.819867802]'
  ImageDataMember ImgUseForPlanning
  {
    #keys: '1[119650.0.1711836072]'
    ImageSpecifications:
    [
      ImageDataMemberImageSpecification
      {
        Description: 'Virtual period specification that groups the planning periods (also shown in blue in the Period overview below)'
        Image: 'STAR_BLUE'
        Quill: 'object.TimeUnitLevel() = 0'
        Value: 'Planning periods'
      }
      ImageDataMemberImageSpecification
      {
        Description: 'Period specification for which the periods are used for planning (if planning periods overlap, the smallest ones are used)'
        Image: 'GANTTCHART'
        Quill: 'object.IsUsedForPlanning()'
        Value: 'Used for planning'
      }
      ImageDataMemberImageSpecification
      {
        Description: 'Period specification for which the periods are used for visualizing the planning result'
        Image: 'PRESENTATION_CHART'
        Value: 'Used for visualization'
      }
    ]
  }
}