Skip to content
create-link-node-external-http.xml 549 B
Newer Older
<vos:node xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns:vos="http://www.ivoa.net/xml/VOSpace/v2.0" xsi:type="vos:LinkNode" uri="vos://example.com!vospace/myExternalHttpLink">
    <vos:properties>
        <vos:property uri="ivo://ivoa.net/vospace/core#description">test value</vos:property>        
    </vos:properties>
    <vos:target>http://www.external.com/files/file.txt</vos:target>
    <vos:accepts/>
    <vos:provides/>
    <vos:capabilities/>
</vos:node>