Author: markus Date: 2006-04-25 11:01:16 +0200 (Tue, 25 Apr 2006) New Revision: 518
Modified: trunk/protocol/examples/capabilities_request.xml trunk/protocol/examples/capabilities_response.xml trunk/protocol/examples/inventory_request.xml trunk/protocol/examples/inventory_response.xml trunk/protocol/examples/inventory_template1.xml trunk/protocol/examples/metadata_request.xml trunk/protocol/examples/metadata_response.xml trunk/protocol/examples/output_model1.xml trunk/protocol/examples/ping_request.xml trunk/protocol/examples/ping_response.xml trunk/protocol/examples/search_template1.xml trunk/protocol/examples/wfs_gcp_output.xml trunk/protocol/tapir.xsd Log: updated to the new tdwg namespace: http://res.tdwg.org/tapir/1.0
Modified: trunk/protocol/examples/capabilities_request.xml =================================================================== --- trunk/protocol/examples/capabilities_request.xml 2006-03-15 14:25:14 UTC (rev 517) +++ trunk/protocol/examples/capabilities_request.xml 2006-04-25 09:01:16 UTC (rev 518) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<request xmlns="http://www.tdwg.org/schemas/tapir/datasource/1.0" +<request xmlns="http://res.tdwg.org/tapir/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.tdwg.org/schemas/tapir/datasource/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E + xsi:schemaLocation="http://res.tdwg.org/tapir/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E <header> <source accesspoint="http://url_from_client" sendtime="2005-11-11T12:23:56.023+01:00"> </source>
Modified: trunk/protocol/examples/capabilities_response.xml =================================================================== --- trunk/protocol/examples/capabilities_response.xml 2006-03-15 14:25:14 UTC (rev 517) +++ trunk/protocol/examples/capabilities_response.xml 2006-04-25 09:01:16 UTC (rev 518) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<response xmlns="http://www.tdwg.org/schemas/tapir/datasource/1.0" +<response xmlns="http://res.tdwg.org/tapir/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.tdwg.org/schemas/tapir/datasource/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E + xsi:schemaLocation="http://res.tdwg.org/tapir/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E <header> <source accesspoint="http://accesspoint_url" sendtime="2005-11-11T12:23:56.023+01:00"> <software name="TAPIR_Implementation" version="1.0"/>
Modified: trunk/protocol/examples/inventory_request.xml =================================================================== --- trunk/protocol/examples/inventory_request.xml 2006-03-15 14:25:14 UTC (rev 517) +++ trunk/protocol/examples/inventory_request.xml 2006-04-25 09:01:16 UTC (rev 518) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<request xmlns="http://www.tdwg.org/schemas/tapir/datasource/1.0" +<request xmlns="http://res.tdwg.org/tapir/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.tdwg.org/schemas/tapir/datasource/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E + xsi:schemaLocation="http://res.tdwg.org/tapir/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E <header> <source accesspoint="http://url_from_client" sendtime="2005-11-11T12:23:56.023+01:00"> </source>
Modified: trunk/protocol/examples/inventory_response.xml =================================================================== --- trunk/protocol/examples/inventory_response.xml 2006-03-15 14:25:14 UTC (rev 517) +++ trunk/protocol/examples/inventory_response.xml 2006-04-25 09:01:16 UTC (rev 518) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<response xmlns="http://www.tdwg.org/schemas/tapir/datasource/1.0" +<response xmlns="http://res.tdwg.org/tapir/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.tdwg.org/schemas/tapir/datasource/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E + xsi:schemaLocation="http://res.tdwg.org/tapir/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E <header> <source accesspoint="http://accesspoint_url" sendtime="2005-11-11T12:23:56.023+01:00"> <software name="TAPIR_Implementation" version="1.0"/>
Modified: trunk/protocol/examples/inventory_template1.xml =================================================================== --- trunk/protocol/examples/inventory_template1.xml 2006-03-15 14:25:14 UTC (rev 517) +++ trunk/protocol/examples/inventory_template1.xml 2006-04-25 09:01:16 UTC (rev 518) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<inventoryTemplate xmlns="http://www.tdwg.org/schemas/tapir/datasource/1.0" +<inventoryTemplate xmlns="http://res.tdwg.org/tapir/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.tdwg.org/schemas/tapir/datasource/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E + xsi:schemaLocation="http://res.tdwg.org/tapir/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E <label>Specimen Names</label> <documentation>Search and list unique scientific names of specimen identifications ordered alphabetically by their name. The filter parameter "name" is used to build the filter</documentation>
Modified: trunk/protocol/examples/metadata_request.xml =================================================================== --- trunk/protocol/examples/metadata_request.xml 2006-03-15 14:25:14 UTC (rev 517) +++ trunk/protocol/examples/metadata_request.xml 2006-04-25 09:01:16 UTC (rev 518) @@ -2,9 +2,9 @@ <!-- TAPIR Metadata Request example. --> -<request xmlns="http://www.tdwg.org/schemas/tapir/datasource/1.0" +<request xmlns="http://res.tdwg.org/tapir/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.tdwg.org/schemas/tapir/datasource/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E + xsi:schemaLocation="http://res.tdwg.org/tapir/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E <header> <source accesspoint="http://url_from_client" sendtime="2005-11-11T12:23:56.023+01:00"> </source>
Modified: trunk/protocol/examples/metadata_response.xml =================================================================== --- trunk/protocol/examples/metadata_response.xml 2006-03-15 14:25:14 UTC (rev 517) +++ trunk/protocol/examples/metadata_response.xml 2006-04-25 09:01:16 UTC (rev 518) @@ -3,9 +3,9 @@ TAPIR Metadata Response example. This example only includes mandatory concepts. The metadata part in TAPIR is likely to be changed after comunity discussion. --> -<response xmlns="http://www.tdwg.org/schemas/tapir/datasource/1.0" +<response xmlns="http://res.tdwg.org/tapir/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.tdwg.org/schemas/tapir/datasource/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E + xsi:schemaLocation="http://res.tdwg.org/tapir/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E <header> <source accesspoint="http://accesspoint_url" sendtime="2005-11-11T12:23:56.023+01:00"> <software name="TAPIR_Implementation" version="1.0"/>
Modified: trunk/protocol/examples/output_model1.xml =================================================================== --- trunk/protocol/examples/output_model1.xml 2006-03-15 14:25:14 UTC (rev 517) +++ trunk/protocol/examples/output_model1.xml 2006-04-25 09:01:16 UTC (rev 518) @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<outputModel xmlns="http://www.tdwg.org/schemas/tapir/datasource/1.0" +<outputModel xmlns="http://res.tdwg.org/tapir/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" - http://www.tdwg.org/schemas/tapir/datasource/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd + http://res.tdwg.org/tapir/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd "> <structure>
Modified: trunk/protocol/examples/ping_request.xml =================================================================== --- trunk/protocol/examples/ping_request.xml 2006-03-15 14:25:14 UTC (rev 517) +++ trunk/protocol/examples/ping_request.xml 2006-04-25 09:01:16 UTC (rev 518) @@ -3,9 +3,9 @@ TAPIR Ping Request example. The most simple operation in TAPIR. --> -<request xmlns="http://www.tdwg.org/schemas/tapir/datasource/1.0" +<request xmlns="http://res.tdwg.org/tapir/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.tdwg.org/schemas/tapir/datasource/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E + xsi:schemaLocation="http://res.tdwg.org/tapir/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E <header> <source accesspoint="http://url_from_client" sendtime="2005-11-11T12:23:56.023+01:00"> <software name="TAPIR_Implementation" version="1.0"/>
Modified: trunk/protocol/examples/ping_response.xml =================================================================== --- trunk/protocol/examples/ping_response.xml 2006-03-15 14:25:14 UTC (rev 517) +++ trunk/protocol/examples/ping_response.xml 2006-04-25 09:01:16 UTC (rev 518) @@ -2,9 +2,9 @@ <!-- TAPIR Ping Response example. --> -<response xmlns="http://www.tdwg.org/schemas/tapir/datasource/1.0" +<response xmlns="http://res.tdwg.org/tapir/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.tdwg.org/schemas/tapir/datasource/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E + xsi:schemaLocation="http://res.tdwg.org/tapir/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E <header> <source accesspoint="http://accesspoint_url" sendtime="2005-11-11T12:23:57.023+01:00"></source> </header>
Modified: trunk/protocol/examples/search_template1.xml =================================================================== --- trunk/protocol/examples/search_template1.xml 2006-03-15 14:25:14 UTC (rev 517) +++ trunk/protocol/examples/search_template1.xml 2006-04-25 09:01:16 UTC (rev 518) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<searchTemplate xmlns="http://www.tdwg.org/schemas/tapir/datasource/1.0" +<searchTemplate xmlns="http://res.tdwg.org/tapir/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.tdwg.org/schemas/tapir/datasource/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E + xsi:schemaLocation="http://res.tdwg.org/tapir/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd%22%3E <label>Specimen by Name</label> <documentation>Search specimens by their scientific name. Result is returned ordered by name and catalogue number. The filter parameter "name" is used to build the filter.</documentation>
Modified: trunk/protocol/examples/wfs_gcp_output.xml =================================================================== --- trunk/protocol/examples/wfs_gcp_output.xml 2006-03-15 14:25:14 UTC (rev 517) +++ trunk/protocol/examples/wfs_gcp_output.xml 2006-04-25 09:01:16 UTC (rev 518) @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<outputModel xmlns="http://www.tdwg.org/schemas/tapir/datasource/1.0" +<outputModel xmlns="http://res.tdwg.org/tapir/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" - http://www.tdwg.org/schemas/tapir/datasource/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd + http://res.tdwg.org/tapir/1.0 http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd "> <structure>
Modified: trunk/protocol/tapir.xsd =================================================================== --- trunk/protocol/tapir.xsd 2006-03-15 14:25:14 UTC (rev 517) +++ trunk/protocol/tapir.xsd 2006-04-25 09:01:16 UTC (rev 518) @@ -2,7 +2,10 @@ <!-- $Id$ --> <!-- unified and extended protocol based on DiGIR and BioCASE --> <!-- http://ww3.bgbm.org/protocol --> -<xsd:schema targetNamespace="http://www.tdwg.org/schemas/tapir/datasource/1.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="EN" xmlns="http://www.tdwg.org/schemas/tapir/datasource/1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema%22%3E +<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" > <!-- ============================================= --> <!-- SIMPLE TYPE DEFINITIONS--> <!-- ============================================= -->