Fix sampleSize term names in xsds

This commit is contained in:
Markus Döring 2015-04-15 10:06:06 +02:00
parent 711b5c064c
commit 9513b31c37
1 changed files with 2 additions and 2 deletions

View File

@ -184,8 +184,8 @@
<xs:element name="fieldNumber" type="xs:string" substitutionGroup="dwc:anyEventTerm"/>
<xs:element name="samplingProtocol" type="xs:string" substitutionGroup="dwc:anyEventTerm"/>
<xs:element name="samplingEffort" type="xs:string" substitutionGroup="dwc:anyEventTerm"/>
<xs:element name="sampleValueSize" type="xs:string" substitutionGroup="dwc:anyEventTerm"/>
<xs:element name="sampleValueUnit" type="xs:string" substitutionGroup="dwc:anyEventTerm"/>
<xs:element name="sampleSizeValue" type="xs:string" substitutionGroup="dwc:anyEventTerm"/>
<xs:element name="sampleSizeUnit" type="xs:string" substitutionGroup="dwc:anyEventTerm"/>
<xs:element name="fieldNotes" type="xs:string" substitutionGroup="dwc:anyEventTerm"/>
<xs:element name="eventRemarks" type="xs:string" substitutionGroup="dwc:anyEventTerm"/>
<xs:group name="EventTerms">