2015-03-06 19:51:08 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-08-06 23:31:51 +00:00
|
|
|
<xs:schema
|
|
|
|
version="2021-07-15"
|
|
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
2014-11-13 10:47:00 +00:00
|
|
|
targetNamespace="http://rs.tdwg.org/dwc/dwcrecord/"
|
|
|
|
xmlns:dwr="http://rs.tdwg.org/dwc/dwcrecord/"
|
|
|
|
xmlns:dwc="http://rs.tdwg.org/dwc/terms/">
|
2021-08-06 23:31:51 +00:00
|
|
|
<xs:import
|
|
|
|
namespace="http://rs.tdwg.org/dwc/terms/"
|
|
|
|
schemaLocation="tdwg_dwc_class_terms.xsd"/>
|
2014-11-13 10:47:00 +00:00
|
|
|
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:documentation>
|
2021-08-06 23:31:51 +00:00
|
|
|
This schema defines a container for all Darwin Core classes with no notion
|
|
|
|
of a record per se. All classes are treated equally.
|
2014-11-13 10:47:00 +00:00
|
|
|
</xs:documentation>
|
|
|
|
</xs:annotation>
|
|
|
|
|
|
|
|
<xs:element name="DarwinRecordSet" >
|
|
|
|
<xs:complexType>
|
|
|
|
<xs:sequence>
|
|
|
|
<xs:element ref="dwc:anyClass" maxOccurs="unbounded" minOccurs="0"/>
|
|
|
|
</xs:sequence>
|
|
|
|
</xs:complexType>
|
|
|
|
</xs:element>
|
2014-11-13 11:26:08 +00:00
|
|
|
</xs:schema>
|