Project

General

Profile

« Previous | Next » 

Revision 10972

schemas/VegCore/VegCore.ERD.mwb: source: added contact (different from owners)

View differences:

schemas/VegCore/VegCore.pg.sql
814 814
  "name" text NOT NULL,
815 815
  "first_publisher" text DEFAULT NULL,
816 816
  "owners" text DEFAULT NULL,
817
  "contact" text DEFAULT NULL,
817 818
  "info" hstore DEFAULT NULL,
818 819
  PRIMARY KEY ("id"),
819 820
  /*CONSTRAINT "source_unique" */UNIQUE ("parent","name"),
820 821
  /*KEY "fk_source1_idx" ("parent")*/CHECK (true),
821 822
  /*KEY "fk_source_party2_idx" ("first_publisher")*/CHECK (true),
822 823
  /*KEY "fk_source_party_list1_idx" ("owners")*/CHECK (true),
824
  /*KEY "fk_source_party1_idx" ("contact")*/CHECK (true),
825
  /*CONSTRAINT "fk_source1" FOREIGN KEY ("parent") REFERENCES "source" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true),
826
  /*CONSTRAINT "fk_source_party2" FOREIGN KEY ("first_publisher") REFERENCES "party" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true),
823 827
  /*CONSTRAINT "fk_source_party_list1" FOREIGN KEY ("owners") REFERENCES "party_list" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true),
824
  /*CONSTRAINT "fk_source1" FOREIGN KEY ("parent") REFERENCES "source" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true),
825
  /*CONSTRAINT "fk_source_party2" FOREIGN KEY ("first_publisher") REFERENCES "party" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true)
828
  /*CONSTRAINT "fk_source_party1" FOREIGN KEY ("contact") REFERENCES "party" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true)
826 829
) /*ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='a "reference [...] cited within the database" ("VegBank":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=reference&entity=dba_tabledescription&where=where_tablename)'*/;
827 830
/*!40101 SET character_set_client = @saved_cs_client */;
828 831

  
schemas/VegCore/document.mwb.xml
314 314
                      <link type="object" struct-name="db.SimpleDatatype" key="simpleType">com.mysql.rdbms.mysql.datatype.varbinary</link>
315 315
                      <value type="string" key="comment"></value>
316 316
                      <value type="string" key="name">owners</value>
317
                      <value type="string" key="oldName">owner</value>
317
                      <value type="string" key="oldName">owners</value>
318 318
                      <link type="object" struct-name="GrtObject" key="owner">be8cc04c-a6e0-11e2-95e9-080027bcf912</link>
319 319
                    </value>
320
                    <value type="object" struct-name="db.mysql.Column" id="873d473c-1df1-11e3-bbb6-080027bcf912" struct-checksum="0x783b5183">
321
                      <value type="int" key="autoIncrement">0</value>
322
                      <value type="string" key="characterSetName"></value>
323
                      <value _ptr_="0xbcd30b0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
324
                      <value type="string" key="collationName"></value>
325
                      <value type="string" key="datatypeExplicitParams"></value>
326
                      <value type="string" key="defaultValue"></value>
327
                      <value type="int" key="defaultValueIsNull">1</value>
328
                      <value _ptr_="0xbcd30e0" type="list" content-type="string" key="flags"/>
329
                      <value type="int" key="isNotNull">0</value>
330
                      <value type="int" key="length">767</value>
331
                      <value type="int" key="precision">-1</value>
332
                      <value type="int" key="scale">-1</value>
333
                      <link type="object" struct-name="db.SimpleDatatype" key="simpleType">com.mysql.rdbms.mysql.datatype.varbinary</link>
334
                      <value type="string" key="comment"></value>
335
                      <value type="string" key="name">contact</value>
336
                      <value type="string" key="oldName">contact</value>
337
                      <link type="object" struct-name="GrtObject" key="owner">be8cc04c-a6e0-11e2-95e9-080027bcf912</link>
338
                    </value>
320 339
                    <value type="object" struct-name="db.mysql.Column" id="e5155806-a793-11e2-84c3-080027bcf912" struct-checksum="0x783b5183">
321 340
                      <value type="int" key="autoIncrement">0</value>
322 341
                      <value type="string" key="characterSetName"></value>
......
399 418
                      <value _ptr_="0xb205038" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
400 419
                        <link type="object">4001ef9e-f678-11e2-9716-080027bcf912</link>
401 420
                      </value>
402
                      <value type="int" key="referencedMandatory">1</value>
421
                      <value type="int" key="referencedMandatory">0</value>
403 422
                      <value type="string" key="updateRule">CASCADE</value>
404 423
                      <value type="string" key="comment"></value>
405 424
                      <value type="string" key="name">fk_source_party_list1</value>
406 425
                      <value type="string" key="oldName">fk_source_party_list1</value>
407 426
                    </value>
427
                    <value type="object" struct-name="db.mysql.ForeignKey" id="873d44bc-1df1-11e3-bbb6-080027bcf912" struct-checksum="0x70a8fc40">
428
                      <link type="object" struct-name="db.mysql.Table" key="referencedTable">be8fe70e-a6e0-11e2-95e9-080027bcf912</link>
429
                      <value _ptr_="0xbcce960" type="list" content-type="object" content-struct-name="db.Column" key="columns">
430
                        <link type="object">873d473c-1df1-11e3-bbb6-080027bcf912</link>
431
                      </value>
432
                      <value type="int" key="deferability">0</value>
433
                      <value type="string" key="deleteRule">CASCADE</value>
434
                      <link type="object" struct-name="db.Index" key="index">873e2db4-1df1-11e3-bbb6-080027bcf912</link>
435
                      <value type="int" key="mandatory">1</value>
436
                      <value type="int" key="many">1</value>
437
                      <value type="int" key="modelOnly">0</value>
438
                      <link type="object" struct-name="db.Table" key="owner">be8cc04c-a6e0-11e2-95e9-080027bcf912</link>
439
                      <value _ptr_="0xbcd3068" type="list" content-type="object" content-struct-name="db.Column" key="referencedColumns">
440
                        <link type="object">be8fe97a-a6e0-11e2-95e9-080027bcf912</link>
441
                      </value>
442
                      <value type="int" key="referencedMandatory">0</value>
443
                      <value type="string" key="updateRule">CASCADE</value>
444
                      <value type="string" key="comment"></value>
445
                      <value type="string" key="name">fk_source_party1</value>
446
                      <value type="string" key="oldName">fk_source_party1</value>
447
                    </value>
408 448
                  </value>
409 449
                  <value _ptr_="0xb202960" type="list" content-type="object" content-struct-name="db.mysql.Index" key="indices">
410 450
                    <value type="object" struct-name="db.mysql.Index" id="be8cc75e-a6e0-11e2-95e9-080027bcf912" struct-checksum="0x309b847a">
......
527 567
                      <value type="int" key="isPrimary">0</value>
528 568
                      <value type="string" key="name">fk_source_party_list1_idx</value>
529 569
                      <value type="int" key="unique">0</value>
530
                      <value type="string" key="oldName">fk_source_party_list1</value>
570
                      <value type="string" key="oldName">fk_source_party_list1_idx</value>
531 571
                      <link type="object" struct-name="GrtObject" key="owner">be8cc04c-a6e0-11e2-95e9-080027bcf912</link>
532 572
                    </value>
573
                    <value type="object" struct-name="db.mysql.Index" id="873e2db4-1df1-11e3-bbb6-080027bcf912" struct-checksum="0x309b847a">
574
                      <value _ptr_="0xbc15da0" type="list" content-type="object" content-struct-name="db.mysql.IndexColumn" key="columns">
575
                        <value type="object" struct-name="db.mysql.IndexColumn" id="873e5c4e-1df1-11e3-bbb6-080027bcf912" struct-checksum="0x62630b3c">
576
                          <value type="int" key="columnLength">0</value>
577
                          <value type="string" key="comment"></value>
578
                          <value type="int" key="descend">0</value>
579
                          <link type="object" struct-name="db.Column" key="referencedColumn">873d473c-1df1-11e3-bbb6-080027bcf912</link>
580
                          <value type="string" key="name"></value>
581
                          <link type="object" struct-name="GrtObject" key="owner">873e2db4-1df1-11e3-bbb6-080027bcf912</link>
582
                        </value>
583
                      </value>
584
                      <value type="string" key="indexKind"></value>
585
                      <value type="int" key="keyBlockSize">0</value>
586
                      <value type="string" key="withParser"></value>
587
                      <value type="string" key="comment"></value>
588
                      <value type="int" key="deferability">0</value>
589
                      <value type="string" key="indexType">INDEX</value>
590
                      <value type="int" key="isPrimary">0</value>
591
                      <value type="string" key="name">fk_source_party1_idx</value>
592
                      <value type="int" key="unique">0</value>
593
                      <value type="string" key="oldName">fk_source_party1_idx</value>
594
                      <link type="object" struct-name="GrtObject" key="owner">be8cc04c-a6e0-11e2-95e9-080027bcf912</link>
595
                    </value>
533 596
                  </value>
534 597
                  <value type="string" key="maxRows"></value>
535 598
                  <value type="string" key="mergeInsert"></value>
......
561 624
                  <value type="int" key="commentedOut">0</value>
562 625
                  <value type="string" key="createDate">2013-04-16 14:58</value>
563 626
                  <value _ptr_="0xb1fbb70" type="dict" key="customData"/>
564
                  <value type="string" key="lastChangeDate">2013-09-15 03:05</value>
627
                  <value type="string" key="lastChangeDate">2013-09-15 03:32</value>
565 628
                  <value type="int" key="modelOnly">0</value>
566 629
                  <value type="string" key="name">source</value>
567 630
                  <link type="object" struct-name="GrtNamedObject" key="owner">be8cb246-a6e0-11e2-95e9-080027bcf912</link>
......
15445 15508
                <value type="int" key="visible">1</value>
15446 15509
                <value type="string" key="name"></value>
15447 15510
              </value>
15511
              <value type="object" struct-name="workbench.physical.Connection" id="873e8a7a-1df1-11e3-bbb6-080027bcf912" struct-checksum="0x9baebc92">
15512
                <value type="string" key="caption">fk_source_party1</value>
15513
                <value type="real" key="captionXOffs">0.e+00</value>
15514
                <value type="real" key="captionYOffs">0.e+00</value>
15515
                <value type="string" key="comment"></value>
15516
                <value type="real" key="endCaptionXOffs">0.e+00</value>
15517
                <value type="real" key="endCaptionYOffs">0.e+00</value>
15518
                <value type="string" key="extraCaption"></value>
15519
                <value type="real" key="extraCaptionXOffs">0.e+00</value>
15520
                <value type="real" key="extraCaptionYOffs">0.e+00</value>
15521
                <link type="object" struct-name="db.ForeignKey" key="foreignKey">873d44bc-1df1-11e3-bbb6-080027bcf912</link>
15522
                <value type="real" key="middleSegmentOffset">0.e+00</value>
15523
                <value type="real" key="startCaptionXOffs">0.e+00</value>
15524
                <value type="real" key="startCaptionYOffs">0.e+00</value>
15525
                <value type="int" key="drawSplit">0</value>
15526
                <link type="object" struct-name="model.Figure" key="endFigure">EE4765B7-0391-4132-8813-84A6E788C01D</link>
15527
                <link type="object" struct-name="model.Figure" key="startFigure">39C6F66E-A650-49AE-8EDD-9D8A567EFBEA</link>
15528
                <link type="object" struct-name="model.Diagram" key="owner">3915EB3C-D507-4518-BE3A-63A8D8DD4471</link>
15529
                <value type="int" key="visible">1</value>
15530
                <value type="string" key="name"></value>
15531
              </value>
15448 15532
            </value>
15449 15533
            <value type="string" key="description"></value>
15450 15534
            <value _ptr_="0xb2a8800" type="list" content-type="object" content-struct-name="model.Figure" key="figures">
......
15472 15556
                <value type="int" key="triggersExpanded">0</value>
15473 15557
                <value type="string" key="color">#99ccff</value>
15474 15558
                <value type="int" key="expanded">1</value>
15475
                <value type="real" key="height">1.69e+02</value>
15559
                <value type="real" key="height">1.92e+02</value>
15476 15560
                <link type="object" struct-name="model.Layer" key="layer">88F9E582-B992-43CC-B7D6-A42E190DCB13</link>
15477
                <value type="real" key="left">2.e+01</value>
15561
                <value type="real" key="left">1.9e+01</value>
15478 15562
                <value type="int" key="locked">0</value>
15479 15563
                <value type="int" key="manualSizing">0</value>
15480 15564
                <value type="real" key="top">5.65e+02</value>
......
17015 17099
                <value type="int" key="expanded">1</value>
17016 17100
                <value type="real" key="height">1.e+02</value>
17017 17101
                <link type="object" struct-name="model.Layer" key="layer">88F9E582-B992-43CC-B7D6-A42E190DCB13</link>
17018
                <value type="real" key="left">1.46e+02</value>
17102
                <value type="real" key="left">1.48e+02</value>
17019 17103
                <value type="int" key="locked">0</value>
17020 17104
                <value type="int" key="manualSizing">0</value>
17021
                <value type="real" key="top">6.16e+02</value>
17105
                <value type="real" key="top">6.18e+02</value>
17022 17106
                <value type="real" key="width">1.06e+02</value>
17023 17107
                <link type="object" struct-name="model.Diagram" key="owner">3915EB3C-D507-4518-BE3A-63A8D8DD4471</link>
17024 17108
                <value type="int" key="visible">1</value>
......
17166 17250
              <value type="int" key="visible">1</value>
17167 17251
              <value type="string" key="name"></value>
17168 17252
            </value>
17169
            <value _ptr_="0xb2a88d8" type="list" content-type="object" content-struct-name="model.Object" key="selection"/>
17253
            <value _ptr_="0xb2a88d8" type="list" content-type="object" content-struct-name="model.Object" key="selection">
17254
              <link type="object">83714B90-5AC7-4F4E-9E13-ABFB9C9B0C81</link>
17255
            </value>
17170 17256
            <value type="int" key="updateBlocked">0</value>
17171 17257
            <value type="real" key="width">1.6215e+03</value>
17172 17258
            <value type="real" key="x">0.e+00</value>
......
17178 17264
        <value _ptr_="0xb1fe920" type="list" content-type="object" content-struct-name="GrtStoredNote" key="notes"/>
17179 17265
        <link type="object" struct-name="db.mgmt.Rdbms" key="rdbms">com.mysql.rdbms.mysql</link>
17180 17266
        <value _ptr_="0xb1fe950" type="list" content-type="object" content-struct-name="db.Script" key="scripts"/>
17181
        <value _ptr_="0xa6bbd20" type="dict" key="syncProfiles"/>
17267
        <value _ptr_="0xa6bbd20" type="dict" key="syncProfiles">
17268
          <value type="object" struct-name="db.mgmt.SyncProfile" id="46e15704-1df2-11e3-bbb6-080027bcf912" struct-checksum="0xc64972c2" key="">
17269
            <value _ptr_="0xc6ec8d0" type="dict" key="lastKnownDBNames">
17270
              <value type="string" key="01b2e3fe-f6ed-11e2-9cf1-080027bcf912">fk_georeferencing_party_list1</value>
17271
              <value type="string" key="01b2e606-f6ed-11e2-9cf1-080027bcf912">georeferenced_by</value>
17272
              <value type="string" key="01b2fe70-f6ed-11e2-9cf1-080027bcf912">fk_georeferencing_party_list1_idx</value>
17273
              <value type="string" key="04149c40-fa90-11e2-83d9-080027bcf912">official_name</value>
17274
              <value type="string" key="049df920-a91b-11e2-bdec-080027bcf912">organization</value>
17275
              <value type="string" key="049dfc5e-a91b-11e2-bdec-080027bcf912">id</value>
17276
              <value type="string" key="049dff1a-a91b-11e2-bdec-080027bcf912">info</value>
17277
              <value type="string" key="049e0370-a91b-11e2-bdec-080027bcf912">PRIMARY</value>
17278
              <value type="string" key="07e2f24c-1dde-11e3-bd5f-080027bcf912">fk_taxon_observation_taxa_sampling_event1</value>
17279
              <value type="string" key="07e2f45e-1dde-11e3-bd5f-080027bcf912">sampling_event</value>
17280
              <value type="string" key="07e3e7c4-1dde-11e3-bd5f-080027bcf912">fk_taxon_observation_taxa_sampling_event1_idx</value>
17281
              <value type="string" key="08481eda-f6e0-11e2-b6d1-080027bcf912">fk_geovalidation_geoplace2</value>
17282
              <value type="string" key="08483334-f6e0-11e2-b6d1-080027bcf912">fk_geovalidation_geoplace2_idx</value>
17283
              <value type="string" key="09a29b5c-1dd2-11e3-b98c-080027bcf912">fk_taxon_occurrence_place1</value>
17284
              <value type="string" key="09a29d14-1dd2-11e3-b98c-080027bcf912">within_place</value>
17285
              <value type="string" key="09a2b70e-1dd2-11e3-b98c-080027bcf912">fk_taxon_occurrence_place1_idx</value>
17286
              <value type="string" key="0a33807e-f6c5-11e2-af44-080027bcf912">boundary_WKT</value>
17287
              <value type="string" key="0ab9880e-a7a1-11e2-b667-080027bcf912">individual_observation</value>
17288
              <value type="string" key="0ab98a66-a7a1-11e2-b667-080027bcf912">id</value>
17289
              <value type="string" key="0ab98c50-a7a1-11e2-b667-080027bcf912">individual</value>
17290
              <value type="string" key="0ab98e12-a7a1-11e2-b667-080027bcf912">traits</value>
17291
              <value type="string" key="0ab99006-a7a1-11e2-b667-080027bcf912">PRIMARY</value>
17292
              <value type="string" key="0ab99376-a7a1-11e2-b667-080027bcf912">fk_individual_observation_individual1_idx</value>
17293
              <value type="string" key="0ab99696-a7a1-11e2-b667-080027bcf912">fk_individual_observation_taxon_occurrence1</value>
17294
              <value type="string" key="0ab99812-a7a1-11e2-b667-080027bcf912">fk_individual_observation_individual1</value>
17295
              <value type="string" key="0de39e86-1dec-11e3-b571-080027bcf912">record</value>
17296
              <value type="string" key="0de3a2aa-1dec-11e3-b571-080027bcf912">id</value>
17297
              <value type="string" key="0de3a61a-1dec-11e3-b571-080027bcf912">source</value>
17298
              <value type="string" key="0de3ab06-1dec-11e3-b571-080027bcf912">source_record_id</value>
17299
              <value type="string" key="0de3afc0-1dec-11e3-b571-080027bcf912">fk_record_source10</value>
17300
              <value type="string" key="0de3b22c-1dec-11e3-b571-080027bcf912">PRIMARY</value>
17301
              <value type="string" key="0de3b510-1dec-11e3-b571-080027bcf912">record_unique</value>
17302
              <value type="string" key="0de3ba38-1dec-11e3-b571-080027bcf912">fk_record_source1_idx</value>
17303
              <value type="string" key="10b01930-1dcb-11e3-b98c-080027bcf912">fk_taxon_occurrence_taxon_determination3_idx</value>
17304
              <value type="string" key="110c72d2-a73f-11e2-9fbf-080027bcf912">stem_observation_unique</value>
17305
              <value type="string" key="11b487b4-f97f-11e2-8a2e-080027bcf912">fk_taxon_name_taxon_path1</value>
17306
              <value type="string" key="11b489bc-f97f-11e2-8a2e-080027bcf912">taxon_path</value>
17307
              <value type="string" key="11b49e5c-f97f-11e2-8a2e-080027bcf912">fk_taxon_name_taxon_path1_idx</value>
17308
              <value type="string" key="11c10cc8-a90c-11e2-8576-080027bcf912">source_unique</value>
17309
              <value type="string" key="1388436e-f9c5-11e2-9af4-080027bcf912">fk_rel_place_place1</value>
17310
              <value type="string" key="13884530-f9c5-11e2-9af4-080027bcf912">parent</value>
17311
              <value type="string" key="13885958-f9c5-11e2-9af4-080027bcf912">fk_rel_place_place1_idx</value>
17312
              <value type="string" key="1427502e-1bf0-11e3-849d-080027bcf912">fk_reobservable_presence_reobservable2</value>
17313
              <value type="string" key="14276b0e-1bf0-11e3-849d-080027bcf912">fk_reobservable_presence_reobservable2_idx</value>
17314
              <value type="string" key="16537a20-a7a7-11e2-8ba6-080027bcf912">taxon_observation</value>
17315
              <value type="string" key="16537d54-a7a7-11e2-8ba6-080027bcf912">id</value>
17316
              <value type="string" key="16538808-a7a7-11e2-8ba6-080027bcf912">growth_form</value>
17317
              <value type="string" key="165389fc-a7a7-11e2-8ba6-080027bcf912">cultivated</value>
17318
              <value type="string" key="16538c2c-a7a7-11e2-8ba6-080027bcf912">traits</value>
17319
              <value type="string" key="165395c8-a7a7-11e2-8ba6-080027bcf912">PRIMARY</value>
17320
              <value type="string" key="17d59e68-a794-11e2-84c3-080027bcf912">info</value>
17321
              <value type="string" key="181c8a8a-0077-11e3-906b-080027bcf912">height_min_m</value>
17322
              <value type="string" key="1832712c-a77d-11e2-afd5-080027bcf912">taxon_concept</value>
17323
              <value type="string" key="18327370-a77d-11e2-afd5-080027bcf912">id</value>
17324
              <value type="string" key="18327514-a77d-11e2-afd5-080027bcf912">according_to</value>
17325
              <value type="string" key="18327686-a77d-11e2-afd5-080027bcf912">parent</value>
17326
              <value type="string" key="183277ee-a77d-11e2-afd5-080027bcf912">accepted_taxon_concept</value>
17327
              <value type="string" key="1832797e-a77d-11e2-afd5-080027bcf912">PRIMARY</value>
17328
              <value type="string" key="18327c76-a77d-11e2-afd5-080027bcf912">fk_taxon_taxon1_idx</value>
17329
              <value type="string" key="18327f64-a77d-11e2-afd5-080027bcf912">fk_taxon_concept_source1_idx</value>
17330
              <value type="string" key="1832823e-a77d-11e2-afd5-080027bcf912">fk_taxon_concept_taxon_concept1_idx</value>
17331
              <value type="string" key="18328522-a77d-11e2-afd5-080027bcf912">taxon_concept_unique_name</value>
17332
              <value type="string" key="183287f2-a77d-11e2-afd5-080027bcf912">fk_taxon_taxon1</value>
17333
              <value type="string" key="18328950-a77d-11e2-afd5-080027bcf912">fk_taxon_concept_source1</value>
17334
              <value type="string" key="18328a9a-a77d-11e2-afd5-080027bcf912">fk_taxon_concept_taxon_concept1</value>
17335
              <value type="string" key="18328be4-a77d-11e2-afd5-080027bcf912">fk_taxon_concept_taxon_name1</value>
17336
              <value type="string" key="184d9a4a-a793-11e2-84c3-080027bcf912">observations</value>
17337
              <value type="string" key="18e739f0-a91b-11e2-bdec-080027bcf912">fk_organization_party1</value>
17338
              <value type="string" key="1b07bbcc-1dcb-11e3-b98c-080027bcf912">fk_reobservable_taxon_determination1_idx</value>
17339
              <value type="string" key="1b1bf6e4-0077-11e3-906b-080027bcf912">height_max_m</value>
17340
              <value type="string" key="1c952e1c-a791-11e2-84c3-080027bcf912">y_m</value>
17341
              <value type="string" key="1e711948-1dc6-11e3-838b-410b6ef2c3ca">fk_taxon_occurrence_record1</value>
17342
              <value type="string" key="21b40060-f680-11e2-aebb-080027bcf912">fk_taxon_observation_party_list1</value>
17343
              <value type="string" key="21b41366-f680-11e2-aebb-080027bcf912">fk_taxon_observation_party_list1_idx</value>
17344
              <value type="string" key="21c8f928-fa8d-11e2-9ba8-080027bcf912">fk_geovalidation_georeferencing1</value>
17345
              <value type="string" key="2213caf6-f971-11e2-9f36-080027bcf912">fk_georeferencing_geoplace1</value>
17346
              <value type="string" key="2213dee2-f971-11e2-9f36-080027bcf912">fk_georeferencing_geoplace1_idx</value>
17347
              <value type="string" key="238b4ae4-a700-11e2-9461-080027bcf912">stratum</value>
17348
              <value type="string" key="238b4f6c-a700-11e2-9461-080027bcf912">id</value>
17349
              <value type="string" key="238b53d6-a700-11e2-9461-080027bcf912">fk_place_path_record10</value>
17350
              <value type="string" key="23ec4078-0075-11e3-906b-080027bcf912">layer</value>
17351
              <value type="string" key="23ec4406-0075-11e3-906b-080027bcf912">id</value>
17352
              <value type="string" key="23ec4726-0075-11e3-906b-080027bcf912">name</value>
17353
              <value type="string" key="23ec49ec-0075-11e3-906b-080027bcf912">info</value>
17354
              <value type="string" key="23ec4e92-0075-11e3-906b-080027bcf912">PRIMARY</value>
17355
              <value type="string" key="245083fa-a763-11e2-aa10-080027bcf912">geovalidation</value>
17356
              <value type="string" key="24508724-a763-11e2-aa10-080027bcf912">id</value>
17357
              <value type="string" key="2450919c-a763-11e2-aa10-080027bcf912">PRIMARY</value>
17358
              <value type="string" key="251c29a8-f67b-11e2-aebb-080027bcf912">fk_event_party_list1</value>
17359
              <value type="string" key="251c2b92-f67b-11e2-aebb-080027bcf912">participants</value>
17360
              <value type="string" key="251c57de-f67b-11e2-aebb-080027bcf912">fk_event_party_list1_idx</value>
17361
              <value type="string" key="2673b9ee-f9bc-11e2-a599-080027bcf912">subplot</value>
17362
              <value type="string" key="2673bdc2-f9bc-11e2-a599-080027bcf912">id</value>
17363
              <value type="string" key="2673d532-f9bc-11e2-a599-080027bcf912">PRIMARY</value>
17364
              <value type="string" key="26b22c2a-011d-11e3-9f3a-080027bcf912">fk_taxon_absence_taxa_sampling_event1</value>
17365
              <value type="string" key="273737e8-a796-11e2-84c3-080027bcf912">tag</value>
17366
              <value type="string" key="293dc5b4-0085-11e3-ac06-080027bcf912">fk_reobservable_presence_taxon_presence1</value>
17367
              <value type="string" key="29c29602-a7a4-11e2-8ba6-080027bcf912">common_name</value>
17368
              <value type="string" key="2a08cd96-fa94-11e2-83d9-080027bcf912">fk_geovalidatable_place_geoplace1</value>
17369
              <value type="string" key="2a08de6c-fa94-11e2-83d9-080027bcf912">fk_geovalidatable_place_geoplace1_idx</value>
17370
              <value type="string" key="2d3c42f6-0078-11e3-906b-080027bcf912">fk_place_observation_event1</value>
17371
              <value type="string" key="2ed4b280-f680-11e2-aebb-080027bcf912">fk_taxon_determination_party_list1</value>
17372
              <value type="string" key="2ed4c4d2-f680-11e2-aebb-080027bcf912">fk_taxon_determination_party_list1_idx</value>
17373
              <value type="string" key="2f07b8cc-0127-11e3-9f3a-080027bcf912">fk_individual_subplace1</value>
17374
              <value type="string" key="2f07bade-0127-11e3-9f3a-080027bcf912">identifying_place</value>
17375
              <value type="string" key="2f07d0b4-0127-11e3-9f3a-080027bcf912">fk_individual_subplace1_idx</value>
17376
              <value type="string" key="2f5fcbcc-a793-11e2-84c3-080027bcf912">observations</value>
17377
              <value type="string" key="323a36d4-011b-11e3-b872-080027bcf912">fk_individual_observation_place1</value>
17378
              <value type="string" key="323a39a4-011b-11e3-b872-080027bcf912">place_observed_at</value>
17379
              <value type="string" key="323a5f56-011b-11e3-b872-080027bcf912">fk_individual_observation_place1_idx</value>
17380
              <value type="string" key="3292225e-f6df-11e2-b6d1-080027bcf912">fk_geovalidation_geoplace1</value>
17381
              <value type="string" key="3292247a-f6df-11e2-b6d1-080027bcf912">input_geoplace</value>
17382
              <value type="string" key="329238b6-f6df-11e2-b6d1-080027bcf912">fk_geovalidation_geoplace1_idx</value>
17383
              <value type="string" key="3587a3e0-1dc6-11e3-838b-410b6ef2c3ca">fk_reobservable_taxon_occurrence1</value>
17384
              <value type="string" key="35cce77e-f6df-11e2-b6d1-080027bcf912">corrected_geoplace</value>
17385
              <value type="string" key="3bc7bb2e-f6d8-11e2-b6d1-080027bcf912">verbatim</value>
17386
              <value type="string" key="3d9b10bc-a7a1-11e2-b667-080027bcf912">taxon_determination</value>
17387
              <value type="string" key="3d9b13d2-a7a1-11e2-b667-080027bcf912">id</value>
17388
              <value type="string" key="3d9b17ba-a7a1-11e2-b667-080027bcf912">taxon_assertion</value>
17389
              <value type="string" key="3d9b197c-a7a1-11e2-b667-080027bcf912">identified_by</value>
17390
              <value type="string" key="3d9b1d28-a7a1-11e2-b667-080027bcf912">fit_info</value>
17391
              <value type="string" key="3d9b1f30-a7a1-11e2-b667-080027bcf912">fk_taxon_occurrence_has_qualified_taxon1_idx</value>
17392
              <value type="string" key="3d9b26c4-a7a1-11e2-b667-080027bcf912">PRIMARY</value>
17393
              <value type="string" key="3d9b2d86-a7a1-11e2-b667-080027bcf912">taxon_determination_unique</value>
17394
              <value type="string" key="3d9b3600-a7a1-11e2-b667-080027bcf912">fk_taxon_occurrence_has_qualified_taxon1</value>
17395
              <value type="string" key="4001ec92-f678-11e2-9716-080027bcf912">party_list</value>
17396
              <value type="string" key="4001ef9e-f678-11e2-9716-080027bcf912">id</value>
17397
              <value type="string" key="4001f296-f678-11e2-9716-080027bcf912">count</value>
17398
              <value type="string" key="4001f692-f678-11e2-9716-080027bcf912">fk_collection_source100</value>
17399
              <value type="string" key="4001fa52-f678-11e2-9716-080027bcf912">PRIMARY</value>
17400
              <value type="string" key="400c0dc2-f6d1-11e2-a35e-080027bcf912">fk_taxon_scrub_taxon_assertion1</value>
17401
              <value type="string" key="400c0fac-f6d1-11e2-a35e-080027bcf912">parsed_taxon_assertion</value>
17402
              <value type="string" key="400c2370-f6d1-11e2-a35e-080027bcf912">fk_taxon_scrub_taxon_assertion1_idx</value>
17403
              <value type="string" key="40e95b66-acfb-11e2-b309-080027bcf912">fk_method_method1</value>
17404
              <value type="string" key="40e95d64-acfb-11e2-b309-080027bcf912">parent</value>
17405
              <value type="string" key="40e971d2-acfb-11e2-b309-080027bcf912">fk_method_method1_idx</value>
17406
              <value type="string" key="415f1a26-ad15-11e2-9617-080027bcf912">specimen_unique_in_individual</value>
17407
              <value type="string" key="42266085-54CC-4441-8553-68BBE0286A05">default</value>
17408
              <value type="string" key="42405474-a783-11e2-afd5-080027bcf912">annotations</value>
17409
              <value type="string" key="426f5d76-1dcd-11e3-b98c-080027bcf912">fk_individual_count_taxon_presence1</value>
17410
              <value type="string" key="43cfb7dc-a790-11e2-84c3-080027bcf912">lat_long_domain_valid</value>
17411
              <value type="string" key="43f70d90-f679-11e2-9716-080027bcf912">sort_order</value>
17412
              <value type="string" key="44e36b2c-a7b4-11e2-97d7-080027bcf912">fk_specimen_observation_specimen1</value>
17413
              <value type="string" key="44e36d02-a7b4-11e2-97d7-080027bcf912">specimen</value>
17414
              <value type="string" key="44e38f6c-a7b4-11e2-97d7-080027bcf912">fk_specimen_observation_specimen1_idx</value>
17415
              <value type="string" key="45a3f404-ad0f-11e2-b309-080027bcf912">name</value>
17416
              <value type="string" key="47b3b670-0076-11e3-906b-080027bcf912">diameter_max_m</value>
17417
              <value type="string" key="4824526a-a791-11e2-84c3-080027bcf912">area_m2</value>
17418
              <value type="string" key="489c177a-a6ea-11e2-98a6-080027bcf912">referenced_class</value>
17419
              <value type="string" key="489c19be-a6ea-11e2-98a6-080027bcf912">id</value>
17420
              <value type="string" key="489c1b62-a6ea-11e2-98a6-080027bcf912">PRIMARY</value>
17421
              <value type="string" key="489c1e64-a6ea-11e2-98a6-080027bcf912">fk_example_record10</value>
17422
              <value type="string" key="489c25e4-a6ea-11e2-98a6-080027bcf912">base_class</value>
17423
              <value type="string" key="489c281e-a6ea-11e2-98a6-080027bcf912">id</value>
17424
              <value type="string" key="489c29c2-a6ea-11e2-98a6-080027bcf912">referenced_class</value>
17425
              <value type="string" key="489c2b34-a6ea-11e2-98a6-080027bcf912">PRIMARY</value>
17426
              <value type="string" key="489c2e22-a6ea-11e2-98a6-080027bcf912">fk_base_class_referenced_class1_idx</value>
17427
              <value type="string" key="489c325a-a6ea-11e2-98a6-080027bcf912">fk_base_class_referenced_class1</value>
17428
              <value type="string" key="489c3958-a6ea-11e2-98a6-080027bcf912">derived_class</value>
17429
              <value type="string" key="489c3b9c-a6ea-11e2-98a6-080027bcf912">id</value>
17430
              <value type="string" key="489c3d40-a6ea-11e2-98a6-080027bcf912">PRIMARY</value>
17431
              <value type="string" key="489c402e-a6ea-11e2-98a6-080027bcf912">fk_derived_class_base_class1</value>
17432
              <value type="string" key="48af0dca-a795-11e2-84c3-080027bcf912">slope_direction_deg_N</value>
17433
              <value type="string" key="49a23428-f9c5-11e2-9af4-080027bcf912">fk_subplot_plot2</value>
17434
              <value type="string" key="49a235d6-f9c5-11e2-9af4-080027bcf912">parent_plot</value>
17435
              <value type="string" key="49a26722-f9c5-11e2-9af4-080027bcf912">fk_subplot_plot2_idx</value>
17436
              <value type="string" key="4c32a89c-a76a-11e2-92a3-080027bcf912">match_score</value>
17437
              <value type="string" key="4c3ffc96-a741-11e2-9fbf-080027bcf912">taxon_string</value>
17438
              <value type="string" key="4c40001a-a741-11e2-9fbf-080027bcf912">string</value>
17439
              <value type="string" key="4c4005b0-a741-11e2-9fbf-080027bcf912">PRIMARY</value>
17440
              <value type="string" key="4e241b94-ad15-11e2-9617-080027bcf912">specimen_unique_by_collection_event</value>
17441
              <value type="string" key="4e34b204-f9c5-11e2-9af4-080027bcf912">fk_subplot_rel_place1</value>
17442
              <value type="string" key="4ee0a0e2-a794-11e2-84c3-080027bcf912">info</value>
17443
              <value type="string" key="4f2d2f86-f986-11e2-8a2e-080027bcf912">info</value>
17444
              <value type="string" key="5077e4de-a748-11e2-9fbf-080027bcf912">taxon</value>
17445
              <value type="string" key="523d417c-f96b-11e2-9fb4-080027bcf912">parent_geoplace</value>
17446
              <value type="string" key="5256ac76-f983-11e2-8a2e-080027bcf912">azimuth_deg_N</value>
17447
              <value type="string" key="54dd4bd4-f67d-11e2-aebb-080027bcf912">fk_specimen_party_list1</value>
17448
              <value type="string" key="54dd4d82-f67d-11e2-aebb-080027bcf912">specimenholder_institutions</value>
17449
              <value type="string" key="54dd6466-f67d-11e2-aebb-080027bcf912">fk_specimen_party_list1_idx</value>
17450
              <value type="string" key="57512c00-ac86-11e2-aa54-080027bcf912">PRIMARY</value>
17451
              <value type="string" key="58b0d99a-ad00-11e2-b309-080027bcf912">collector_number</value>
17452
              <value type="string" key="59b33ca8-f6ba-11e2-aebb-080027bcf912">taxon_absence</value>
17453
              <value type="string" key="59b33fe6-f6ba-11e2-aebb-080027bcf912">id</value>
17454
              <value type="string" key="59b34b30-f6ba-11e2-aebb-080027bcf912">PRIMARY</value>
17455
              <value type="string" key="5a0331b2-f96d-11e2-9fb4-080027bcf912">name</value>
17456
              <value type="string" key="5a8a530a-1dca-11e3-b98c-080027bcf912">fk_reobservable_taxon_determination1</value>
17457
              <value type="string" key="5a8a54cc-1dca-11e3-b98c-080027bcf912">original_observation</value>
17458
              <value type="string" key="5b345f5e-f957-11e2-8597-080027bcf912">fk_taxon_determination_taxon_observation1</value>
17459
              <value type="string" key="5c62b4f2-ad03-11e2-b309-080027bcf912">code</value>
17460
              <value type="string" key="5e41c0d2-a778-11e2-92a3-080027bcf912">fk_taxon_assertion_taxon_name1</value>
17461
              <value type="string" key="5e41cb90-a778-11e2-92a3-080027bcf912">fk_taxon_assertion_taxon_name1_idx</value>
17462
              <value type="string" key="61c193a8-1dee-11e3-b571-080027bcf912">fk_source_party_list1</value>
17463
              <value type="string" key="61c1b04a-1dee-11e3-b571-080027bcf912">fk_source_party_list1_idx</value>
17464
              <value type="string" key="648b8c10-0075-11e3-906b-080027bcf912">fk_layer_stratum1</value>
17465
              <value type="string" key="65752312-0119-11e3-b872-080027bcf912">cover_percent</value>
17466
              <value type="string" key="66675a70-f970-11e2-9f36-080027bcf912">fk_geoplace_place1</value>
17467
              <value type="string" key="66c25c1c-a791-11e2-84c3-080027bcf912">length_m</value>
17468
              <value type="string" key="67fa5b28-f6c1-11e2-af44-080027bcf912">fk_taxon_observation_sampling_event1</value>
17469
              <value type="string" key="6856853a-a796-11e2-84c3-080027bcf912">traits</value>
17470
              <value type="string" key="686ec05a-f9bc-11e2-a599-080027bcf912">fk_subplot_plot1</value>
17471
              <value type="string" key="687f12b8-a780-11e2-afd5-080027bcf912">taxon_name</value>
17472
              <value type="string" key="687f1542-a780-11e2-afd5-080027bcf912">id</value>
17473
              <value type="string" key="687f1718-a780-11e2-afd5-080027bcf912">unique_name</value>
17474
              <value type="string" key="687f18b2-a780-11e2-afd5-080027bcf912">formal_name</value>
17475
              <value type="string" key="687f1a6a-a780-11e2-afd5-080027bcf912">taxon_name</value>
17476
              <value type="string" key="687f1c2c-a780-11e2-afd5-080027bcf912">author</value>
17477
              <value type="string" key="687f1dda-a780-11e2-afd5-080027bcf912">rank</value>
17478
              <value type="string" key="687f1f92-a780-11e2-afd5-080027bcf912">PRIMARY</value>
17479
              <value type="string" key="687f22b2-a780-11e2-afd5-080027bcf912">fk_taxon_concept_taxon_string10_idx</value>
17480
              <value type="string" key="687f25a0-a780-11e2-afd5-080027bcf912">fk_taxon_record10</value>
17481
              <value type="string" key="687f26f4-a780-11e2-afd5-080027bcf912">fk_taxon_concept_taxon_string10</value>
17482
              <value type="string" key="687f2f28-a780-11e2-afd5-080027bcf912">taxon_path</value>
17483
              <value type="string" key="687f31c6-a780-11e2-afd5-080027bcf912">id</value>
17484
              <value type="string" key="687f339c-a780-11e2-afd5-080027bcf912">family</value>
17485
              <value type="string" key="687f3590-a780-11e2-afd5-080027bcf912">genus</value>
17486
              <value type="string" key="687f3752-a780-11e2-afd5-080027bcf912">specific_epithet</value>
17487
              <value type="string" key="687f3900-a780-11e2-afd5-080027bcf912">ranks</value>
17488
              <value type="string" key="687f3ae0-a780-11e2-afd5-080027bcf912">PRIMARY</value>
17489
              <value type="string" key="68bcc4bc-0083-11e3-ac06-080027bcf912">fk_aggregate_observation_taxon_presence1</value>
17490
              <value type="string" key="68bcc6ce-0083-11e3-ac06-080027bcf912">taxon</value>
17491
              <value type="string" key="68bcdca4-0083-11e3-ac06-080027bcf912">fk_aggregate_observation_taxon_presence1_idx</value>
17492
              <value type="string" key="69b7c87c-f970-11e2-9f36-080027bcf912">fk_nested_geoplace_geoplace1</value>
17493
              <value type="string" key="6b43aacc-f979-11e2-9f36-080027bcf912">fk_place_geopath1</value>
17494
              <value type="string" key="6b43ac84-f979-11e2-9f36-080027bcf912">geopath</value>
17495
              <value type="string" key="6b43c264-f979-11e2-9f36-080027bcf912">fk_place_geopath1_idx</value>
17496
              <value type="string" key="6b54505e-ad0f-11e2-b309-080027bcf912">collection_unique</value>
17497
              <value type="string" key="6c2bb9d2-0083-11e3-ac06-080027bcf912">fk_aggregate_observation_size_class1</value>
17498
              <value type="string" key="6c2bbbb2-0083-11e3-ac06-080027bcf912">size_class</value>
17499
              <value type="string" key="6c2bd08e-0083-11e3-ac06-080027bcf912">fk_aggregate_observation_size_class1_idx</value>
17500
              <value type="string" key="6ec4a89c-ad05-11e2-b309-080027bcf912">fk_specimen_individual1</value>
17501
              <value type="string" key="6ec4aa86-ad05-11e2-b309-080027bcf912">individual</value>
17502
              <value type="string" key="6ec4c2fa-ad05-11e2-b309-080027bcf912">fk_specimen_individual1_idx</value>
17503
              <value type="string" key="7255cc48-1beb-11e3-8de9-080027bcf912">specimen_unique_in_individual_observation</value>
17504
              <value type="string" key="74709b22-a795-11e2-84c3-080027bcf912">slope_incline_deg</value>
17505
              <value type="string" key="77c740cc-1de8-11e3-b571-080027bcf912">role</value>
17506
              <value type="string" key="782db00a-a782-11e2-afd5-080027bcf912">match_info</value>
17507
              <value type="string" key="7afebdc8-0075-11e3-906b-080027bcf912">size_class</value>
17508
              <value type="string" key="7afec156-0075-11e3-906b-080027bcf912">id</value>
17509
              <value type="string" key="7afec49e-0075-11e3-906b-080027bcf912">diameter_min_m</value>
17510
              <value type="string" key="7afec6ec-0075-11e3-906b-080027bcf912">info</value>
17511
              <value type="string" key="7afec93a-0075-11e3-906b-080027bcf912">fk_layer_stratum10</value>
17512
              <value type="string" key="7afecb88-0075-11e3-906b-080027bcf912">PRIMARY</value>
17513
              <value type="string" key="7c31a514-f96f-11e2-9f36-080027bcf912">boundary_WKT</value>
17514
              <value type="string" key="7cd351c8-1168-11e3-8d7f-080027bcf912">fk_specimen_individual_observation1</value>
17515
              <value type="string" key="7cd35394-1168-11e3-8d7f-080027bcf912">individual_observation</value>
17516
              <value type="string" key="7cd372b6-1168-11e3-8d7f-080027bcf912">fk_specimen_individual_observation1_idx</value>
17517
              <value type="string" key="7d6806c8-f95e-11e2-8597-080027bcf912">description</value>
17518
              <value type="string" key="7f176964-f6c0-11e2-af44-080027bcf912">taxa_sampling_event</value>
17519
              <value type="string" key="7f176d06-f6c0-11e2-af44-080027bcf912">id</value>
17520
              <value type="string" key="7f177512-f6c0-11e2-af44-080027bcf912">fk_project_event10</value>
17521
              <value type="string" key="7f177760-f6c0-11e2-af44-080027bcf912">PRIMARY</value>
17522
              <value type="string" key="7f3654cc-ad15-11e2-9617-080027bcf912">specimen_unique_in_collection_by_barcode</value>
17523
              <value type="string" key="803980c8-f6d1-11e2-a35e-080027bcf912">fk_taxon_scrub_taxon_string1</value>
17524
              <value type="string" key="8039828a-f6d1-11e2-a35e-080027bcf912">input_string</value>
17525
              <value type="string" key="80399806-f6d1-11e2-a35e-080027bcf912">fk_taxon_scrub_taxon_string1_idx</value>
17526
              <value type="string" key="813d59c4-1de9-11e3-b571-080027bcf912">fk_party_list_entry_party_list1</value>
17527
              <value type="string" key="813d5bfe-1de9-11e3-b571-080027bcf912">list</value>
17528
              <value type="string" key="813e36c8-1de9-11e3-b571-080027bcf912">fk_party_list_entry_party_list1_idx</value>
17529
              <value type="string" key="81937b1c-ad12-11e2-b309-080027bcf912">fk_collection_source1_idx</value>
17530
              <value type="string" key="83dbd4da-f6e8-11e2-9cf1-080027bcf912">georeferencing</value>
17531
              <value type="string" key="83dbd8ae-f6e8-11e2-9cf1-080027bcf912">id</value>
17532
              <value type="string" key="83dbdbec-f6e8-11e2-9cf1-080027bcf912">input_place</value>
17533
              <value type="string" key="83dbe060-f6e8-11e2-9cf1-080027bcf912">fk_geovalidation_record100</value>
17534
              <value type="string" key="83dbe6aa-f6e8-11e2-9cf1-080027bcf912">PRIMARY</value>
17535
              <value type="string" key="8535dbc2-006c-11e3-895c-080027bcf912">stratum_event</value>
17536
              <value type="string" key="8535dfbe-006c-11e3-895c-080027bcf912">id</value>
17537
              <value type="string" key="8535e306-006c-11e3-895c-080027bcf912">stratum</value>
17538
              <value type="string" key="8535e982-006c-11e3-895c-080027bcf912">PRIMARY</value>
17539
              <value type="string" key="8542fbb8-a793-11e2-84c3-080027bcf912">info</value>
17540
              <value type="string" key="873d44bc-1df1-11e3-bbb6-080027bcf912">fk_source_party1</value>
17541
              <value type="string" key="873d473c-1df1-11e3-bbb6-080027bcf912">contact</value>
17542
              <value type="string" key="873e2db4-1df1-11e3-bbb6-080027bcf912">fk_source_party1_idx</value>
17543
              <value type="string" key="8b8a694e-a792-11e2-84c3-080027bcf912">name</value>
17544
              <value type="string" key="8e2b8e78-1dec-11e3-b571-080027bcf912">fk_record_source2</value>
17545
              <value type="string" key="8ed70288-ad14-11e2-9617-080027bcf912">PRIMARY</value>
17546
              <value type="string" key="8f0c3678-f978-11e2-9f36-080027bcf912">rank</value>
17547
              <value type="string" key="913a6e06-008a-11e3-9629-080027bcf912">fk_soil_observation_record1</value>
17548
              <value type="string" key="92fc2776-1be6-11e3-af49-080027bcf912">defining_data</value>
17549
              <value type="string" key="94ad6c18-f6c7-11e2-a35e-080027bcf912">dimensions</value>
17550
              <value type="string" key="98e532e4-008a-11e3-9629-080027bcf912">fk_soil_observation_place_observation1</value>
17551
              <value type="string" key="98e534d8-008a-11e3-9629-080027bcf912">place_observation</value>
17552
              <value type="string" key="98e5491e-008a-11e3-9629-080027bcf912">fk_soil_observation_place_observation1_idx</value>
17553
              <value type="string" key="9b006114-f6d2-11e2-a35e-080027bcf912">fk_taxon_scrub_record1</value>
17554
              <value type="string" key="9b6b7d6a-ad0c-11e2-b309-080027bcf912">fk_parsed_taxon_assertion_taxon_name1_idx</value>
17555
              <value type="string" key="9d6c9e9a-f678-11e2-9716-080027bcf912">party_list_entry</value>
17556
              <value type="string" key="9d6ca570-f678-11e2-9716-080027bcf912">id</value>
17557
              <value type="string" key="9d6ca7aa-f678-11e2-9716-080027bcf912">PRIMARY</value>
17558
              <value type="string" key="9d6cb042-f678-11e2-9716-080027bcf912">fk_party_list_has_party_party1</value>
17559
              <value type="string" key="9d6cb150-f678-11e2-9716-080027bcf912">party</value>
17560
              <value type="string" key="9d6cb812-f678-11e2-9716-080027bcf912">fk_party_list_has_party_party1_idx</value>
17561
              <value type="string" key="9f4bd98c-a6fb-11e2-9461-080027bcf912">plot</value>
17562
              <value type="string" key="9f4bdd10-a6fb-11e2-9461-080027bcf912">id</value>
17563
              <value type="string" key="9f4be008-a6fb-11e2-9461-080027bcf912">fk_subplot_place1</value>
17564
              <value type="string" key="9f4be256-a6fb-11e2-9461-080027bcf912">PRIMARY</value>
17565
              <value type="string" key="9f58576a-a792-11e2-84c3-080027bcf912">name</value>
17566
              <value type="string" key="a01e225c-a741-11e2-9fbf-080027bcf912">fk_taxon_assertion_taxon_string1</value>
17567
              <value type="string" key="a01e269e-a741-11e2-9fbf-080027bcf912">string</value>
17568
              <value type="string" key="a01e47fa-a741-11e2-9fbf-080027bcf912">fk_taxon_assertion_taxon_string1_idx</value>
17569
              <value type="string" key="a0266c92-a92a-11e2-93c8-080027bcf912">latitude_deg</value>
17570
              <value type="string" key="a2fe2068-a790-11e2-84c3-080027bcf912">name</value>
17571
              <value type="string" key="a3e070f8-a77c-11e2-afd5-080027bcf912">fk_parsed_taxon_assertion_taxon_name1</value>
17572
              <value type="string" key="a45bf56a-f980-11e2-8a2e-080027bcf912">fk_subplot_place2</value>
17573
              <value type="string" key="a60e3a24-ad15-11e2-9617-080027bcf912">specimen_unique_in_collection_by_accession_number</value>
17574
              <value type="string" key="a8348424-a78f-11e2-84c3-080027bcf912">geovalid</value>
17575
              <value type="string" key="a841b894-f6c0-11e2-af44-080027bcf912">fk_sampling_event_method1</value>
17576
              <value type="string" key="a841ba7e-f6c0-11e2-af44-080027bcf912">method</value>
17577
              <value type="string" key="a842920a-f6c0-11e2-af44-080027bcf912">fk_sampling_event_method1_idx</value>
17578
              <value type="string" key="a882f398-0117-11e3-b872-080027bcf912">count</value>
17579
              <value type="string" key="aa191bd2-a92a-11e2-93c8-080027bcf912">longitude_deg</value>
17580
              <value type="string" key="ab3ef4b0-1dc8-11e3-b98c-080027bcf912">fk_taxon_occurrence_taxon_determination3</value>
17581
              <value type="string" key="ab3ef6ae-1dc8-11e3-b98c-080027bcf912">current_observation</value>
17582
              <value type="string" key="ab56b99c-1ddc-11e3-bd5f-080027bcf912">fk_aggregate_observation_taxa_sampling_event1</value>
17583
              <value type="string" key="ab56bc12-1ddc-11e3-bd5f-080027bcf912">sampling_event</value>
17584
              <value type="string" key="ab56d2f6-1ddc-11e3-bd5f-080027bcf912">fk_aggregate_observation_taxa_sampling_event1_idx</value>
17585
              <value type="string" key="ae7761fe-008a-11e3-9629-080027bcf912">fk_soil_observation_subplace1</value>
17586
              <value type="string" key="ae7763ca-008a-11e3-9629-080027bcf912">measurement_spot</value>
17587
              <value type="string" key="ae777b3a-008a-11e3-9629-080027bcf912">fk_soil_observation_subplace1_idx</value>
17588
              <value type="string" key="aecb187e-1de2-11e3-b950-080027bcf912">fk_taxon_observation_taxon_observation1</value>
17589
              <value type="string" key="aecb1a5e-1de2-11e3-b950-080027bcf912">observation_in_parent_place</value>
17590
              <value type="string" key="aecb3a34-1de2-11e3-b950-080027bcf912">fk_taxon_observation_taxon_observation1_idx</value>
17591
              <value type="string" key="aed5d5c4-a769-11e2-92a3-080027bcf912">cf_aff</value>
17592
              <value type="string" key="b19ab98a-a6e9-11e2-98a6-080027bcf912">PRIMARY</value>
17593
              <value type="string" key="b3ac613c-0086-11e3-ac06-080027bcf912">fk_reobservable_presence_reobservable1</value>
17594
              <value type="string" key="b55f115c-a792-11e2-84c3-080027bcf912">name</value>
17595
              <value type="string" key="b8ce339a-a797-11e2-8681-080027bcf912">fk_stem_individual2</value>
17596
              <value type="string" key="b922e5ba-006c-11e3-895c-080027bcf912">fk_stratum_event_stratum1</value>
17597
              <value type="string" key="b922fa5a-006c-11e3-895c-080027bcf912">fk_stratum_event_stratum1_idx</value>
17598
              <value type="string" key="b95efb72-f982-11e2-8a2e-080027bcf912">width_m</value>
17599
              <value type="string" key="b9695d2e-a793-11e2-84c3-080027bcf912">info</value>
17600
              <value type="string" key="b9be8c42-acff-11e2-b309-080027bcf912">collectors</value>
17601
              <value type="string" key="bb0eaf44-ad10-11e2-b309-080027bcf912">current_collection</value>
17602
              <value type="string" key="bbbbdd9c-ad09-11e2-b309-080027bcf912">code_in_individual</value>
17603
              <value type="string" key="be8cb246-a6e0-11e2-95e9-080027bcf912">VegCore</value>
17604
              <value type="string" key="be8cc04c-a6e0-11e2-95e9-080027bcf912">source</value>
17605
              <value type="string" key="be8cc362-a6e0-11e2-95e9-080027bcf912">id</value>
17606
              <value type="string" key="be8cc59c-a6e0-11e2-95e9-080027bcf912">parent</value>
17607
              <value type="string" key="be8cc75e-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17608
              <value type="string" key="be8ccb14-a6e0-11e2-95e9-080027bcf912">fk_source1_idx</value>
17609
              <value type="string" key="be8cce5c-a6e0-11e2-95e9-080027bcf912">fk_source1</value>
17610
              <value type="string" key="be8cd56e-a6e0-11e2-95e9-080027bcf912">traceable</value>
17611
              <value type="string" key="be8cd7b2-a6e0-11e2-95e9-080027bcf912">id</value>
17612
              <value type="string" key="be8cd956-a6e0-11e2-95e9-080027bcf912">source</value>
17613
              <value type="string" key="be8cdac8-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17614
              <value type="string" key="be8cddca-a6e0-11e2-95e9-080027bcf912">fk_record_source1_idx</value>
17615
              <value type="string" key="be8ce0b8-a6e0-11e2-95e9-080027bcf912">fk_record_source1</value>
17616
              <value type="string" key="be8d17d6-a6e0-11e2-95e9-080027bcf912">taxon_assertion</value>
17617
              <value type="string" key="be8d1ac4-a6e0-11e2-95e9-080027bcf912">id</value>
17618
              <value type="string" key="be8d1de4-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17619
              <value type="string" key="be8d249c-a6e0-11e2-95e9-080027bcf912">fk_qualified_taxon_record1</value>
17620
              <value type="string" key="be8d4a58-a6e0-11e2-95e9-080027bcf912">geoplace</value>
17621
              <value type="string" key="be8d4cd8-a6e0-11e2-95e9-080027bcf912">id</value>
17622
              <value type="string" key="be8d4eae-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17623
              <value type="string" key="be8d8c2a-a6e0-11e2-95e9-080027bcf912">method</value>
17624
              <value type="string" key="be8d8ea0-a6e0-11e2-95e9-080027bcf912">id</value>
17625
              <value type="string" key="be8d906c-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17626
              <value type="string" key="be8d93c8-a6e0-11e2-95e9-080027bcf912">fk_method_record1</value>
17627
              <value type="string" key="be8df962-a6e0-11e2-95e9-080027bcf912">collection</value>
17628
              <value type="string" key="be8dfbf6-a6e0-11e2-95e9-080027bcf912">id</value>
17629
              <value type="string" key="be8e0240-a6e0-11e2-95e9-080027bcf912">fk_collection_source1</value>
17630
              <value type="string" key="be8e3ecc-a6e0-11e2-95e9-080027bcf912">individual</value>
17631
              <value type="string" key="be8e4142-a6e0-11e2-95e9-080027bcf912">id</value>
17632
              <value type="string" key="be8e4322-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17633
              <value type="string" key="be8e4688-a6e0-11e2-95e9-080027bcf912">fk_individual_record1</value>
17634
              <value type="string" key="be8e6514-a6e0-11e2-95e9-080027bcf912">stem</value>
17635
              <value type="string" key="be8e679e-a6e0-11e2-95e9-080027bcf912">id</value>
17636
              <value type="string" key="be8e6974-a6e0-11e2-95e9-080027bcf912">individual</value>
17637
              <value type="string" key="be8e6b22-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17638
              <value type="string" key="be8e6e7e-a6e0-11e2-95e9-080027bcf912">fk_stem_individual1_idx</value>
17639
              <value type="string" key="be8e7360-a6e0-11e2-95e9-080027bcf912">fk_stem_individual1</value>
17640
              <value type="string" key="be8e7cde-a6e0-11e2-95e9-080027bcf912">stem_observation</value>
17641
              <value type="string" key="be8e7f5e-a6e0-11e2-95e9-080027bcf912">id</value>
17642
              <value type="string" key="be8e8134-a6e0-11e2-95e9-080027bcf912">individual_observation</value>
17643
              <value type="string" key="be8e82ce-a6e0-11e2-95e9-080027bcf912">stem</value>
17644
              <value type="string" key="be8e8472-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17645
              <value type="string" key="be8e87d8-a6e0-11e2-95e9-080027bcf912">fk_stem_observation_individual_observation1_idx</value>
17646
              <value type="string" key="be8e8b20-a6e0-11e2-95e9-080027bcf912">fk_stem_observation_stem1_idx</value>
17647
              <value type="string" key="be8e8fe4-a6e0-11e2-95e9-080027bcf912">fk_stem_observation_individual_observation1</value>
17648
              <value type="string" key="be8e9156-a6e0-11e2-95e9-080027bcf912">fk_stem_observation_stem1</value>
17649
              <value type="string" key="be8e9930-a6e0-11e2-95e9-080027bcf912">individual_count</value>
17650
              <value type="string" key="be8e9bba-a6e0-11e2-95e9-080027bcf912">id</value>
17651
              <value type="string" key="be8e9d90-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17652
              <value type="string" key="be8ea786-a6e0-11e2-95e9-080027bcf912">taxon_presence</value>
17653
              <value type="string" key="be8eaa06-a6e0-11e2-95e9-080027bcf912">id</value>
17654
              <value type="string" key="be8f1784-a6e0-11e2-95e9-080027bcf912">community</value>
17655
              <value type="string" key="be8f1a36-a6e0-11e2-95e9-080027bcf912">id</value>
17656
              <value type="string" key="be8f1c2a-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17657
              <value type="string" key="be8f1fc2-a6e0-11e2-95e9-080027bcf912">fk_community_record1</value>
17658
              <value type="string" key="be8f272e-a6e0-11e2-95e9-080027bcf912">geological_context</value>
17659
              <value type="string" key="be8f29d6-a6e0-11e2-95e9-080027bcf912">id</value>
17660
              <value type="string" key="be8f2b98-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17661
              <value type="string" key="be8f2ecc-a6e0-11e2-95e9-080027bcf912">fk_geological_context_record1</value>
17662
              <value type="string" key="be8f387c-a6e0-11e2-95e9-080027bcf912">place_observation</value>
17663
              <value type="string" key="be8f3ade-a6e0-11e2-95e9-080027bcf912">id</value>
17664
              <value type="string" key="be8f3ca0-a6e0-11e2-95e9-080027bcf912">place</value>
17665
              <value type="string" key="be8f3e30-a6e0-11e2-95e9-080027bcf912">geological_context</value>
17666
              <value type="string" key="be8f3fd4-a6e0-11e2-95e9-080027bcf912">community</value>
17667
              <value type="string" key="be8f416e-a6e0-11e2-95e9-080027bcf912">fk_place_observation_place1_idx</value>
17668
              <value type="string" key="be8f4524-a6e0-11e2-95e9-080027bcf912">fk_place_observation_geological_context1_idx</value>
17669
              <value type="string" key="be8f483a-a6e0-11e2-95e9-080027bcf912">fk_place_observation_community1_idx</value>
17670
              <value type="string" key="be8f4b64-a6e0-11e2-95e9-080027bcf912">fk_place_observation_place1</value>
17671
              <value type="string" key="be8f4d08-a6e0-11e2-95e9-080027bcf912">fk_place_observation_geological_context1</value>
17672
              <value type="string" key="be8f4e98-a6e0-11e2-95e9-080027bcf912">fk_place_observation_community1</value>
17673
              <value type="string" key="be8f58b6-a6e0-11e2-95e9-080027bcf912">soil_observation</value>
17674
              <value type="string" key="be8f5b5e-a6e0-11e2-95e9-080027bcf912">id</value>
17675
              <value type="string" key="be8f5d5c-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17676
              <value type="string" key="be8f67e8-a6e0-11e2-95e9-080027bcf912">subplace</value>
17677
              <value type="string" key="be8f6a86-a6e0-11e2-95e9-080027bcf912">id</value>
17678
              <value type="string" key="be8f6c7a-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17679
              <value type="string" key="be8f78aa-a6e0-11e2-95e9-080027bcf912">geovalidatable_place</value>
17680
              <value type="string" key="be8f7b0c-a6e0-11e2-95e9-080027bcf912">id</value>
17681
              <value type="string" key="be8f8084-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17682
              <value type="string" key="be8fa0fa-a6e0-11e2-95e9-080027bcf912">project</value>
17683
              <value type="string" key="be8fa398-a6e0-11e2-95e9-080027bcf912">id</value>
17684
              <value type="string" key="be8fa58c-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17685
              <value type="string" key="be8fa91a-a6e0-11e2-95e9-080027bcf912">fk_project_event1</value>
17686
              <value type="string" key="be8fb202-a6e0-11e2-95e9-080027bcf912">taxon_scrub</value>
17687
              <value type="string" key="be8fb5ae-a6e0-11e2-95e9-080027bcf912">id</value>
17688
              <value type="string" key="be8fb7a2-a6e0-11e2-95e9-080027bcf912">matched_taxon_concept</value>
17689
              <value type="string" key="be8fb98c-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17690
              <value type="string" key="be8fe70e-a6e0-11e2-95e9-080027bcf912">party</value>
17691
              <value type="string" key="be8fe97a-a6e0-11e2-95e9-080027bcf912">id</value>
17692
              <value type="string" key="be8feb50-a6e0-11e2-95e9-080027bcf912">PRIMARY</value>
17693
              <value type="string" key="be8fee8e-a6e0-11e2-95e9-080027bcf912">fk_collection_source10</value>
17694
              <value type="string" key="c20b4bce-ad13-11e2-b309-080027bcf912">fk_specimen_organization3_idx</value>
17695
              <value type="string" key="c3760d74-a7b3-11e2-8ba6-080027bcf912">specimen_observation</value>
17696
              <value type="string" key="c376109e-a7b3-11e2-8ba6-080027bcf912">id</value>
17697
              <value type="string" key="c3762570-a7b3-11e2-8ba6-080027bcf912">fk_specimen_taxon_occurrence10</value>
17698
              <value type="string" key="c37629b2-a7b3-11e2-8ba6-080027bcf912">PRIMARY</value>
17699
              <value type="string" key="c4391d16-006c-11e3-895c-080027bcf912">fk_stratum_event_sampling_event1</value>
17700
              <value type="string" key="c540c5c0-ad19-11e2-9d85-080027bcf912">traits</value>
17701
              <value type="string" key="c66112f6-ad10-11e2-b309-080027bcf912">fk_specimen_collection2</value>
17702
              <value type="string" key="c6612660-ad10-11e2-b309-080027bcf912">fk_specimen_collection2_idx</value>
17703
              <value type="string" key="c6722390-a7a0-11e2-b667-080027bcf912">geopath</value>
17704
              <value type="string" key="c67225de-a7a0-11e2-b667-080027bcf912">id</value>
17705
              <value type="string" key="c6722782-a7a0-11e2-b667-080027bcf912">continent</value>
17706
              <value type="string" key="c6722912-a7a0-11e2-b667-080027bcf912">country</value>
17707
              <value type="string" key="c6722a98-a7a0-11e2-b667-080027bcf912">state_province</value>
17708
              <value type="string" key="c6722c1e-a7a0-11e2-b667-080027bcf912">county</value>
17709
              <value type="string" key="c6722da4-a7a0-11e2-b667-080027bcf912">municipality</value>
17710
              <value type="string" key="c6722f2a-a7a0-11e2-b667-080027bcf912">ranks</value>
17711
              <value type="string" key="c67230d8-a7a0-11e2-b667-080027bcf912">PRIMARY</value>
17712
              <value type="string" key="c6723d8a-a7a0-11e2-b667-080027bcf912">place</value>
17713
              <value type="string" key="c6724000-a7a0-11e2-b667-080027bcf912">id</value>
17714
              <value type="string" key="c67241b8-a7a0-11e2-b667-080027bcf912">parent</value>
17715
              <value type="string" key="c672467c-a7a0-11e2-b667-080027bcf912">locality</value>
17716
              <value type="string" key="c6724820-a7a0-11e2-b667-080027bcf912">PRIMARY</value>
17717
              <value type="string" key="c6724e7e-a7a0-11e2-b667-080027bcf912">fk_place1_idx</value>
17718
              <value type="string" key="c67254b4-a7a0-11e2-b667-080027bcf912">fk_place_record1</value>
17719
              <value type="string" key="c6725784-a7a0-11e2-b667-080027bcf912">fk_place1</value>
17720
              <value type="string" key="c672743a-a7a0-11e2-b667-080027bcf912">event</value>
17721
              <value type="string" key="c67276b0-a7a0-11e2-b667-080027bcf912">id</value>
17722
              <value type="string" key="c672785e-a7a0-11e2-b667-080027bcf912">parent</value>
17723
              <value type="string" key="c6727a2a-a7a0-11e2-b667-080027bcf912">name</value>
17724
              <value type="string" key="c6727bce-a7a0-11e2-b667-080027bcf912">date_range</value>
17725
              <value type="string" key="c6727d54-a7a0-11e2-b667-080027bcf912">place</value>
17726
              <value type="string" key="c67280b0-a7a0-11e2-b667-080027bcf912">PRIMARY</value>
17727
              <value type="string" key="c67283da-a7a0-11e2-b667-080027bcf912">fk_event_place1_idx</value>
17728
              <value type="string" key="c6728830-a7a0-11e2-b667-080027bcf912">fk_event1_idx</value>
17729
              <value type="string" key="c6729578-a7a0-11e2-b667-080027bcf912">fk_event_record1</value>
17730
              <value type="string" key="c672971c-a7a0-11e2-b667-080027bcf912">fk_event_place1</value>
17731
              <value type="string" key="c672994c-a7a0-11e2-b667-080027bcf912">fk_event1</value>
17732
              <value type="string" key="c672a8d8-a7a0-11e2-b667-080027bcf912">reobservable</value>
17733
              <value type="string" key="c672abda-a7a0-11e2-b667-080027bcf912">id</value>
17734
              <value type="string" key="c672bda0-a7a0-11e2-b667-080027bcf912">PRIMARY</value>
17735
              <value type="string" key="c672f914-a7a0-11e2-b667-080027bcf912">specimen</value>
17736
              <value type="string" key="c672fb6c-a7a0-11e2-b667-080027bcf912">id</value>
17737
              <value type="string" key="c673038c-a7a0-11e2-b667-080027bcf912">owner_collection</value>
17738
              <value type="string" key="c6730896-a7a0-11e2-b667-080027bcf912">orig_collection</value>
17739
              <value type="string" key="c6730b98-a7a0-11e2-b667-080027bcf912">barcode</value>
17740
              <value type="string" key="c6730d78-a7a0-11e2-b667-080027bcf912">accession_number</value>
17741
              <value type="string" key="c6731048-a7a0-11e2-b667-080027bcf912">PRIMARY</value>
17742
              <value type="string" key="c6731534-a7a0-11e2-b667-080027bcf912">fk_specimen_collection1_idx</value>
17743
              <value type="string" key="c6731a52-a7a0-11e2-b667-080027bcf912">fk_specimen_taxon_occurrence1</value>
17744
              <value type="string" key="c6731c28-a7a0-11e2-b667-080027bcf912">fk_specimen_collection1</value>
17745
              <value type="string" key="c7a57ce0-a92a-11e2-93c8-080027bcf912">lat_long_in_place_ranks</value>
17746
              <value type="string" key="c7c1e6aa-a91b-11e2-bdec-080027bcf912">fk_source_party2</value>
17747
              <value type="string" key="c7c1e862-a91b-11e2-bdec-080027bcf912">first_publisher</value>
17748
              <value type="string" key="c7c2089c-a91b-11e2-bdec-080027bcf912">fk_source_party2_idx</value>
17749
              <value type="string" key="c8552b14-a7bc-11e2-8af2-080027bcf912">owners</value>
17750
              <value type="string" key="c8868c00-a793-11e2-84c3-080027bcf912">info</value>
17751
              <value type="string" key="cfea1514-a790-11e2-84c3-080027bcf912">x_m</value>
17752
              <value type="string" key="d009232a-f671-11e2-9716-080027bcf912">tag_history</value>
17753
              <value type="string" key="d0d97d8a-f6c7-11e2-a35e-080027bcf912">coords</value>
17754
              <value type="string" key="d2081100-f959-11e2-8597-080027bcf912">fk_taxon_presence_taxon_determination1</value>
17755
              <value type="string" key="d2b2ccf6-a794-11e2-84c3-080027bcf912">elevation_m</value>
17756
              <value type="string" key="d6b1b62e-a7a7-11e2-8ba6-080027bcf912">PRIMARY</value>
17757
              <value type="string" key="d72de448-ad19-11e2-9d85-080027bcf912">traits</value>
17758
              <value type="string" key="d9b5781e-a90b-11e2-8576-080027bcf912">name</value>
17759
              <value type="string" key="db4e8988-1dc6-11e3-838b-410b6ef2c3ca">fk_taxon_observation_taxon_occurrence1</value>
17760
              <value type="string" key="db4e8bea-1dc6-11e3-838b-410b6ef2c3ca">taxon_occurrence</value>
17761
              <value type="string" key="db4ea800-1dc6-11e3-838b-410b6ef2c3ca">fk_taxon_observation_taxon_occurrence1_idx</value>
17762
              <value type="string" key="dbe10c36-f6e8-11e2-9cf1-080027bcf912">fk_georef_place1</value>
17763
              <value type="string" key="dbe121f8-f6e8-11e2-9cf1-080027bcf912">fk_georef_place1_idx</value>
17764
              <value type="string" key="dc8d1c42-ad19-11e2-9d85-080027bcf912">aggregating_traits</value>
17765
              <value type="string" key="dda7bbf8-0072-11e3-906b-080027bcf912">fk_stratum_event_sampling_event2</value>
17766
              <value type="string" key="dda7bdec-0072-11e3-906b-080027bcf912">parent_event</value>
17767
              <value type="string" key="dda7d480-0072-11e3-906b-080027bcf912">fk_stratum_event_sampling_event2_idx</value>
17768
              <value type="string" key="e5155806-a793-11e2-84c3-080027bcf912">info</value>
17769
              <value type="string" key="e550209e-f676-11e2-9716-080027bcf912">fk_party_organization1</value>
17770
              <value type="string" key="e5502346-f676-11e2-9716-080027bcf912">organization</value>
17771
              <value type="string" key="e550389a-f676-11e2-9716-080027bcf912">fk_party_organization1_idx</value>
17772
              <value type="string" key="e5d27f54-a792-11e2-84c3-080027bcf912">info</value>
17773
              <value type="string" key="e95a1e48-1de9-11e3-b571-080027bcf912">fk_party_list_entry_record1</value>
17774
              <value type="string" key="eb778868-ad01-11e2-b309-080027bcf912">fk_specimen_taxon_observation1</value>
17775
              <value type="string" key="eb778aac-ad01-11e2-b309-080027bcf912">collection_event</value>
17776
              <value type="string" key="eb77b1da-ad01-11e2-b309-080027bcf912">fk_specimen_taxon_observation1_idx</value>
17777
              <value type="string" key="ec1f6aa2-f6c5-11e2-a35e-080027bcf912">shape</value>
17778
              <value type="string" key="ec6965f0-a925-11e2-acee-080027bcf912">fk_specimen_organization3</value>
17779
              <value type="string" key="eca92a0e-1de3-11e3-b950-080027bcf912">fk_taxa_sampling_event_project1</value>
17780
              <value type="string" key="eca92bf8-1de3-11e3-b950-080027bcf912">project</value>
17781
              <value type="string" key="eca94142-1de3-11e3-b950-080027bcf912">fk_taxa_sampling_event_project1_idx</value>
17782
              <value type="string" key="ed1eb2a6-ad0e-11e2-b309-080027bcf912">fk_collection_organization1</value>
17783
              <value type="string" key="ed1eb468-ad0e-11e2-b309-080027bcf912">institution</value>
17784
              <value type="string" key="ed1ec98a-ad0e-11e2-b309-080027bcf912">fk_collection_organization1_idx</value>
17785
              <value type="string" key="ed551182-011b-11e3-b872-080027bcf912">fk_taxa_sampling_event_place1</value>
17786
              <value type="string" key="ed551376-011b-11e3-b872-080027bcf912">within_place</value>
17787
              <value type="string" key="ed55f9e4-011b-11e3-b872-080027bcf912">fk_taxa_sampling_event_place1_idx</value>
17788
              <value type="string" key="f15726c2-011f-11e3-9f3a-080027bcf912">aggregate_observation</value>
17789
              <value type="string" key="f1572a5a-011f-11e3-9f3a-080027bcf912">id</value>
17790
              <value type="string" key="f1572d5c-011f-11e3-9f3a-080027bcf912">occurrence_status</value>
17791
              <value type="string" key="f1573162-011f-11e3-9f3a-080027bcf912">traits</value>
17792
              <value type="string" key="f157336a-011f-11e3-9f3a-080027bcf912">fk_taxon_presence_taxon_determination10</value>
17793
              <value type="string" key="f1573748-011f-11e3-9f3a-080027bcf912">PRIMARY</value>
17794
              <value type="string" key="f62bfaf6-a797-11e2-8681-080027bcf912">fk_stem_observation_individual_observation2</value>
17795
              <value type="string" key="f903388e-0084-11e3-ac06-080027bcf912">reobservable_presence</value>
17796
              <value type="string" key="f9033c9e-0084-11e3-ac06-080027bcf912">id</value>
17797
              <value type="string" key="f903400e-0084-11e3-ac06-080027bcf912">voucher</value>
17798
              <value type="string" key="f903472a-0084-11e3-ac06-080027bcf912">PRIMARY</value>
17799
              <value type="string" key="f9d23e32-1dc5-11e3-838b-410b6ef2c3ca">taxon_occurrence</value>
17800
              <value type="string" key="f9d241ca-1dc5-11e3-838b-410b6ef2c3ca">id</value>
17801
              <value type="string" key="f9d255c0-1dc5-11e3-838b-410b6ef2c3ca">PRIMARY</value>
17802
              <value type="string" key="fbf69d1e-a79d-11e2-a346-080027bcf912">record_unique</value>
17803
              <value type="string" key="fc6fbbae-f96e-11e2-9f36-080027bcf912">geoplace</value>
17804
            </value>
17805
            <value type="string" key="lastSyncDate"></value>
17806
            <value type="string" key="name"></value>
17807
          </value>
17808
        </value>
17182 17809
        <value _ptr_="0xb1fe980" type="list" content-type="object" content-struct-name="GrtObject" key="tagCategories"/>
17183 17810
        <value _ptr_="0xb1fe9b0" type="list" content-type="object" content-struct-name="meta.Tag" key="tags"/>
17184 17811
        <link type="object" struct-name="model.Diagram" key="currentDiagram">3915EB3C-D507-4518-BE3A-63A8D8DD4471</link>
......
17261 17888
    <value type="object" struct-name="app.DocumentInfo" id="BEE3982F-55A1-4B2C-914A-CD6953803AB9" struct-checksum="0xbba780b8" key="info">
17262 17889
      <value type="string" key="author">Aaron Marcuse-Kubitza</value>
17263 17890
      <value type="string" key="caption">New Model</value>
17264
      <value type="string" key="dateChanged">2013-09-15 03:20</value>
17891
      <value type="string" key="dateChanged">2013-09-15 03:33</value>
17265 17892
      <value type="string" key="dateCreated">2012-01-19 14:06</value>
17266 17893
      <value type="string" key="description"></value>
17267 17894
      <value type="string" key="project">Name of the project</value>
schemas/VegCore/VegCore.my.sql
812 812
  `name` varbinary(767) NOT NULL,
813 813
  `first_publisher` varbinary(767) DEFAULT NULL,
814 814
  `owners` varbinary(767) DEFAULT NULL,
815
  `contact` varbinary(767) DEFAULT NULL,
815 816
  `info` set('hstore') COLLATE utf8_bin DEFAULT NULL,
816 817
  PRIMARY KEY (`id`),
817 818
  UNIQUE KEY `source_unique` (`parent`,`name`),
818 819
  KEY `fk_source1_idx` (`parent`),
819 820
  KEY `fk_source_party2_idx` (`first_publisher`),
820 821
  KEY `fk_source_party_list1_idx` (`owners`),
822
  KEY `fk_source_party1_idx` (`contact`),
823
  CONSTRAINT `fk_source1` FOREIGN KEY (`parent`) REFERENCES `source` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
824
  CONSTRAINT `fk_source_party2` FOREIGN KEY (`first_publisher`) REFERENCES `party` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
821 825
  CONSTRAINT `fk_source_party_list1` FOREIGN KEY (`owners`) REFERENCES `party_list` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
822
  CONSTRAINT `fk_source1` FOREIGN KEY (`parent`) REFERENCES `source` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
823
  CONSTRAINT `fk_source_party2` FOREIGN KEY (`first_publisher`) REFERENCES `party` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
826
  CONSTRAINT `fk_source_party1` FOREIGN KEY (`contact`) REFERENCES `party` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
824 827
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='a "reference [...] cited within the database" ("VegBank":http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=reference&entity=dba_tabledescription&where=where_tablename)';
825 828
/*!40101 SET character_set_client = @saved_cs_client */;
826 829

  

Also available in: Unified diff