File: test.19e.xml

package info (click to toggle)
libdap 3.21.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,252 kB
  • sloc: cpp: 46,310; sh: 44,047; xml: 23,535; ansic: 19,973; yacc: 2,505; exp: 1,544; makefile: 581; lex: 309; fortran: 8
file content (17 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="ISO-8859-1"?>
<Dataset name="test.19e" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xml.opendap.org/ns/DAP/3.2# http://xml.opendap.org/dap/dap3.2.xsd" xmlns:grddl="http://www.w3.org/2003/g/data-view#" grddl:transformation="http://xml.opendap.org/transforms/ddxToRdfTriples.xsl" xmlns="http://xml.opendap.org/ns/DAP/3.2#" xmlns:dap="http://xml.opendap.org/ns/DAP/3.2#" dapVersion="3.2">
    <Float64 name="c d">
        <Attribute name="long_name" type="String">
            <value>c d with a WWW escape sequence</value>
        </Attribute>
        <Attribute name="sub" type="Container">
            <Attribute name="about" type="String">
                <value>Attributes inside attributes</value>
            </Attribute>
            <Attribute name="pi" type="Float64">
                <value>3.1415</value>
            </Attribute>
        </Attribute>
    </Float64>
    <blob href="cid:http://localhost/dods/test.xyz"/>
</Dataset>