Bug #294

Updated by L. Lertsutham about 7 years ago

<p>In 2.06f the permit section became a bit more complex. Previously the element <code>//Unit/Gathering/Permits</code> contained the repeatable element Permit which would contain free text about any permits regarding the gathering event (Description:<em> "A reference to or the text of a permit related to the gathering."</em>). But with 2.06f //Unit/Gathering/Permits/Permit would become a container element for several subelements (e.g. <span>PermitInfo</span> and <span>PermitType</span> ), one of which was again an element called "Permit" (now having the XPath //Unit/Gathering/Permits/Permit/Permit ) of type StringL which is the same concept as the previous (//Unit/Gathering/Permits/Permit). This element should be renamed into something else, e.g. PermitText to avoid the confusion with the now container element Permit.</p>

<p>XPath: <a href="http://terms.tdwg.org/wiki/abcd2:Gathering-Permit">DataSets/DataSet/Units/Unit/Gathering/Permits/Permit/Permit</a></p> DataSets/DataSet/Units/Unit/Gathering/Permits/Permit/Permit&lt;/p&gt;

Back