|
115 | 115 | "measurementType": "text", |
116 | 116 | "dataType": "text" |
117 | 117 | }, |
| 118 | + { |
| 119 | + "name": "tagPosition", |
| 120 | + "dwcAttribute": "measurementValue", |
| 121 | + "measurementUnit": "unitless", |
| 122 | + "measurementUnitID": "tagPosition", |
| 123 | + "measurementType": "text", |
| 124 | + "dataType": "text" |
| 125 | + }, |
118 | 126 | { |
119 | 127 | "dataType": "species", |
120 | 128 | "name": "species", |
|
247 | 255 | "RZ - Relocation" |
248 | 256 | ] |
249 | 257 | }, |
| 258 | + { |
| 259 | + "name": "predationUnderImpacts", |
| 260 | + "dataType": "text", |
| 261 | + "dwcAttribute": "measurementValue", |
| 262 | + "measurementUnit": "unitless", |
| 263 | + "measurementUnitID": "predationUnderImpacts", |
| 264 | + "measurementType": "text", |
| 265 | + "constraints": [ |
| 266 | + "PD - Predation by dog or dingo", |
| 267 | + "PF - Predation by a fox", |
| 268 | + "PP - Predation by pig", |
| 269 | + "PV - Predation by goanna", |
| 270 | + "P - Predation by unidentified species", |
| 271 | + "PU - Unsuccessful predation attempt on a clutch", |
| 272 | + "PW - clutch loss from Erosion or Flooding", |
| 273 | + "Other, specify" |
| 274 | + ] |
| 275 | + }, |
250 | 276 | { |
251 | 277 | "name": "incubationRemarks", |
252 | 278 | "description": "Record predator type, and date of PEX & RZ", |
|
543 | 569 | "source": "tagNumber", |
544 | 570 | "type": "text" |
545 | 571 | }, |
| 572 | + { |
| 573 | + "preLabel": "Tag position", |
| 574 | + "source": "tagNumber", |
| 575 | + "type": "text" |
| 576 | + }, |
546 | 577 | { |
547 | 578 | "preLabel": "Species", |
548 | 579 | "source": "species", |
|
662 | 693 | "type": "selectMany", |
663 | 694 | "rows": 4 |
664 | 695 | }, |
| 696 | + { |
| 697 | + "preLabel": "Predation (under Impacts)", |
| 698 | + "source": "predationUnderImpacts", |
| 699 | + "type": "selectOne" |
| 700 | + }, |
665 | 701 | { |
666 | 702 | "preLabel": "Notes", |
667 | 703 | "source": "incubationRemarks", |
|
0 commit comments