OPeNDAP Dataset Access Form


Action:

Data URL:


Global Attributes:


Variables:


Sequence person1
age: 32 bit Integer
age

Sequence stuff

foo: 16 bit Integer
foo


Send questions or comments to: support@unidata.ucar.edu

DDS:

Dataset {
    Sequence {
        Int32 age;
        Sequence {
            Int16 foo;
        } stuff;
    } person1;
} NestedSequences;