# comment is hash with space
list: 
  - item1
  - item2
  - item3
dictionary:
  key: value # colon must have space
  key2: val2
  dictionarieslist:
    listkey: listvalue
    dictlistItemList:
      - dictlistItem1
      - dictlistItem2


listwdict:
  - itemlistdict:
    keyitem: valueitem
  - itemlistdict2:
    list:
      - dance
      - prance:
        high: low
        pranceKey: pranceValue


evaTaskList:
  - procedure_name: StringDate
  - actors:
    - role: EV1
      name: Dave
    - role: Ev2
      name: Billy
  - tasks:
    - file: mission1
    - file: mission2
task:
  - title: taskTitle
  - duration: 00:00
  - steps:
    - simo:
      EV1:
        - step: step words
          substeps:
            - step: checkbox stuff
            - step: checkbox stuff 2
      Ev2:
        - step: ev2 step words
          substeps:
            - step: check box
            - step: next box
              checkboxes: 
                - Checkbox text item 1
                - Checkbox text item 2
    - simo: 
      EV1:
        - warning: warning text
        - caution: caution text
        - step:
          images: ./file/location/filename.jpg
          
