Project

General

Profile

« Previous | Next » 

Revision 11198

schemas/VegCore/ERD/VegCore.ERD.mwb.run: record.authors: clarified that this should include all parties who helped create the data record, making it a superset of dataset.data_owners, who receive attribution. clarified that record-specific authors such as collectors and identifiers generally do not receive attribution, although dataset-level authors do (this field includes both).

View differences:

schemas/VegCore/ERD/document.mwb.xml
12283 12283
                      <value type="int" key="precision">-1</value>
12284 12284
                      <value type="int" key="scale">-1</value>
12285 12285
                      <link type="object" struct-name="db.SimpleDatatype" key="simpleType">com.mysql.rdbms.mysql.datatype.varbinary</link>
12286
                      <value type="string" key="comment">people who helped create the data record. in vegetation data, they generally do not receive attribution. = Brad.vegpath.org?attribution.data_author</value>
12286
                      <value type="string" key="comment">all parties who helped create the data record. this is a *superset* of dataset.data_owners, who receive attribution. (in vegetation data, record-specific authors such as collectors and identifiers generally do not receive attribution.) = Brad.vegpath.org?attribution.data_author</value>
12287 12287
                      <value type="string" key="name">authors</value>
12288 12288
                      <value type="string" key="oldName">authors</value>
12289 12289
                      <link type="object" struct-name="GrtObject" key="owner">0de39e86-1dec-11e3-b571-080027bcf912</link>
......
12489 12489
                  <value type="int" key="commentedOut">0</value>
12490 12490
                  <value type="string" key="createDate">2013-04-16 14:58</value>
12491 12491
                  <value _ptr_="0xb4f14b8" type="dict" key="customData"/>
12492
                  <value type="string" key="lastChangeDate">2013-10-09 12:06</value>
12492
                  <value type="string" key="lastChangeDate">2013-10-09 12:23</value>
12493 12493
                  <value type="int" key="modelOnly">0</value>
12494 12494
                  <value type="string" key="name">record</value>
12495 12495
                  <link type="object" struct-name="GrtNamedObject" key="owner">be8cb246-a6e0-11e2-95e9-080027bcf912</link>
......
17584 17584
        <link type="object" struct-name="db.mgmt.Rdbms" key="rdbms">com.mysql.rdbms.mysql</link>
17585 17585
        <value _ptr_="0xb451698" type="list" content-type="object" content-struct-name="db.Script" key="scripts"/>
17586 17586
        <value _ptr_="0xaa1d6d8" type="dict" key="syncProfiles">
17587
          <value type="object" struct-name="db.mgmt.SyncProfile" id="75fe30f4-3114-11e3-995a-080027bcf912" struct-checksum="0xc64972c2" key="">
17588
            <value _ptr_="0xcae7708" type="dict" key="lastKnownDBNames">
17587
          <value type="object" struct-name="db.mgmt.SyncProfile" id="eb231826-3115-11e3-995a-080027bcf912" struct-checksum="0xc64972c2" key="">
17588
            <value _ptr_="0xc55de00" type="dict" key="lastKnownDBNames">
17589 17589
              <value type="string" key="016697c0-23ec-11e3-ab7c-080027bcf912">name</value>
17590 17590
              <value type="string" key="01b2e3fe-f6ed-11e2-9cf1-080027bcf912">fk_georeferencing_party_list1</value>
17591 17591
              <value type="string" key="01b2e606-f6ed-11e2-9cf1-080027bcf912">georeferenced_by</value>
......
18213 18213
    <value type="object" struct-name="app.DocumentInfo" id="BEE3982F-55A1-4B2C-914A-CD6953803AB9" struct-checksum="0xbba780b8" key="info">
18214 18214
      <value type="string" key="author">Aaron Marcuse-Kubitza</value>
18215 18215
      <value type="string" key="caption">New Model</value>
18216
      <value type="string" key="dateChanged">2013-10-09 12:06</value>
18216
      <value type="string" key="dateChanged">2013-10-09 12:23</value>
18217 18217
      <value type="string" key="dateCreated">2012-01-19 14:06</value>
18218 18218
      <value type="string" key="description"></value>
18219 18219
      <value type="string" key="project">Name of the project</value>
schemas/VegCore/VegCore.my.sql
731 731
  `id` varbinary(767) NOT NULL,
732 732
  `dataset` varbinary(767) NOT NULL,
733 733
  `id_within_dataset` varbinary(767) NOT NULL,
734
  `authors` varbinary(767) DEFAULT NULL COMMENT 'people who helped create the data record. in vegetation data, they generally do not receive attribution. = Brad.vegpath.org?attribution.data_author',
734
  `authors` varbinary(767) DEFAULT NULL COMMENT 'all parties who helped create the data record. this is a *superset* of dataset.data_owners, who receive attribution. (in vegetation data, record-specific authors such as collectors and identifiers generally do not receive attribution.) = Brad.vegpath.org?attribution.data_author',
735 735
  PRIMARY KEY (`id`),
736 736
  UNIQUE KEY `record_unique` (`dataset`,`id_within_dataset`),
737 737
  KEY `fk_record_source1_idx` (`dataset`),
schemas/VegCore/VegCore.pg.sql
733 733
  "id" text NOT NULL,
734 734
  "dataset" text NOT NULL,
735 735
  "id_within_dataset" text NOT NULL,
736
  "authors" text DEFAULT NULL /*COMMENT 'people who helped create the data record. in vegetation data, they generally do not receive attribution. = Brad.vegpath.org?attribution.data_author'*/,
736
  "authors" text DEFAULT NULL /*COMMENT 'all parties who helped create the data record. this is a *superset* of dataset.data_owners, who receive attribution. (in vegetation data, record-specific authors such as collectors and identifiers generally do not receive attribution.) = Brad.vegpath.org?attribution.data_author'*/,
737 737
  PRIMARY KEY ("id"),
738 738
  /*CONSTRAINT "record_unique" */UNIQUE ("dataset","id_within_dataset"),
739 739
  /*KEY "fk_record_source1_idx" ("dataset")*/CHECK (true),

Also available in: Unified diff