Changes between Version 209 and Version 210 of CMDI 1.2/Specification


Ignore:
Timestamp:
06/23/16 08:57:37 (8 years ago)
Author:
Menzo Windhouwer
Comment:

Added a payload example

Legend:

Unmodified
Added
Removed
Modified
  • CMDI 1.2/Specification

    v209 v210  
    470470#!xml
    471471<cmd:Components>
    472 ...
     472    <cmdp:ToolService>
     473        ...
     474        <cmdp:GeneralInfo>
     475            <cmdp:Name>Adelheid</cmdp:Name>
     476            <cmdp:Description>
     477                <cmdp:Description xml:lang="en">A web-application with which an end user can have historical Dutch text tokenized, lemmatized and part-of-speech tagged, using the most appropriate resources (such as lexica) for the text in question. The need to consistently use appropriate resources leads to the intuitively obvious strategy of placing this service in the Clarin infrastructure. For each specific text, the user can then select the best resources from those available in Clarin, wherever they might reside, and where necessary supplemented by own lexica.</cmdp:Description>
     478            </cmdp:Description>
     479        </cmdp:GeneralInfo>
     480        ...
     481        <cmdp:Contact cmd:ComponentId="clarin.eu:cr1:c_1271859438113">
     482            <cmdp:Person>Drs. D. Broeder</cmdp:Person>
     483            <cmdp:Address>Wundtlaan 1, 6525 XD Nijmegen, The Netherlands</cmdp:Address>
     484            <cmdp:Email>Daan.Broeder@mpi.nl</cmdp:Email>
     485            <cmdp:Organisation cmd:ValueConceptLink="http://openskos.meertens.knaw.nl/Organisations/8c778a30-f607-45fd-838d-1ea00cea9150">Max Planck Institute for Psycholinguistics (MPI)</cmdp:Organisation>
     486            <cmdp:Telephone>+31 - 00 - 1234567</cmdp:Telephone>
     487        </cmdp:Contact>
     488        ...
     489        <cmdp:Tool cmd:ref="h0">
     490            <cmdp:toolInput>
     491                <cmdp:data>
     492                    <cmdp:MimeType>text/xml</cmdp:MimeType>
     493                    <cmdp:characterEncoding>UTF-8</cmdp:characterEncoding>
     494                    <cmdp:datatype>ATL XML</cmdp:datatype>
     495                </cmdp:data>
     496            </cmdp:toolInput>
     497            ...
     498        </cmdp:Tool>
     499    </cmdp:ToolService>
    473500</cmd:Components>
    474501}}}