592 |
jpm |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<xs:schema
|
|
|
3 |
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
|
4 |
targetNamespace="http://rs.tdwg.org/dwc/dwrecord"
|
|
|
5 |
xmlns:dwcore="http://rs.tdwg.org/dwc/dwcore"
|
|
|
6 |
xmlns:dwgeo="http://rs.tdwg.org/dwc/geospatial"
|
|
|
7 |
xmlns:dwcur="http://rs.tdwg.org/dwc/curatorial"
|
|
|
8 |
elementFormDefault="qualified"
|
|
|
9 |
version="0.5">
|
|
|
10 |
<xs:import namespace="http://rs.tdwg.org/dwc/dwcore" schemaLocation="http://rs.tdwg.org/dwc/tdwg_dw_core.xsd"/>
|
|
|
11 |
<xs:import namespace="http://rs.tdwg.org/dwc/geospatial" schemaLocation="http://rs.tdwg.org/dwc/tdwg_dw_geospatial.xsd"/>
|
|
|
12 |
<xs:import namespace="http://rs.tdwg.org/dwc/curatorial" schemaLocation="http://rs.tdwg.org/dwc/tdwg_dw_curatorial.xsd"/>
|
|
|
13 |
<xs:element name="DarwinRecordSet">
|
|
|
14 |
<xs:complexType>
|
|
|
15 |
<xs:sequence>
|
|
|
16 |
<xs:element name="DarwinRecord" maxOccurs="unbounded">
|
|
|
17 |
<xs:complexType>
|
|
|
18 |
<xs:sequence>
|
|
|
19 |
<xs:element ref="dwcore:GlobalUniqueIdentifier" />
|
|
|
20 |
<xs:element ref="dwcore:DateLastModified" />
|
|
|
21 |
<xs:element ref="dwcore:BasisOfRecord" />
|
|
|
22 |
<xs:element ref="dwcore:InstitutionCode" />
|
|
|
23 |
<xs:element ref="dwcore:CollectionCode" />
|
|
|
24 |
<xs:element ref="dwcore:CatalogNumber" />
|
|
|
25 |
<xs:element ref="dwcore:InformationWithheld" minOccurs="0" />
|
|
|
26 |
<xs:element ref="dwcore:Remarks" minOccurs="0" />
|
|
|
27 |
<xs:element ref="dwcore:ScientificName"/>
|
|
|
28 |
<xs:element ref="dwcore:HigherTaxon" minOccurs="0" />
|
|
|
29 |
<xs:element ref="dwcore:Kingdom" minOccurs="0" />
|
|
|
30 |
<xs:element ref="dwcore:Phylum" minOccurs="0" />
|
|
|
31 |
<xs:element ref="dwcore:Class" minOccurs="0" />
|
|
|
32 |
<xs:element ref="dwcore:Order" minOccurs="0" />
|
|
|
33 |
<xs:element ref="dwcore:Family" minOccurs="0" />
|
|
|
34 |
<xs:element ref="dwcore:Genus" minOccurs="0" />
|
|
|
35 |
<xs:element ref="dwcore:SpecificEpithet" minOccurs="0" />
|
|
|
36 |
<xs:element ref="dwcore:InfraspecificRank" minOccurs="0" />
|
|
|
37 |
<xs:element ref="dwcore:InfraspecificEpithet" minOccurs="0" />
|
|
|
38 |
<xs:element ref="dwcore:AuthorYearOfScientificName" minOccurs="0" />
|
|
|
39 |
<xs:element ref="dwcore:NomenclaturalCode" minOccurs="0" />
|
|
|
40 |
<xs:element ref="dwcore:IdentificationQualifier" minOccurs="0" />
|
|
|
41 |
<xs:element ref="dwcore:HigherGeography" minOccurs="0" />
|
|
|
42 |
<xs:element ref="dwcore:Continent" minOccurs="0" />
|
|
|
43 |
<xs:element ref="dwcore:WaterBody" minOccurs="0" />
|
|
|
44 |
<xs:element ref="dwcore:IslandGroup" minOccurs="0" />
|
|
|
45 |
<xs:element ref="dwcore:Island" minOccurs="0" />
|
|
|
46 |
<xs:element ref="dwcore:Country" minOccurs="0" />
|
|
|
47 |
<xs:element ref="dwcore:StateProvince" minOccurs="0" />
|
|
|
48 |
<xs:element ref="dwcore:County" minOccurs="0" />
|
|
|
49 |
<xs:element ref="dwcore:Locality" minOccurs="0" />
|
|
|
50 |
<xs:element ref="dwcore:MinimumElevationInMeters" minOccurs="0" />
|
|
|
51 |
<xs:element ref="dwcore:MaximumElevationInMeters" minOccurs="0" />
|
|
|
52 |
<xs:element ref="dwcore:MinimumDepthInMeters" minOccurs="0" />
|
|
|
53 |
<xs:element ref="dwcore:MaximumDepthInMeters" minOccurs="0" />
|
|
|
54 |
<xs:element ref="dwcore:CollectingMethod" minOccurs="0" />
|
|
|
55 |
<xs:element ref="dwcore:ValidDistributionFlag" minOccurs="0" />
|
|
|
56 |
<xs:element ref="dwcore:EarliestDateCollected" minOccurs="0" />
|
|
|
57 |
<xs:element ref="dwcore:LatestDateCollected" minOccurs="0" />
|
|
|
58 |
<xs:element ref="dwcore:DayOfYear" minOccurs="0" />
|
|
|
59 |
<xs:element ref="dwcore:Collector" minOccurs="0" />
|
|
|
60 |
<xs:element ref="dwcore:Sex" minOccurs="0" />
|
|
|
61 |
<xs:element ref="dwcore:LifeStage" minOccurs="0" />
|
|
|
62 |
<xs:element ref="dwcore:Attributes" minOccurs="0" />
|
|
|
63 |
<xs:element ref="dwcore:ImageURL" minOccurs="0" />
|
|
|
64 |
<xs:element ref="dwcore:RelatedInformation" minOccurs="0" />
|
|
|
65 |
|
|
|
66 |
<xs:element ref="dwgeo:DecimalLatitude" minOccurs="0" />
|
|
|
67 |
<xs:element ref="dwgeo:DecimalLongitude" minOccurs="0" />
|
|
|
68 |
<xs:element ref="dwgeo:GeodeticDatum" minOccurs="0" />
|
|
|
69 |
<xs:element ref="dwgeo:CoordinateUncertaintyInMeters" minOccurs="0" />
|
|
|
70 |
<xs:element ref="dwgeo:PointRadiusSpatialFit" minOccurs="0" />
|
|
|
71 |
<xs:element ref="dwgeo:FootprintWKT" minOccurs="0" />
|
|
|
72 |
<xs:element ref="dwgeo:FootprintSpatialFit" minOccurs="0" />
|
|
|
73 |
<xs:element ref="dwgeo:VerbatimCoordinates" minOccurs="0" />
|
|
|
74 |
<xs:element ref="dwgeo:VerbatimLatitude" minOccurs="0" />
|
|
|
75 |
<xs:element ref="dwgeo:VerbatimLongitude" minOccurs="0" />
|
|
|
76 |
<xs:element ref="dwgeo:VerbatimCoordinateSystem" minOccurs="0" />
|
|
|
77 |
<xs:element ref="dwgeo:GeoreferenceProtocol" minOccurs="0" />
|
|
|
78 |
<xs:element ref="dwgeo:GeoreferenceSources" minOccurs="0" />
|
|
|
79 |
<xs:element ref="dwgeo:GeoreferenceVerificationStatus" minOccurs="0" />
|
|
|
80 |
<xs:element ref="dwgeo:GeoreferenceRemarks" minOccurs="0" />
|
|
|
81 |
|
|
|
82 |
<xs:element ref="dwcur:CatalogNumberNumeric" minOccurs="0" />
|
|
|
83 |
<xs:element ref="dwcur:IdentifiedBy" minOccurs="0" />
|
|
|
84 |
<xs:element ref="dwcur:DateIdentified" minOccurs="0" />
|
|
|
85 |
<xs:element ref="dwcur:CollectorNumber" minOccurs="0" />
|
|
|
86 |
<xs:element ref="dwcur:FieldNumber" minOccurs="0" />
|
|
|
87 |
<xs:element ref="dwcur:FieldNotes" minOccurs="0" />
|
|
|
88 |
<xs:element ref="dwcur:VerbatimCollectingDate" minOccurs="0" />
|
|
|
89 |
<xs:element ref="dwcur:VerbatimElevation" minOccurs="0" />
|
|
|
90 |
<xs:element ref="dwcur:VerbatimDepth" minOccurs="0" />
|
|
|
91 |
<xs:element ref="dwcur:Preparations" minOccurs="0" />
|
|
|
92 |
<xs:element ref="dwcur:TypeStatus" minOccurs="0" />
|
|
|
93 |
<xs:element ref="dwcur:GenBankNumber" minOccurs="0" />
|
|
|
94 |
<xs:element ref="dwcur:OtherCatalogNumbers" minOccurs="0" />
|
|
|
95 |
<xs:element ref="dwcur:RelatedCatalogedItems" minOccurs="0" />
|
|
|
96 |
<xs:element ref="dwcur:Disposition" minOccurs="0" />
|
|
|
97 |
<xs:element ref="dwcur:IndividualCount" minOccurs="0" />
|
|
|
98 |
</xs:sequence>
|
|
|
99 |
</xs:complexType>
|
|
|
100 |
</xs:element>
|
|
|
101 |
</xs:sequence>
|
|
|
102 |
</xs:complexType>
|
|
|
103 |
</xs:element>
|
|
|
104 |
|
|
|
105 |
</xs:schema>
|