-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlleiadb_metadata_iso19110-2016.xml
14198 lines (14195 loc) · 522 KB
/
lleiadb_metadata_iso19110-2016.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!-- A list of xlink referenced elements in this document: cit:party: <cit:party
xlink:title="unr srel" xlinkref="#6f4c34b4-f948-43dd-bb73-4cbd6d5f75a4"/>
gfc:listedValue: <gfc:listedValue xlink:title="nrcs plant codes" xlink:href="#f0ba5d73-d1b7-4e3b-b85d-737839f52f23"
/> <gfc:listedValue xlink:title="aim non-plant codes" xlink:href="#87349b86-683a-413a-8138-4b50af79aa41"
/> <gfc:listedValue xlink:title="nri non-plant codes" xlink:href="#cc349f5b-0c35-409f-a6be-55ae6b6ba995"
/> <gfc:listedValue xlink:title="state abbr" xlink:href="#e8c8ecc1-7a66-4a6f-b270-48e1b373b20f"
/> <gfc:listedValue xlink:title="mlra symbols" xlink:href="#91e2b42c-ba07-4c4f-815f-fa90f8d379f"
/> <gfc:listedValue xlink:title="plant author codes" xlink:href="#e12323f8-1bfe-43fa-9b70-3a29b812ebc7"
/> gfc:definitionReference: <gfc:definitionReference xlink:title="usda 296"
xlink:href="#08c9111a-6ed4-4bf7-836e-f793ae4f9fe6" /> <gfc:definitionReference
xlink:title="usda 436" xlink:href="#0d1eeef4-1938-4464-a8bc-e6e0a4cdfa69"
/> gfc:definitionSource: <gfc:definitionSource xlink:title="nrcs describing
soils" xlink:href="#722d15de-03fa-4d6d-96f2-2189dbe4cc78" /> <gfc:definitionSource
xlink:title="usda plants" xlink:href="#061ba327-1cd7-48bb-b2fb-cd08c379bd3a"
/> <gfc:definitionSource xlink:title="monitoring manual v1" xlink:href="#f544cef5-4ed9-4830-a6bc-1ff66890a1c3"
/> <gfc:definitionSource xlink:title="monitoring manual v2" xlink:href="#ff0ddd22f-6aa6-4cb1-9d54-2a8a67dfebaf"
/> <gfc:definitionSource xlink:title="iirh" xlink:href="#5905f029-daf2-4434-b916-1f10a77a4b41"
/> <gfc:definitionSource xlink:title="nri rangeland handbook" xlink:href="#3c4a6d99-1357-4be4-a505-811d8d8032e1"
/> <gfc:definitionSource xlink:title="plant authors" xlink:href="#e7bc5a7e-62be-4f73-900f-57225526c7ac"
/> <gfc:definitionSource xlink:title="munsell soil color" xlink:href="#3c8350d3-5e21-47a9-8f45-c859a7ce2994"
/> gfc:carrierOfCharacteristics: <gfc:carrierOfCharacteristics xlink:title="hit"
xlink:href="#625ef49e-7392-47ce-9a45-f681cd709260" /> <gfc:carrierOfCharacteristics
xlink:title="scientific_name" xlink:href="#1dec60d2-0d20-4e76-9b60-bc9c52b1633a"
/> <gfc:carrierOfCharacteristics xlink:title="common_name" xlink:href="#aab3b241-36d0-405f-95cf-384176f03da8"
/> <gfc:carrierOfCharacteristics xlink:title="duration" xlink:href="#636e34d7-1298-4c49-9e02-5ebc2b4cac22"
/> <gfc:carrierOfCharacteristics xlink:title="growth_habit" xlink:href="#25d3afb0-9659-4d49-939f-8e4ab7e59df9"
/> <gfc:carrierOfCharacteristics xlink:title="code_type" xlink:href="#ff8918a6-7bba-44b8-9ebd-443fdc643735"
/> <gfc:carrierOfCharacteristics xlink:title="family" xlink:href="#24c5c8d0-ba03-4473-b797-737f6c754a09"
/> <gfc:carrierOfCharacteristics xlink:title="rating" xlink:href="#9d0f4e44-8ec2-40d8-a46b-d63dd09ddfbc"
/> <gfc:carrierOfCharacteristics xlink:title="veg" xlink:href="#e9a72699-cbfa-4636-94dd-f2a01ab3abe6"
/> -->
<gfc:FC_FeatureCatalogue
xmlns:cat="http://standards.iso.org/iso/19115/-3/cat/1.0"
xmlns:cit="http://standards.iso.org/iso/19115/-3/cit/1.0"
xmlns:fcc="http://standards.iso.org/iso/19110/fcc/1.0"
xmlns:gco="http://standards.iso.org/iso/19115/-3/gco/1.0"
xmlns:gfc="http://standards.iso.org/iso/19110/gfc/1.1"
xmlns:lan="http://standards.iso.org/iso/19115/-3/lan/1.0"
xmlns:mcc="http://standards.iso.org/iso/19115/-3/mcc/1.0"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
uuid="36119d12-a32d-4ae1-8e1a-7cc830d66d38"
xsi:schemaLocation="http://standards.iso.org/iso/19110/gfc/1.1 https://standards.iso.org/iso/19110/gfc/1.1/gfc.xsd"
id="FC">
<cat:name>
<gco:CharacterString>Feature Catalog for the Landscape-Level Ecological Assessment and Inventory database (LLEIAdb)</gco:CharacterString>
</cat:name>
<cat:scope>
<gco:CharacterString>LLEIA is a compilation database that sources data from several distinct collection sources, where each data source is housed in its own schema. The schemas available within this database are 1) The Natural Resource Inventory (NRI) Grazing Land schema, also known as Landscape Monitoring Framework (LMF) schema, 2) The U.S. Dept. of Agriculture (USDA) Agricultural Research Service (ARS) Jornada Experimental Range's Database for Inventory, Monitoring, and Assessment (DIMA) 3) LLEIA's own custom schema for plant/soil ecological monitoring data. Metadata for DIMA and LMF schemas are not provided as those schemas are not maintained by the author (with the exception of custom non-native schema table present for database functionality reasons). LLEIA's custom schema (eco) tables are documented. Data from the other two schemas are converted to the LLEIA schema through the use of materialized views and can be found in the public schema. Metadata for the materialized views in the public schema are not given, but they, by design follow the exact same data structure and definition as their same-named tables in the eco schema (i.e. one can reference the eco schema for metadata on the structure of public schema materialized views).</gco:CharacterString>
</cat:scope>
<cat:fieldOfApplication>
<gco:CharacterString>Ecology</gco:CharacterString>
</cat:fieldOfApplication>
<cat:fieldOfApplication>
<gco:CharacterString>Botany</gco:CharacterString>
</cat:fieldOfApplication>
<cat:fieldOfApplication>
<gco:CharacterString>Soils</gco:CharacterString>
</cat:fieldOfApplication>
<cat:versionNumber>
<gco:CharacterString>1.1</gco:CharacterString>
</cat:versionNumber>
<cat:versionDate>
<gco:Date>2021-05-21</gco:Date>
</cat:versionDate>
<cat:language>
<lan:LanguageCode
codeList="https://www.ietf.org/rfc/rfc5646.txt" codeListValue="en">en
</lan:LanguageCode>
</cat:language>
<cat:characterSet>
<lan:MD_CharacterSetCode
codeList="https://www.iana.org/assignments/character-sets/character-sets.xml"
codeListValue="UTF-8">UTF-8</lan:MD_CharacterSetCode>
</cat:characterSet>
<cat:locale>
<lan:PT_Locale id="en">
<lan:language>
<lan:LanguageCode
codeList="https://www.ietf.org/rfc/rfc5646.txt" codeListValue="en">en</lan:LanguageCode>
</lan:language>
<lan:characterEncoding>
<lan:MD_CharacterSetCode
codeList="https://www.iana.org/assignments/character-sets/character-sets.xml"
codeListValue="UTF-8">UTF-8</lan:MD_CharacterSetCode>
</lan:characterEncoding>
</lan:PT_Locale>
</cat:locale>
<gfc:producer>
<cit:CI_Responsibility>
<cit:role>
<cit:CI_RoleCode
codeList="https://standards.iso.org/iso/19115/resources/Codelists/gml/CI_RoleCode.xml"
codeListValue="originator">originator</cit:CI_RoleCode>
</cit:role>
<cit:party xlink:title="unr srel"
uuidref="6f4c34b4-f948-43dd-bb73-4cbd6d5f75a4">
<cit:CI_Organisation>
<cit:name>
<gco:CharacterString>Stringham Range Ecology Lab. University of
Nevada, Reno.</gco:CharacterString>
</cit:name>
<cit:contactInfo>
<cit:CI_Contact>
<cit:phone>
<cit:CI_Telephone>
<cit:number>
<gco:CharacterString>+17757841110</gco:CharacterString>
</cit:number>
<cit:numberType>
<cit:CI_TelephoneTypeCode
codeList="https://standards.iso.org/iso/19115/resources/Codelists/cat/codelists.xml#CI_TelephoneTypeCode"
codeListValue="voice">voice</cit:CI_TelephoneTypeCode>
</cit:numberType>
</cit:CI_Telephone>
</cit:phone>
<cit:address>
<cit:CI_Address>
<cit:deliveryPoint>
<gco:CharacterString>1664 N. Virginia Street
</gco:CharacterString>
</cit:deliveryPoint>
<cit:city>
<gco:CharacterString>Reno</gco:CharacterString>
</cit:city>
<cit:administrativeArea>
<gco:CharacterString>NV</gco:CharacterString>
</cit:administrativeArea>
<cit:postalCode>
<gco:CharacterString>89557</gco:CharacterString>
</cit:postalCode>
<cit:country>
<gco:CharacterString>USA</gco:CharacterString>
</cit:country>
</cit:CI_Address>
</cit:address>
<cit:onlineResource>
<cit:CI_OnlineResource>
<cit:linkage>
<gco:CharacterString>https://naes.unr.edu/rangeland_ecology/
</gco:CharacterString>
</cit:linkage>
<cit:protocol>
<gco:CharacterString>https</gco:CharacterString>
</cit:protocol>
<cit:name>
<gco:CharacterString>Stringham Range Ecology Lab Website
</gco:CharacterString>
</cit:name>
</cit:CI_OnlineResource>
</cit:onlineResource>
</cit:CI_Contact>
</cit:contactInfo>
<cit:logo>
<mcc:MD_BrowseGraphic>
<mcc:fileName>
<gco:CharacterString>nevada-vertical-blue.png
</gco:CharacterString>
</mcc:fileName>
<mcc:linkage>
<cit:CI_OnlineResource>
<cit:linkage>
<gco:CharacterString>https://www.unr.edu/Images/president/im/basic-logos/downloads/nevada-vertical-blue.png
</gco:CharacterString>
</cit:linkage>
</cit:CI_OnlineResource>
</mcc:linkage>
</mcc:MD_BrowseGraphic>
</cit:logo>
<cit:individual>
<cit:CI_Individual>
<cit:name>
<gco:CharacterString>Wade Lieurance</gco:CharacterString>
</cit:name>
<cit:contactInfo>
<cit:CI_Contact>
<cit:phone>
<cit:CI_Telephone>
<cit:number>
<gco:CharacterString>+17757846798</gco:CharacterString>
</cit:number>
<cit:numberType>
<cit:CI_TelephoneTypeCode
codeList="https://standards.iso.org/iso/19115/resources/Codelists/cat/codelists.xml#CI_TelephoneTypeCode"
codeListValue="voice">voice</cit:CI_TelephoneTypeCode>
</cit:numberType>
</cit:CI_Telephone>
</cit:phone>
<cit:address>
<cit:CI_Address>
<cit:electronicMailAddress>
<gco:CharacterString>[email protected]
</gco:CharacterString>
</cit:electronicMailAddress>
</cit:CI_Address>
</cit:address>
</cit:CI_Contact>
</cit:contactInfo>
<cit:positionName>
<gco:CharacterString>Range Ecologist</gco:CharacterString>
</cit:positionName>
</cit:CI_Individual>
</cit:individual>
</cit:CI_Organisation>
</cit:party>
</cit:CI_Responsibility>
</gfc:producer>
<!--dima.db table -->
<gfc:featureType>
<gfc:FC_FeatureType id="dima.db">
<gfc:typeName>dima.db</gfc:typeName>
<gfc:definition>
<gco:CharacterString>Custom non-DIMA schema table which keeps track of database imports into the schema.</gco:CharacterString>
</gfc:definition>
<gfc:isAbstract>
<gco:Boolean>false</gco:Boolean>
</gfc:isAbstract>
<!--dbkey -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#dima.db" />
<gfc:memberName>dbkey</gfc:memberName>
<gfc:definition>
<gco:CharacterString>A unique alphanumeric string identifier for the source database</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR (255)</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--dbpath -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#dima.db" />
<gfc:memberName>dbpath</gfc:memberName>
<gfc:definition>
<gco:CharacterString>The path at which the source database was located during import.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--description -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#dima.db" />
<gfc:memberName>description</gfc:memberName>
<gfc:definition>
<gco:CharacterString>A description of the data source or the type/location/time of data collected.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--md5hash -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#dima.db" />
<gfc:memberName>md5hash</gfc:memberName>
<gfc:definition>
<gco:CharacterString>The md5hash of the source database during import. For fileGDBs, the hash of the individual file hashes, minus the a00000004.gdbtable and a00000004.gdbtablx, a00000004.freelist, timestamps, and any lock files.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR (32)</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<gfc:featureCatalogue xlink:href="#FC" />
</gfc:FC_FeatureType>
</gfc:featureType>
<!--dima.db_line table -->
<gfc:featureType>
<gfc:FC_FeatureType id="dima.db_line">
<gfc:typeName>dima.db_line</gfc:typeName>
<gfc:definition>
<gco:CharacterString>Custom non-DIMA schema table which, along with associated triggers/functions, acts as sort of a shim to intercept and store line keys from imported databases. Thus, while each LineKey must be unique in dima.tblLines, this table keeps track of which line keys have been imported from which databases present in the dima.db table. If all records of a line key are completely removed from this table, it will then cascade and be removed from tblLines.</gco:CharacterString>
</gfc:definition>
<gfc:isAbstract>
<gco:Boolean>false</gco:Boolean>
</gfc:isAbstract>
<!--dbkey -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#dima.db_line" />
<gfc:memberName>dbkey</gfc:memberName>
<gfc:definition>
<gco:CharacterString>A unique alphanumeric string identifier for the source database.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR (255)</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--LineKey -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#dima.db_line" />
<gfc:memberName>LineKey</gfc:memberName>
<gfc:definition>
<gco:CharacterString>A unique alphanumeric string identifier for a transect, generally in the date/time form of YYMMDDHHMMSSRRRR where R is a random digit and the time stamp is when the key was generated.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR (20)</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<gfc:featureCatalogue xlink:href="#FC" />
</gfc:FC_FeatureType>
</gfc:featureType>
<!--dima.db_plot table -->
<gfc:featureType>
<gfc:FC_FeatureType id="dima.db_plot">
<gfc:typeName>dima.db_plot</gfc:typeName>
<gfc:definition>
<gco:CharacterString>Custom non-DIMA schema table which, along with associated triggers/functions, acts as sort of a shim to intercept and store plot keys from imported databases. Thus, while each PlotKey must be unique in dima.tblPlots, this table keeps track of which plot keys have been imported from which databases present in the dima.db table. If all records of a plot key are completely removed from this table, it will then cascade and be removed from tblPlots.</gco:CharacterString>
</gfc:definition>
<gfc:isAbstract>
<gco:Boolean>false</gco:Boolean>
</gfc:isAbstract>
<!--dbkey -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#dima.db_plot" />
<gfc:memberName>dbkey</gfc:memberName>
<gfc:definition>
<gco:CharacterString>A unique alphanumeric string identifier for the source database.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR (255)</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--PlotKey -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#dima.db_plot" />
<gfc:memberName>PlotKey</gfc:memberName>
<gfc:definition>
<gco:CharacterString>A unique alphanumeric string identifier for a plot, generally in the date/time form of YYMMDDHHMMSSRRRR where R is a random digit and the time stamp is when the key was generated.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR (20)</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<gfc:featureCatalogue xlink:href="#FC" />
</gfc:FC_FeatureType>
</gfc:featureType>
<!--dima.db_site table -->
<gfc:featureType>
<gfc:FC_FeatureType id="dima.db_site">
<gfc:typeName>dima.db_site</gfc:typeName>
<gfc:definition>
<gco:CharacterString>Custom non-DIMA schema table which, along with associated triggers/functions, acts as sort of a shim to intercept and store site keys from imported databases. Thus, while each SiteKey must be unique in dima.tblSites, if a site key has been imported from multiple databases, this table keeps track of which site keys have been imported from which databases present in the dima.db table. If all records of a site key are completely removed from this table, it will then cascade and be removed from tblSites.</gco:CharacterString>
</gfc:definition>
<gfc:isAbstract>
<gco:Boolean>false</gco:Boolean>
</gfc:isAbstract>
<!--dbkey -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#dima.db_site" />
<gfc:memberName>dbkey</gfc:memberName>
<gfc:definition>
<gco:CharacterString>A unique alphanumeric string identifier for the source database.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR (255)</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--SiteKey -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#dima.db_site" />
<gfc:memberName>SiteKey</gfc:memberName>
<gfc:definition>
<gco:CharacterString>A unique alphanumeric string identifier for a site (a geographic, temporal, or categorical grouping variable), generally in the date/time form of YYMMDDHHMMSSRRRR where R is a random digit and the time stamp is when the key was generated.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR (20)</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<gfc:featureCatalogue xlink:href="#FC" />
</gfc:FC_FeatureType>
</gfc:featureType>
<!--dima.tblEcolSites_delta table -->
<gfc:featureType>
<gfc:FC_FeatureType id="dima.tblEcolSites_delta">
<gfc:typeName>dima.tblEcolSites_delta</gfc:typeName>
<gfc:definition>
<gco:CharacterString>Custom non-DIMA schema table which, along with associated triggers/functions, acts as sort of a shim to intercept and store inserts into the dima.tblEcolSites table within certain criteria. Base data is inserted into this table at the time of database creation. Records that are inserted into this table after db creation are checked against the base data, if there is a primary key violation and the non-key data to be inserted is not NULL or blank, but is also different than the base data, then the data gets intercepted and stored in this delta table. Data with PK violations but blank or null non-PK fields are not inserted into the delta table. Data with a primary key NOT in the base data get inserted into the delta table without checks. For more detail please see the eco_insert trigger definition on table dima.tblEcolSites.</gco:CharacterString>
</gfc:definition>
<gfc:isAbstract>
<gco:Boolean>false</gco:Boolean>
</gfc:isAbstract>
<gfc:featureCatalogue xlink:href="#FC" />
</gfc:FC_FeatureType>
</gfc:featureType>
<!--dima.tblSpeciesGeneric_delta table -->
<gfc:featureType>
<gfc:FC_FeatureType
id="dima.tblSpeciesGeneric_delta">
<gfc:typeName>dima.tblSpeciesGeneric_delta</gfc:typeName>
<gfc:definition>
<gco:CharacterString>Custom non-DIMA schema table which, along with associated triggers/functions, acts as sort of a shim to intercept and store inserts into the dima.tblSpeciesGeneric table within certain criteria. Base data is inserted into this table at the time of database creation. Records that are inserted into this table after db creation are checked against the base data, if there is a primary key violation and the non-key data to be inserted is not NULL or blank, but is also different than the base data, then the data gets intercepted and stored in this delta table. Data with PK violations but blank or null non-PK fields are not inserted into the delta table. Data with a primary key NOT in the base data get inserted into the delta table without checks. For more detail please see the generic_insert trigger definition on table dima.tblSpeciesGeneric.</gco:CharacterString>
</gfc:definition>
<gfc:isAbstract>
<gco:Boolean>false</gco:Boolean>
</gfc:isAbstract>
<gfc:featureCatalogue xlink:href="#FC" />
</gfc:FC_FeatureType>
</gfc:featureType>
<!--dima.tblSpecies_delta table -->
<gfc:featureType>
<gfc:FC_FeatureType id="dima.tblSpecies_delta">
<gfc:typeName>dima.tblSpecies_delta</gfc:typeName>
<gfc:definition>
<gco:CharacterString>Custom non-DIMA schema table which, along with associated triggers/functions, acts as sort of a shim to intercept and store inserts into the dima.tblSpecies table within certain criteria. Base data is inserted into this table at the time of database creation. Records that are inserted into this table after db creation are checked against the base data, if there is a primary key violation and the non-key data to be inserted is not NULL or blank, but is also different than the base data, then the data gets intercepted and stored in this delta table. Data with PK violations but blank or null non-PK fields are not inserted into the delta table. Data with a primary key NOT in the base data get inserted into the delta table without checks. For more detail please see the species_insert trigger definition on table dima.tblSpecies.</gco:CharacterString>
</gfc:definition>
<gfc:isAbstract>
<gco:Boolean>false</gco:Boolean>
</gfc:isAbstract>
<gfc:featureCatalogue xlink:href="#FC" />
</gfc:FC_FeatureType>
</gfc:featureType>
<!--eco.db table -->
<gfc:featureType>
<gfc:FC_FeatureType id="eco.db">
<gfc:typeName>eco.db</gfc:typeName>
<gfc:definition>
<gco:CharacterString>Info on individual data sets imported into the database.</gco:CharacterString>
</gfc:definition>
<gfc:isAbstract>
<gco:Boolean>false</gco:Boolean>
</gfc:isAbstract>
<!--dbkey -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.db" />
<gfc:memberName>dbkey</gfc:memberName>
<gfc:definition>
<gco:CharacterString>A unique alphanumeric string identifier for the source database</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR (255)</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--dbpath -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.db" />
<gfc:memberName>dbpath</gfc:memberName>
<gfc:definition>
<gco:CharacterString>The path at which the source database was located during import.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--description -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.db" />
<gfc:memberName>description</gfc:memberName>
<gfc:definition>
<gco:CharacterString>A description of the data source or the type/location/time of data collected.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--md5hash -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.db" />
<gfc:memberName>md5hash</gfc:memberName>
<gfc:definition>
<gco:CharacterString>The md5hash of the source database during import. For fileGDBs, the hash of the individual file hashes, minus the a00000004.gdbtable and a00000004.gdbtablx, a00000004.freelist, timestamps, and any lock files.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR (32)</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<gfc:featureCatalogue xlink:href="#FC" />
</gfc:FC_FeatureType>
</gfc:featureType>
<!--eco.disturbance table -->
<gfc:featureType>
<gfc:FC_FeatureType id="eco.disturbance">
<gfc:typeName>eco.disturbance</gfc:typeName>
<gfc:definition>
<gco:CharacterString>Data from the disturbance observation collection instance.</gco:CharacterString>
</gfc:definition>
<gfc:isAbstract>
<gco:Boolean>false</gco:Boolean>
</gfc:isAbstract>
<!--plotkey -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>plotkey</gfc:memberName>
<gfc:definition>
<gco:CharacterString>A unique alphanumeric string identifier for the plot.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR (20)</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--survey_date -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>survey_date</gfc:memberName>
<gfc:definition>
<gco:CharacterString>The date of the method collection.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>TIMESTAMPZ</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--pastpres -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>pastpres</gfc:memberName>
<gfc:definition>
<gco:CharacterString>This field integrates where the disturbance indicators are and when the disturbance occurred.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR (9)</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
<gfc:listedValue>
<gfc:FC_ListedValue>
<gfc:label>
<gco:CharacterString>cmupast</gco:CharacterString>
</gfc:label>
<gfc:definition>
<gco:CharacterString>Disturbance is in the general area of the plot and has occurred over one year ago.</gco:CharacterString>
</gfc:definition>
</gfc:FC_ListedValue>
</gfc:listedValue>
<gfc:listedValue>
<gfc:FC_ListedValue>
<gfc:label>
<gco:CharacterString>cmupres</gco:CharacterString>
</gfc:label>
<gfc:definition>
<gco:CharacterString>Disturbance is in the general area of the plot and had occurred within the last year.</gco:CharacterString>
</gfc:definition>
</gfc:FC_ListedValue>
</gfc:listedValue>
<gfc:listedValue>
<gfc:FC_ListedValue>
<gfc:label>
<gco:CharacterString>macropast</gco:CharacterString>
</gfc:label>
<gfc:definition>
<gco:CharacterString>Disturbance is within the plot and has occurred over one year ago.</gco:CharacterString>
</gfc:definition>
</gfc:FC_ListedValue>
</gfc:listedValue>
<gfc:listedValue>
<gfc:FC_ListedValue>
<gfc:label>
<gco:CharacterString>macropres</gco:CharacterString>
</gfc:label>
<gfc:definition>
<gco:CharacterString>Disturbance is within the plot and and had occurred within the last year.</gco:CharacterString>
</gfc:definition>
</gfc:FC_ListedValue>
</gfc:listedValue>
<gfc:listedValue>
<gfc:FC_ListedValue>
<gfc:label>
<gco:CharacterString>NA</gco:CharacterString>
</gfc:label>
<gfc:definition>
<gco:CharacterString>Spatial and temporal data about the disturbance was not recorded.</gco:CharacterString>
</gfc:definition>
</gfc:FC_ListedValue>
</gfc:listedValue>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--cultivation -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>cultivation</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Cultivation (plowing, discing, cultivator, chisel plow etc.).</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>BOOLEAN</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--hayed -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>hayed</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Whether or not the plot or the area around the plot has been hayed.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>BOOLEAN</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--mowing -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>mowing</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Mowing (clipping).</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>BOOLEAN</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--hay_removal -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>hay_removal</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Hay removal.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>BOOLEAN</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--heavy_machinery -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>heavy_machinery</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Soil disturbance from heavy machinery.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>BOOLEAN</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--seedbed_preparation -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>seedbed_preparation</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Seedbed preparation (tillage implements, drill).</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>BOOLEAN</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--livestock_tanks -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>livestock_tanks</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Livestock tanks, spring development.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>BOOLEAN</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--livestock_heavy_use -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>livestock_heavy_use</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Livestock heavy use area.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>BOOLEAN</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--livestock_grazing -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>livestock_grazing</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Livestock grazing.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>BOOLEAN</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--graze category -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>graze_category</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Degree of grazing use of the management unit containing the plot.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>INTEGER</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
<gfc:listedValue>
<gfc:FC_ListedValue>
<gfc:label>
<gco:CharacterString>1</gco:CharacterString>
</gfc:label>
<gfc:definition>
<gco:CharacterString>Currently grazed light (less than 30% harvest)</gco:CharacterString>
</gfc:definition>
</gfc:FC_ListedValue>
</gfc:listedValue>
<gfc:listedValue>
<gfc:FC_ListedValue>
<gfc:label>
<gco:CharacterString>2</gco:CharacterString>
</gfc:label>
<gfc:definition>
<gco:CharacterString>Currently grazed moderate (30-50% harvest)</gco:CharacterString>
</gfc:definition>
</gfc:FC_ListedValue>
</gfc:listedValue>
<gfc:listedValue>
<gfc:FC_ListedValue>
<gfc:label>
<gco:CharacterString>3</gco:CharacterString>
</gfc:label>
<gfc:definition>
<gco:CharacterString>Currently grazed heavy (greater than 50% harvest)</gco:CharacterString>
</gfc:definition>
</gfc:FC_ListedValue>
</gfc:listedValue>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--insects -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>insects</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Insects.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>BOOLEAN</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--small_rodents -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>small_rodents</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Rodents.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>BOOLEAN</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:carrierOfCharacteristics>
<!--non_rodent_animals -->
<gfc:carrierOfCharacteristics>
<gfc:FC_FeatureAttribute>
<gfc:featureType xlink:href="#eco.disturbance" />
<gfc:memberName>non_rodent_animals</gfc:memberName>
<gfc:definition>
<gco:CharacterString>Non-rodent animals.</gco:CharacterString>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>