dwc/xsd/tdwg_dwc_classes.xsd

24 lines
916 B
XML
Raw Normal View History

2014-11-13 11:08:20 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2014-11-13 10:47:00 +00:00
<xs:schema version="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://rs.tdwg.org/dwc/dwcrecord/"
xmlns:dwr="http://rs.tdwg.org/dwc/dwcrecord/"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/">
2014-11-13 10:54:11 +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>
2014-11-13 10:54:11 +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>
</xs:schema>