mirror of https://github.com/tdwg/dwc.git
Fix sampleSize term names in xsds
This commit is contained in:
parent
711b5c064c
commit
9513b31c37
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue