58 lines
1.8 KiB
Plaintext
58 lines
1.8 KiB
Plaintext
|
---+ Metadata Proposal II
|
||
|
|
||
|
---+++++ Response
|
||
|
*open issue:* Do we need a repeatable "LegalOwner" element?
|
||
|
|
||
|
<verbatim>
|
||
|
<response>
|
||
|
<header>
|
||
|
...
|
||
|
</header>
|
||
|
<content>
|
||
|
<metadata>
|
||
|
<provider>
|
||
|
<name>String</name>
|
||
|
<code>String</code>
|
||
|
<logourl>http://www.xxx.yyy/logo.gif</logourl>
|
||
|
<accessPoint>http://xx</accessPoint>
|
||
|
<relatedInformation>http://xx</relatedInformation> *
|
||
|
<contact type="technical"> *
|
||
|
<name>String</name>
|
||
|
<title>String</title>
|
||
|
<emailAddress>a@a</emailAddress>
|
||
|
<phone>String</phone>
|
||
|
</contact>
|
||
|
<abstract>String</abstract>
|
||
|
</provider>
|
||
|
<datasources>
|
||
|
<datasource> *
|
||
|
<name>String</name>
|
||
|
<code>String</code>
|
||
|
<logourl>http://www.xxx.yyy/logo.gif</logourl>
|
||
|
<accessPoint>http://xx</accessPoint>
|
||
|
<relatedInformation>http://xx</relatedInformation> *
|
||
|
<contact type="administrative"> *
|
||
|
<name>String</name>
|
||
|
<title>String</title>
|
||
|
<emailAddress>a@a</emailAddress>
|
||
|
<phone>String</phone>
|
||
|
</contact>
|
||
|
<abstract>String</abstract>
|
||
|
<keywords>String</keywords>
|
||
|
<citation>String</citation>
|
||
|
<conceptualSchemas>
|
||
|
<schema namespace="http://www.tdwg.org/schemas/xxx" records="56712" dateLastUpdated="2003-07-27"/> *
|
||
|
<schema namespace="http://www.tdwg.org/schemas/yyy" records="156422" dateLastUpdated="2002-01-21"/>
|
||
|
</conceptualSchemas>
|
||
|
</datasource>
|
||
|
</datasources>
|
||
|
</metadata>
|
||
|
</content>
|
||
|
<diagnostics>
|
||
|
...
|
||
|
</diagnostics>
|
||
|
</response>
|
||
|
|
||
|
with* indicating repeatable elements
|
||
|
</verbatim>
|