<?xml version="1.0" encoding="utf-8" ?><vocabularyservices>  <status><![CDATA[available]]></status>  <status_skos_core><![CDATA[disable]]></status_skos_core>  <param>    <task><![CDATA[Action to do]]></task>    <arg><![CDATA[arguments for task action (eg: string for search task, numerical id for specific term data)]]></arg>    <output><![CDATA[Output format, can be JSON or XML. Optional parameter, XML by default ]]></output>  </param>  <web_service_version><![CDATA[1.6]]></web_service_version>  <version><![CDATA[TemaTres 3.0-BNM]]></version>  <fetchVocabularyData>    <action><![CDATA[Retrieve data about vocabulary]]></action>    <task><![CDATA[fetchVocabularyData]]></task>    <arg><![CDATA[none]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchVocabularyData]]></example>  </fetchVocabularyData>  <fetchTopTerms>    <action><![CDATA[Retrieve vocabulary top terms]]></action>    <task><![CDATA[fetchTopTerms]]></task>    <arg><![CDATA[none]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchTopTerms]]></example>  </fetchTopTerms>  <search>    <action><![CDATA[Search and retrieve terms]]></action>    <task><![CDATA[search]]></task>    <arg><![CDATA[search expression (string)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=search&arg=peace]]></example>  </search>  <fetch>    <action><![CDATA[Search and retrieve terms using exact matching]]></action>    <task><![CDATA[fetch]]></task>    <arg><![CDATA[search expression (string)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetch&arg=peace]]></example>  </fetch>  <searchNotes>    <action><![CDATA[Retrieve terms searching in notes]]></action>    <task><![CDATA[searchNotes]]></task>    <arg><![CDATA[search expression (string)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=searchNotes&arg=peace]]></example>  </searchNotes>  <suggest>    <action><![CDATA[Search terms with words starting or including the string (returns only terms)]]></action>    <task><![CDATA[suggest]]></task>    <arg><![CDATA[search expression (string)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=suggest&arg=pea]]></example>  </suggest>  <suggestDetails>    <action><![CDATA[Search terms with words starting with string (returns terms and more data)]]></action>    <task><![CDATA[suggestDetails]]></task>    <arg><![CDATA[search expression (string)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=suggestDetails&arg=pea]]></example>  </suggestDetails>  <fetchCode>    <action><![CDATA[Retrieve simple term data by code]]></action>    <task><![CDATA[fetchCode]]></task>    <arg><![CDATA[code (string)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchCode&arg=01.03.0]]></example>  </fetchCode>  <letter>    <action><![CDATA[Search and retrieve terms beginning with $arg]]></action>    <task><![CDATA[letter]]></task>    <arg><![CDATA[one letter or digit (for example: arg=a)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=letter&arg=a]]></example>  </letter>  <fetchTerm>    <action><![CDATA[Retrieve simple term data]]></action>    <task><![CDATA[fetchTerm]]></task>    <arg><![CDATA[one ID (int)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchTerm&arg=1]]></example>  </fetchTerm>  <fetchAlt>    <action><![CDATA[Retrieve alternative/non preferred terms for one ID]]></action>    <task><![CDATA[fetchAlt]]></task>    <arg><![CDATA[one ID (int)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchAlt&arg=1]]></example>  </fetchAlt>  <fetchDown>    <action><![CDATA[Retrieve more specific terms for one ID]]></action>    <task><![CDATA[fetchDown]]></task>    <arg><![CDATA[one ID (int)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchDown&arg=1]]></example>  </fetchDown>  <fetchUp>    <action><![CDATA[Retrieve hierarquical structure for one ID]]></action>    <task><![CDATA[fetchUp]]></task>    <arg><![CDATA[one ID (int)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchUp&arg=1]]></example>  </fetchUp>  <fetchRelated>    <action><![CDATA[Retrieve related terms for one ID]]></action>    <task><![CDATA[fetchRelated]]></task>    <arg><![CDATA[one ID (int)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchRelated&arg=1]]></example>  </fetchRelated>  <fetchDirectTerms>    <action><![CDATA[Retrieve alternative, related and direct hieraquical terms for one ID]]></action>    <task><![CDATA[fetchDirectTerms]]></task>    <arg><![CDATA[one ID (int)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchDirectTerms&arg=1]]></example>  </fetchDirectTerms>  <fetchTargetTerms>    <action><![CDATA[Search and retrieve data about target terms mapped via web services for one ID]]></action>    <task><![CDATA[fetchTargetTerms]]></task>    <arg><![CDATA[one ID (int)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchTargetTerms&arg=1]]></example>  </fetchTargetTerms>  <fetchNotes>    <action><![CDATA[Retrieve notes for one ID]]></action>    <task><![CDATA[fetchNotes]]></task>    <arg><![CDATA[one ID (int)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchNotes&arg=1]]></example>  </fetchNotes>  <fetchSourceTerms>    <action><![CDATA[Search and retrieve terms mapped in target vocabulary for a given term]]></action>    <task><![CDATA[fetchSourceTerms]]></task>    <arg><![CDATA[term (string)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchSourceTerms&arg=term]]></example>  </fetchSourceTerms>  <fetchTerms>    <action><![CDATA[Retrieve simple term data for some coma separated IDs (example: 3,6,98)]]></action>    <task><![CDATA[fetchTerms]]></task>    <arg><![CDATA[some coma separated IDs (for example: arg=3,6,98)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchTerms&arg=1,2,4]]></example>  </fetchTerms>  <fetchRelatedTerms>    <action><![CDATA[Retrieve simple related term data for some coma separated terms IDs (example: 3,6,98)]]></action>    <task><![CDATA[fetchRelatedTerms]]></task>    <arg><![CDATA[some coma separated IDs (for example: arg=3,6,98)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchRelatedTerms&arg=1,2,4]]></example>  </fetchRelatedTerms>  <fetchSimilar>    <action><![CDATA[Search and retrieve similar term for string search expression ($arg)]]></action>    <task><![CDATA[fetchSimilar]]></task>    <arg><![CDATA[string (for example: arg=trrends)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchSimilar&arg=educacio]]></example>  </fetchSimilar>  <fetchLast>    <action><![CDATA[Retrieves last terms created]]></action>    <task><![CDATA[fetchLast]]></task>    <arg><![CDATA[none]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=fetchLast]]></example>  </fetchLast>  <randomTerm>    <action><![CDATA[Retrieves random term data. Optionally you can filter terms with specific type of notes (use tag note, ex: NA for scope note)]]></action>    <task><![CDATA[randomTerm]]></task>    <arg><![CDATA[note type tag (optional)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=randomTerm&arg=NA]]></example>  </randomTerm>  <termsSince>    <action><![CDATA[Retrieve data about terms who were created or modified since given date]]></action>    <task><![CDATA[termsSince]]></task>    <arg><![CDATA[date (YYYY-MM-DD)]]></arg>    <example><![CDATA[https://vocabularios.educacion.gob.ar/admin/docente/services?task=termsSince&arg=2017-04-05]]></example>  </termsSince></vocabularyservices>