30
30
)
31
31
public enum FamilySearchFactType implements ControlledVocabulary {
32
32
33
+ // //////////////////////////////////////////////////////////////////////////////////////////////////////////
34
+ // FamilySearch facts generally applicable within the scope of a person.
35
+
33
36
/**
34
37
* Person fact type: Affiliation to something.
35
38
*/
36
39
Affiliation ,
37
40
38
- /**
39
- * Parent Child fact type: A child's birth order to parents.
40
- */
41
- BirthOrder ,
42
-
43
- /**
44
- * Couple fact type: Couple never had children.
45
- */
46
- CoupleNeverHadChildren ,
47
-
48
41
/**
49
42
* Person fact type: Person died before age eight.
50
43
*/
@@ -55,11 +48,6 @@ public enum FamilySearchFactType implements ControlledVocabulary {
55
48
*/
56
49
LifeSketch ,
57
50
58
- /**
59
- * Couple fact type: Couple lived together.
60
- */
61
- LivedTogether ,
62
-
63
51
/**
64
52
* Person fact type: Person had no children.
65
53
*/
@@ -80,10 +68,32 @@ public enum FamilySearchFactType implements ControlledVocabulary {
80
68
*/
81
69
TribeName ,
82
70
71
+ // //////////////////////////////////////////////////////////////////////////////////////////////////////////
72
+ // FamilySearch facts generally applicable within the scope of a couple.
73
+
74
+ /**
75
+ * Couple fact type: Couple never had children.
76
+ */
77
+ CoupleNeverHadChildren ,
78
+
79
+ /**
80
+ * Couple fact type: Couple lived together.
81
+ */
82
+ LivedTogether ,
83
+
84
+
85
+ // //////////////////////////////////////////////////////////////////////////////////////////////////////////
86
+ // FamilySearch facts generally applicable within the scope of a parent-child relationship.
87
+
88
+ /**
89
+ * Parent Child fact type: A child's birth order to parents.
90
+ */
91
+ BirthOrder ,
92
+
93
+
83
94
// //////////////////////////////////////////////////////////////////////////////////////////////////////////
84
95
// FamilySearch facts generally applicable within the scope of an association.
85
- // association fact types
86
- // Apprenticeship, // exists as a core Gedcomx FactType
96
+ // Apprenticeship, // exists as a core Gedcomx FactType http://gedcomx.org/Apprenticeship
87
97
/**
88
98
* A fact of a person's association.
89
99
*/
0 commit comments