Author: markus Date: 2006-05-15 17:19:09 +0200 (Mon, 15 May 2006) New Revision: 527
Modified: trunk/protocol/tapir.xsd Log: use DC,GeoRSS and vCard namespaces. But doesnt validate with Xerces!
Modified: trunk/protocol/tapir.xsd =================================================================== --- trunk/protocol/tapir.xsd 2006-05-15 15:13:58 UTC (rev 526) +++ trunk/protocol/tapir.xsd 2006-05-15 15:19:09 UTC (rev 527) @@ -1,12 +1,37 @@ <?xml version="1.0"?> <!-- $Id$ --> <!-- unified and extended protocol based on DiGIR and BioCASE --> -<!-- http://ww3.bgbm.org/protocol --> <xsd:schema targetNamespace="http://res.tdwg.org/tapir/1.0" xmlns="http://res.tdwg.org/tapir/1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" - elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="EN" > + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:dct="http://purl.org/dc/terms/" + xmlns:georss="http://www.georss.org/georss/10" + xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#" + elementFormDefault="unqualified" + attributeFormDefault="unqualified" version="1.0" xml:lang="EN" > + xsd:annotation + <xsd:documentation xml:lang="en"> + TAPIR XML Schema + </xsd:documentation> + xsd:appinfo + dc:titleTAPIR XML Schema</dc:title> + dc:creatorTDWG</dc:creator> + dc:relationhttp://ww3.bgbm.org/protocolwiki</dc:relation> + </xsd:appinfo> + </xsd:annotation> <!-- ============================================= --> + <!-- NAMESPACE IMPORTS --> + <!-- ============================================= --> + <xsd:import namespace="http://purl.org/dc/elements/1.1/" + schemaLocation="http://www.dublincore.org/schemas/xmls/simpledc20021212.xsd%22/%3E + <xsd:import namespace="http://purl.org/dc/terms/" + schemaLocation="http://www.dublincore.org/schemas/xmls/qdc/2003/04/02/dcterms.xsd%22/%3E + <xsd:import namespace="http://www.georss.org/georss/10" + schemaLocation="http://www.georss.org/xml/1.0/georss.xsd%22/%3E + <xsd:import namespace="http://www.w3.org/2001/vcard-rdf/3.0#" + schemaLocation="vcard.xsd"/> + <!-- ============================================= --> <!-- SIMPLE TYPE DEFINITIONS--> <!-- ============================================= --> <xsd:simpleType name="simpleXPathType">