~fabiocbalbuquerque/sahana-agasti/web-services

1 by Usman Akeju
- initial commit; migrating to new branch internally
1
# This is a sample file for persons sex.
2
# Requirement: Pre-load of Person object sample and sex data dictionary.
3
4
agPersonSex:
5
  person01:
6
    agPerson: 1
7
    agSex: male
8
  person02:
9
    agPerson: 2
10
    agSex: female
11
  person03:
12
    agPerson: 3
13
    agSex: post_man
14
  person04:
15
    agPerson: 4
16
    agSex: post_man
17
  person05:
18
    agPerson: 5
19
    agSex: post_woman
20
  person06:
21
    agPerson: 6
22
    agSex: male 
23
  person07:
24
    agPerson: 7
25
    agSex: female
26
  person08:
27
    agPerson: 8
28
    agSex: male
29
  person09:
30
    agPerson: 9
31
    agSex: female
32
  person10:
33
    agPerson: 10
34
    agSex: post_man