Skip to content

Recursive Elements #25

Description

@doubledgedboard

Is there a way to model a recursive element?

e.g.

<foos>
    <foo>
        <bar>hello world</bar>
        <foos>
            <foo>
                <bar>blah blah</bar>
                <foos/>
            </foo>
        </foos>
    </foo>
</foos>

where a list of foos has a foo which itself may have a list of foos

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions