Menu

#658 <listRelation> can't occur in <listRelation>

GREEN
closed-fixed
None
3
2014-09-08
2014-04-02
Syd Bauman
No

I can put a <listEvent> inside a <listEvent>;
I can put a <listNym> inside a <listNym>;
I can put a <listOrg> inside a <listOrg>;
I can put a <listPerson> inside a <listPerson>;
I can put a <listPlace> inside a <listPlace>.
How come I can't put a <listRelation> inside a <listRelation>? Perhaps because the type= attribute is assumed to be inherited, so having multiple levels might cause confusion. But is there anything intrinicly wrong with

        <listRelation type="familial">
          <listRelation type="paternal">
            <relation/>
          </listRelation>
          <listRelation type="maternal">
            <relation/>
          </listRelation>
        </listRelation>

Discussion

  • Lou Burnard

    Lou Burnard - 2014-06-30

    Seems plausible to me

     
  • Syd Bauman

    Syd Bauman - 2014-06-30
    • Group: AMBER --> GREEN
     
  • Syd Bauman

    Syd Bauman - 2014-09-08

    Addressed in revision 12987.

     
  • Syd Bauman

    Syd Bauman - 2014-09-08
    • status: open --> closed-fixed