Skip to content
Snippets Groups Projects
Commit 060956bd authored by Jens Kupferschmidt's avatar Jens Kupferschmidt
Browse files

add repeater for sex

parent 981c135f
Branches
No related merge requests found
......@@ -103,7 +103,7 @@
<element name="biocol35" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- sex - Geschlecht -->
<element name="biocol36" type="classification" minOccurs="0" maxOccurs="1" style="select" notinherit="true" heritable="false" >
<element name="biocol36" type="classification" minOccurs="0" maxOccurs="2" style="select" notinherit="true" heritable="false" >
<classification id="biocolSexOBIS"/>
</element>
......
......@@ -863,9 +863,11 @@
<xed:bind xpath="def.biocol36[@class='MCRMetaClassification']">
<xed:bind xpath="@notinherit" default="true" />
<xed:bind xpath="@heritable" default="false" />
<xed:bind xpath="biocol36">
<xed:repeat xpath="biocol36" min="1" max="2">
<xed:bind xpath="@classid" default="biocolSexOBIS" />
<p>
<xed:controls>append remove up down</xed:controls>
<br />
<xed:bind xpath="@categid">
<select class="dpt_editor_select-ltr">
<option value="">
......@@ -876,7 +878,7 @@
</select>
</xed:bind>
</p>
</xed:bind>
</xed:repeat>
</xed:bind>
</td>
</tr>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment