3030)
3131public enum FamilySearchFactType implements ControlledVocabulary {
3232
33+ // //////////////////////////////////////////////////////////////////////////////////////////////////////////
34+ // FamilySearch facts generally applicable within the scope of a person.
35+
3336 /**
3437 * Person fact type: Affiliation to something.
3538 */
3639 Affiliation ,
3740
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-
4841 /**
4942 * Person fact type: Person died before age eight.
5043 */
@@ -55,11 +48,6 @@ public enum FamilySearchFactType implements ControlledVocabulary {
5548 */
5649 LifeSketch ,
5750
58- /**
59- * Couple fact type: Couple lived together.
60- */
61- LivedTogether ,
62-
6351 /**
6452 * Person fact type: Person had no children.
6553 */
@@ -80,10 +68,32 @@ public enum FamilySearchFactType implements ControlledVocabulary {
8068 */
8169 TribeName ,
8270
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+
8394 // //////////////////////////////////////////////////////////////////////////////////////////////////////////
8495 // 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
8797 /**
8898 * A fact of a person's association.
8999 */
0 commit comments