Project

General

Profile

« Previous | Next » 

Revision 10663

schemas/VegCore/VegCore.ERD.mwb: moved all required fields before optional fields

View differences:

schemas/VegCore/VegCore.pg.sql
249 249
CREATE TABLE "georeferencing" (
250 250
  "id" text NOT NULL,
251 251
  "input_place" text NOT NULL,
252
  "geoplace" text DEFAULT NULL,
252 253
  "georeferenced_by" text DEFAULT NULL,
253
  "geoplace" text DEFAULT NULL,
254 254
  "info" hstore DEFAULT NULL,
255 255
  PRIMARY KEY ("id"),
256 256
  /*KEY "fk_georef_place1_idx" ("input_place")*/CHECK (true),
......
302 302
CREATE TABLE "geovalidation" (
303 303
  "id" text NOT NULL,
304 304
  "input_geoplace" text NOT NULL,
305
  "corrected_geoplace" text DEFAULT NULL,
306 305
  "geovalid" integer NOT NULL,
307 306
  "lat_long_domain_valid" integer NOT NULL,
308 307
  "lat_long_in_place_ranks" hstore DEFAULT NULL,
308
  "corrected_geoplace" text DEFAULT NULL,
309 309
  PRIMARY KEY ("id"),
310 310
  /*KEY "fk_geovalidation_geoplace1_idx" ("input_geoplace")*/CHECK (true),
311 311
  /*KEY "fk_geovalidation_geoplace2_idx" ("corrected_geoplace")*/CHECK (true),
......
1192 1192
/*!40101 SET character_set_client = utf8 */;
1193 1193
CREATE TABLE "taxon_determination" (
1194 1194
  "id" text NOT NULL,
1195
  "taxon_assertion" text NOT NULL,
1195 1196
  "identified_by" text DEFAULT NULL,
1196
  "taxon_assertion" text NOT NULL,
1197 1197
  "fit_info" hstore DEFAULT NULL,
1198 1198
  PRIMARY KEY ("id"),
1199 1199
  /*CONSTRAINT "taxon_determination_unique" */UNIQUE ("taxon_assertion","identified_by"),
1200 1200
  /*KEY "fk_taxon_occurrence_has_qualified_taxon1_idx" ("taxon_assertion")*/CHECK (true),
1201 1201
  /*KEY "fk_taxon_determination_party_list1_idx" ("identified_by")*/CHECK (true),
1202
  /*CONSTRAINT "fk_taxon_occurrence_has_qualified_taxon1" FOREIGN KEY ("taxon_assertion") REFERENCES "taxon_assertion" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true),
1203 1202
  /*CONSTRAINT "fk_taxon_determination_party_list1" FOREIGN KEY ("identified_by") REFERENCES "party_list" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true),
1204
  /*CONSTRAINT "fk_taxon_determination_taxon_observation1" FOREIGN KEY ("id") REFERENCES "taxon_observation" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true)
1203
  /*CONSTRAINT "fk_taxon_determination_taxon_observation1" FOREIGN KEY ("id") REFERENCES "taxon_observation" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true),
1204
  /*CONSTRAINT "fk_taxon_occurrence_has_qualified_taxon1" FOREIGN KEY ("taxon_assertion") REFERENCES "taxon_assertion" ("id") ON DELETE CASCADE ON UPDATE CASCADE*/CHECK (true)
1205 1205
) /*ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='An assertion that a [[VegCore#TaxonOccurrence|TaxonOccurrence]] is a particular [[VegCore#Taxon|Taxon]]'*/;
1206 1206
/*!40101 SET character_set_client = @saved_cs_client */;
1207 1207

  
schemas/VegCore/document.mwb.xml
4503 4503
                      <value type="string" key="oldName">id</value>
4504 4504
                      <link type="object" struct-name="GrtObject" key="owner">3d9b10bc-a7a1-11e2-b667-080027bcf912</link>
4505 4505
                    </value>
4506
                    <value type="object" struct-name="db.mysql.Column" id="3d9b197c-a7a1-11e2-b667-080027bcf912" struct-checksum="0x783b5183">
4506
                    <value type="object" struct-name="db.mysql.Column" id="3d9b17ba-a7a1-11e2-b667-080027bcf912" struct-checksum="0x783b5183">
4507 4507
                      <value type="int" key="autoIncrement">0</value>
4508 4508
                      <value type="string" key="characterSetName"></value>
4509
                      <value _ptr_="0xafc62a0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
4509
                      <value _ptr_="0xafc6750" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
4510 4510
                      <value type="string" key="collationName"></value>
4511 4511
                      <value type="string" key="datatypeExplicitParams"></value>
4512 4512
                      <value type="string" key="defaultValue"></value>
4513
                      <value type="int" key="defaultValueIsNull">1</value>
4514
                      <value _ptr_="0xafc6600" type="list" content-type="string" key="flags"/>
4515
                      <value type="int" key="isNotNull">0</value>
4513
                      <value type="int" key="defaultValueIsNull">0</value>
4514
                      <value _ptr_="0xafc6ad0" type="list" content-type="string" key="flags"/>
4515
                      <value type="int" key="isNotNull">1</value>
4516 4516
                      <value type="int" key="length">767</value>
4517 4517
                      <value type="int" key="precision">-1</value>
4518 4518
                      <value type="int" key="scale">-1</value>
4519 4519
                      <link type="object" struct-name="db.SimpleDatatype" key="simpleType">com.mysql.rdbms.mysql.datatype.varbinary</link>
4520 4520
                      <value type="string" key="comment"></value>
4521
                      <value type="string" key="name">identified_by</value>
4522
                      <value type="string" key="oldName">identified_by</value>
4521
                      <value type="string" key="name">taxon_assertion</value>
4522
                      <value type="string" key="oldName">taxon_assertion</value>
4523 4523
                      <link type="object" struct-name="GrtObject" key="owner">3d9b10bc-a7a1-11e2-b667-080027bcf912</link>
4524 4524
                    </value>
4525
                    <value type="object" struct-name="db.mysql.Column" id="3d9b17ba-a7a1-11e2-b667-080027bcf912" struct-checksum="0x783b5183">
4525
                    <value type="object" struct-name="db.mysql.Column" id="3d9b197c-a7a1-11e2-b667-080027bcf912" struct-checksum="0x783b5183">
4526 4526
                      <value type="int" key="autoIncrement">0</value>
4527 4527
                      <value type="string" key="characterSetName"></value>
4528
                      <value _ptr_="0xafc6750" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
4528
                      <value _ptr_="0xafc62a0" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
4529 4529
                      <value type="string" key="collationName"></value>
4530 4530
                      <value type="string" key="datatypeExplicitParams"></value>
4531 4531
                      <value type="string" key="defaultValue"></value>
4532
                      <value type="int" key="defaultValueIsNull">0</value>
4533
                      <value _ptr_="0xafc6ad0" type="list" content-type="string" key="flags"/>
4534
                      <value type="int" key="isNotNull">1</value>
4532
                      <value type="int" key="defaultValueIsNull">1</value>
4533
                      <value _ptr_="0xafc6600" type="list" content-type="string" key="flags"/>
4534
                      <value type="int" key="isNotNull">0</value>
4535 4535
                      <value type="int" key="length">767</value>
4536 4536
                      <value type="int" key="precision">-1</value>
4537 4537
                      <value type="int" key="scale">-1</value>
4538 4538
                      <link type="object" struct-name="db.SimpleDatatype" key="simpleType">com.mysql.rdbms.mysql.datatype.varbinary</link>
4539 4539
                      <value type="string" key="comment"></value>
4540
                      <value type="string" key="name">taxon_assertion</value>
4541
                      <value type="string" key="oldName">taxon_assertion</value>
4540
                      <value type="string" key="name">identified_by</value>
4541
                      <value type="string" key="oldName">identified_by</value>
4542 4542
                      <link type="object" struct-name="GrtObject" key="owner">3d9b10bc-a7a1-11e2-b667-080027bcf912</link>
4543 4543
                    </value>
4544 4544
                    <value type="object" struct-name="db.mysql.Column" id="3d9b1d28-a7a1-11e2-b667-080027bcf912" struct-checksum="0x783b5183">
......
4761 4761
                  <value type="int" key="commentedOut">0</value>
4762 4762
                  <value type="string" key="createDate">2013-04-17 13:56</value>
4763 4763
                  <value _ptr_="0xafc5928" type="dict" key="customData"/>
4764
                  <value type="string" key="lastChangeDate">2013-07-27 09:58</value>
4764
                  <value type="string" key="lastChangeDate">2013-08-09 12:47</value>
4765 4765
                  <value type="int" key="modelOnly">0</value>
4766 4766
                  <value type="string" key="name">taxon_determination</value>
4767 4767
                  <link type="object" struct-name="GrtNamedObject" key="owner">be8cb246-a6e0-11e2-95e9-080027bcf912</link>
......
9301 9301
                      <value type="string" key="oldName">input_geoplace</value>
9302 9302
                      <link type="object" struct-name="GrtObject" key="owner">245083fa-a763-11e2-aa10-080027bcf912</link>
9303 9303
                    </value>
9304
                    <value type="object" struct-name="db.mysql.Column" id="35cce77e-f6df-11e2-b6d1-080027bcf912" struct-checksum="0x783b5183">
9305
                      <value type="int" key="autoIncrement">0</value>
9306
                      <value type="string" key="characterSetName"></value>
9307
                      <value _ptr_="0xb00cba8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
9308
                      <value type="string" key="collationName"></value>
9309
                      <value type="string" key="datatypeExplicitParams"></value>
9310
                      <value type="string" key="defaultValue"></value>
9311
                      <value type="int" key="defaultValueIsNull">1</value>
9312
                      <value _ptr_="0xb00cf28" type="list" content-type="string" key="flags"/>
9313
                      <value type="int" key="isNotNull">0</value>
9314
                      <value type="int" key="length">767</value>
9315
                      <value type="int" key="precision">-1</value>
9316
                      <value type="int" key="scale">-1</value>
9317
                      <link type="object" struct-name="db.SimpleDatatype" key="simpleType">com.mysql.rdbms.mysql.datatype.varbinary</link>
9318
                      <value type="string" key="comment"></value>
9319
                      <value type="string" key="name">corrected_geoplace</value>
9320
                      <value type="string" key="oldName">corrected_geoplace</value>
9321
                      <link type="object" struct-name="GrtObject" key="owner">245083fa-a763-11e2-aa10-080027bcf912</link>
9322
                    </value>
9323 9304
                    <value type="object" struct-name="db.mysql.Column" id="a8348424-a78f-11e2-84c3-080027bcf912" struct-checksum="0x783b5183">
9324 9305
                      <value type="int" key="autoIncrement">0</value>
9325 9306
                      <value type="string" key="characterSetName"></value>
......
9377 9358
                      <value type="string" key="oldName">lat_long_in_place_ranks</value>
9378 9359
                      <link type="object" struct-name="GrtObject" key="owner">245083fa-a763-11e2-aa10-080027bcf912</link>
9379 9360
                    </value>
9361
                    <value type="object" struct-name="db.mysql.Column" id="35cce77e-f6df-11e2-b6d1-080027bcf912" struct-checksum="0x783b5183">
9362
                      <value type="int" key="autoIncrement">0</value>
9363
                      <value type="string" key="characterSetName"></value>
9364
                      <value _ptr_="0xb00cba8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
9365
                      <value type="string" key="collationName"></value>
9366
                      <value type="string" key="datatypeExplicitParams"></value>
9367
                      <value type="string" key="defaultValue"></value>
9368
                      <value type="int" key="defaultValueIsNull">1</value>
9369
                      <value _ptr_="0xb00cf28" type="list" content-type="string" key="flags"/>
9370
                      <value type="int" key="isNotNull">0</value>
9371
                      <value type="int" key="length">767</value>
9372
                      <value type="int" key="precision">-1</value>
9373
                      <value type="int" key="scale">-1</value>
9374
                      <link type="object" struct-name="db.SimpleDatatype" key="simpleType">com.mysql.rdbms.mysql.datatype.varbinary</link>
9375
                      <value type="string" key="comment"></value>
9376
                      <value type="string" key="name">corrected_geoplace</value>
9377
                      <value type="string" key="oldName">corrected_geoplace</value>
9378
                      <link type="object" struct-name="GrtObject" key="owner">245083fa-a763-11e2-aa10-080027bcf912</link>
9379
                    </value>
9380 9380
                  </value>
9381 9381
                  <value type="string" key="connectionString"></value>
9382 9382
                  <value type="string" key="defaultCharacterSetName">utf8</value>
......
9547 9547
                  <value type="int" key="commentedOut">0</value>
9548 9548
                  <value type="string" key="createDate">2013-04-16 14:58</value>
9549 9549
                  <value _ptr_="0xb00bd80" type="dict" key="customData"/>
9550
                  <value type="string" key="lastChangeDate">2013-07-30 16:24</value>
9550
                  <value type="string" key="lastChangeDate">2013-08-09 12:49</value>
9551 9551
                  <value type="int" key="modelOnly">0</value>
9552 9552
                  <value type="string" key="name">geovalidation</value>
9553 9553
                  <link type="object" struct-name="GrtNamedObject" key="owner">be8cb246-a6e0-11e2-95e9-080027bcf912</link>
......
10693 10693
                      <value type="string" key="oldName">input_place</value>
10694 10694
                      <link type="object" struct-name="GrtObject" key="owner">83dbd4da-f6e8-11e2-9cf1-080027bcf912</link>
10695 10695
                    </value>
10696
                    <value type="object" struct-name="db.mysql.Column" id="01b2e606-f6ed-11e2-9cf1-080027bcf912" struct-checksum="0x783b5183">
10696
                    <value type="object" struct-name="db.mysql.Column" id="fc6fbbae-f96e-11e2-9f36-080027bcf912" struct-checksum="0x783b5183">
10697 10697
                      <value type="int" key="autoIncrement">0</value>
10698 10698
                      <value type="string" key="characterSetName"></value>
10699
                      <value _ptr_="0xb020bc8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
10699
                      <value _ptr_="0xb021098" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
10700 10700
                      <value type="string" key="collationName"></value>
10701 10701
                      <value type="string" key="datatypeExplicitParams"></value>
10702 10702
                      <value type="string" key="defaultValue"></value>
10703 10703
                      <value type="int" key="defaultValueIsNull">1</value>
10704
                      <value _ptr_="0xb020f48" type="list" content-type="string" key="flags"/>
10704
                      <value _ptr_="0xb021418" type="list" content-type="string" key="flags"/>
10705 10705
                      <value type="int" key="isNotNull">0</value>
10706 10706
                      <value type="int" key="length">767</value>
10707 10707
                      <value type="int" key="precision">-1</value>
10708 10708
                      <value type="int" key="scale">-1</value>
10709 10709
                      <link type="object" struct-name="db.SimpleDatatype" key="simpleType">com.mysql.rdbms.mysql.datatype.varbinary</link>
10710 10710
                      <value type="string" key="comment"></value>
10711
                      <value type="string" key="name">georeferenced_by</value>
10712
                      <value type="string" key="oldName">georeferenced_by</value>
10711
                      <value type="string" key="name">geoplace</value>
10712
                      <value type="string" key="oldName">geoplace</value>
10713 10713
                      <link type="object" struct-name="GrtObject" key="owner">83dbd4da-f6e8-11e2-9cf1-080027bcf912</link>
10714 10714
                    </value>
10715
                    <value type="object" struct-name="db.mysql.Column" id="fc6fbbae-f96e-11e2-9f36-080027bcf912" struct-checksum="0x783b5183">
10715
                    <value type="object" struct-name="db.mysql.Column" id="01b2e606-f6ed-11e2-9cf1-080027bcf912" struct-checksum="0x783b5183">
10716 10716
                      <value type="int" key="autoIncrement">0</value>
10717 10717
                      <value type="string" key="characterSetName"></value>
10718
                      <value _ptr_="0xb021098" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
10718
                      <value _ptr_="0xb020bc8" type="list" content-type="object" content-struct-name="db.CheckConstraint" key="checks"/>
10719 10719
                      <value type="string" key="collationName"></value>
10720 10720
                      <value type="string" key="datatypeExplicitParams"></value>
10721 10721
                      <value type="string" key="defaultValue"></value>
10722 10722
                      <value type="int" key="defaultValueIsNull">1</value>
10723
                      <value _ptr_="0xb021418" type="list" content-type="string" key="flags"/>
10723
                      <value _ptr_="0xb020f48" type="list" content-type="string" key="flags"/>
10724 10724
                      <value type="int" key="isNotNull">0</value>
10725 10725
                      <value type="int" key="length">767</value>
10726 10726
                      <value type="int" key="precision">-1</value>
10727 10727
                      <value type="int" key="scale">-1</value>
10728 10728
                      <link type="object" struct-name="db.SimpleDatatype" key="simpleType">com.mysql.rdbms.mysql.datatype.varbinary</link>
10729 10729
                      <value type="string" key="comment"></value>
10730
                      <value type="string" key="name">geoplace</value>
10731
                      <value type="string" key="oldName">geoplace</value>
10730
                      <value type="string" key="name">georeferenced_by</value>
10731
                      <value type="string" key="oldName">georeferenced_by</value>
10732 10732
                      <link type="object" struct-name="GrtObject" key="owner">83dbd4da-f6e8-11e2-9cf1-080027bcf912</link>
10733 10733
                    </value>
10734 10734
                    <value type="object" struct-name="db.mysql.Column" id="4f2d2f86-f986-11e2-8a2e-080027bcf912" struct-checksum="0x783b5183">
......
10964 10964
                  <value type="int" key="commentedOut">0</value>
10965 10965
                  <value type="string" key="createDate">2013-04-16 14:58</value>
10966 10966
                  <value _ptr_="0xb01fda0" type="dict" key="customData"/>
10967
                  <value type="string" key="lastChangeDate">2013-07-30 19:10</value>
10967
                  <value type="string" key="lastChangeDate">2013-08-09 12:47</value>
10968 10968
                  <value type="int" key="modelOnly">0</value>
10969 10969
                  <value type="string" key="name">georeferencing</value>
10970 10970
                  <link type="object" struct-name="GrtNamedObject" key="owner">be8cb246-a6e0-11e2-95e9-080027bcf912</link>
......
16551 16551
        <link type="object" struct-name="db.mgmt.Rdbms" key="rdbms">com.mysql.rdbms.mysql</link>
16552 16552
        <value _ptr_="0xaf95e80" type="list" content-type="object" content-struct-name="db.Script" key="scripts"/>
16553 16553
        <value _ptr_="0xa8c7ed8" type="dict" key="syncProfiles">
16554
          <value type="object" struct-name="db.mgmt.SyncProfile" id="3dc01c82-0128-11e3-9f3a-080027bcf912" struct-checksum="0xc64972c2" key="">
16555
            <value _ptr_="0xcb15b88" type="dict" key="lastKnownDBNames">
16554
          <value type="object" struct-name="db.mgmt.SyncProfile" id="c82778e8-0128-11e3-9f3a-080027bcf912" struct-checksum="0xc64972c2" key="">
16555
            <value _ptr_="0xcc0f248" type="dict" key="lastKnownDBNames">
16556 16556
              <value type="string" key="01b2e3fe-f6ed-11e2-9cf1-080027bcf912">fk_georeferencing_party_list1</value>
16557 16557
              <value type="string" key="01b2e606-f6ed-11e2-9cf1-080027bcf912">georeferenced_by</value>
16558 16558
              <value type="string" key="01b2fe70-f6ed-11e2-9cf1-080027bcf912">fk_georeferencing_party_list1_idx</value>
......
17150 17150
    <value type="object" struct-name="app.DocumentInfo" id="BEE3982F-55A1-4B2C-914A-CD6953803AB9" struct-checksum="0xbba780b8" key="info">
17151 17151
      <value type="string" key="author">Aaron Marcuse-Kubitza</value>
17152 17152
      <value type="string" key="caption">New Model</value>
17153
      <value type="string" key="dateChanged">2013-08-09 12:20</value>
17153
      <value type="string" key="dateChanged">2013-08-09 12:49</value>
17154 17154
      <value type="string" key="dateCreated">2012-01-19 14:06</value>
17155 17155
      <value type="string" key="description"></value>
17156 17156
      <value type="string" key="project">Name of the project</value>
schemas/VegCore/VegCore.my.sql
247 247
CREATE TABLE `georeferencing` (
248 248
  `id` varbinary(767) NOT NULL,
249 249
  `input_place` varbinary(767) NOT NULL,
250
  `geoplace` varbinary(767) DEFAULT NULL,
250 251
  `georeferenced_by` varbinary(767) DEFAULT NULL,
251
  `geoplace` varbinary(767) DEFAULT NULL,
252 252
  `info` set('hstore') COLLATE utf8_bin DEFAULT NULL,
253 253
  PRIMARY KEY (`id`),
254 254
  KEY `fk_georef_place1_idx` (`input_place`),
......
300 300
CREATE TABLE `geovalidation` (
301 301
  `id` varbinary(767) NOT NULL,
302 302
  `input_geoplace` varbinary(767) NOT NULL,
303
  `corrected_geoplace` varbinary(767) DEFAULT NULL,
304 303
  `geovalid` tinyint(1) NOT NULL,
305 304
  `lat_long_domain_valid` tinyint(1) NOT NULL,
306 305
  `lat_long_in_place_ranks` set('hstore') COLLATE utf8_bin DEFAULT NULL,
306
  `corrected_geoplace` varbinary(767) DEFAULT NULL,
307 307
  PRIMARY KEY (`id`),
308 308
  KEY `fk_geovalidation_geoplace1_idx` (`input_geoplace`),
309 309
  KEY `fk_geovalidation_geoplace2_idx` (`corrected_geoplace`),
......
1190 1190
/*!40101 SET character_set_client = utf8 */;
1191 1191
CREATE TABLE `taxon_determination` (
1192 1192
  `id` varbinary(767) NOT NULL,
1193
  `taxon_assertion` varbinary(767) NOT NULL,
1193 1194
  `identified_by` varbinary(767) DEFAULT NULL,
1194
  `taxon_assertion` varbinary(767) NOT NULL,
1195 1195
  `fit_info` set('hstore') COLLATE utf8_bin DEFAULT NULL,
1196 1196
  PRIMARY KEY (`id`),
1197 1197
  UNIQUE KEY `taxon_determination_unique` (`taxon_assertion`,`identified_by`),
1198 1198
  KEY `fk_taxon_occurrence_has_qualified_taxon1_idx` (`taxon_assertion`),
1199 1199
  KEY `fk_taxon_determination_party_list1_idx` (`identified_by`),
1200
  CONSTRAINT `fk_taxon_occurrence_has_qualified_taxon1` FOREIGN KEY (`taxon_assertion`) REFERENCES `taxon_assertion` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
1201 1200
  CONSTRAINT `fk_taxon_determination_party_list1` FOREIGN KEY (`identified_by`) REFERENCES `party_list` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
1202
  CONSTRAINT `fk_taxon_determination_taxon_observation1` FOREIGN KEY (`id`) REFERENCES `taxon_observation` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
1201
  CONSTRAINT `fk_taxon_determination_taxon_observation1` FOREIGN KEY (`id`) REFERENCES `taxon_observation` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
1202
  CONSTRAINT `fk_taxon_occurrence_has_qualified_taxon1` FOREIGN KEY (`taxon_assertion`) REFERENCES `taxon_assertion` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
1203 1203
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='An assertion that a [[VegCore#TaxonOccurrence|TaxonOccurrence]] is a particular [[VegCore#Taxon|Taxon]]';
1204 1204
/*!40101 SET character_set_client = @saved_cs_client */;
1205 1205

  

Also available in: Unified diff