Hierarchy on submission forms

18 views
Skip to first unread message

Christoforos Korifidis

unread,
May 10, 2023, 3:44:10 AM5/10/23
to DSpace Community
Hello,

I know that Dspace support 2 level hierarchy, but I am not sure how is this implemented in submission forms.
Lets say LIDO scheme that capturing measurement has the following structure
<measurementsSet>
    <measurementValue></measurementValue>
<measurementSet>

For constricting a submission form for this field the following sturcture is correct?

 <field>
                    <dc-schema>lindo</dc-schema>
                    <dc-element>measurementSet</dc-element>
                    <dc-qualifier>measurementValue</dc-qualifier>
                    <repeatable>false</repeatable>
                    <label>Description</label>
                    <input-type>onebox</input-type>
                    <hint>Enter width</hint>
                    <required></required>
                </field>

    

Reply all
Reply to author
Forward
0 new messages