mirror of https://github.com/tdwg/dwc.git
Adding back the missing delimitedBy attribute
The attribute exists in the google code site and did not get migrated: https://code.google.com/p/darwincore/source/browse/trunk/text/tdwg_dwc_text.xsd#104
This commit is contained in:
parent
17ecd72052
commit
f3b2e3acaa
|
@ -101,14 +101,13 @@
|
|||
</xs:attribute>
|
||||
<xs:attribute name="vocabulary" type="xs:anyURI" use="optional">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A URI that identifies a vocabulary used for the values found for the field in the source files. The URI ideally should resolve to some machine readable definition like SKOS, RDF, the GBIF vocabulary schema or a simple text file as often found for ISO or RFC standards. E.g. http://rs.gbif.org/vocabulary/gbif/nomenclatural_code.xml; http://www.ietf.org/rfc/rfc3066.txt; http://www.iso.org/iso/list-en1-semic-3.txt</xs:documentation>
|
||||
<xs:documentation>A URI that identifies a vocabulary used for the values found for the field in the source files. The URI ideally should resolve to some machine readable definition like SKOS, RDF, the GBIF vocabulary schema or a simple text file as often found for ISO or RFC standards. E.g. http://rs.gbif.org/vocabulary/gbif/nomenclatural_code.xml; http://www.ietf.org/rfc/rfc3066.txt; http://www.iso.org/iso/list-en1-semic-3.txt</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="delimitedBy" type="xs:string" use="optional">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Indicates an optional delimiter used for concatenating multiple values in a list.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
</xs:attribute>
|
||||
</xs:complexType>
|
||||
|
||||
</xs:schema>
|
||||
|
|
Loading…
Reference in New Issue