From f3b2e3acaaeb54ce97845184ed849a87790eea94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20D=C3=B6ring?= Date: Wed, 25 Feb 2015 11:34:08 +0100 Subject: [PATCH] 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 --- guides/text/tdwg_dwc_text.xsd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/guides/text/tdwg_dwc_text.xsd b/guides/text/tdwg_dwc_text.xsd index 721044d..f0dd55d 100644 --- a/guides/text/tdwg_dwc_text.xsd +++ b/guides/text/tdwg_dwc_text.xsd @@ -101,14 +101,13 @@ - 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 + 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 Indicates an optional delimiter used for concatenating multiple values in a list. - + -