QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
name | xs:string | required |
Element | cdfVariables |
<xs:element name="variable"> <xs:complexType> <xs:sequence> <xs:element ref="cdfVarInfo"/> <xs:element ref="cdfVAttributes" minOccurs="0"/> <xs:element ref="cdfVarData" minOccurs="0"/> </xs:sequence> <xs:attribute name="name" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
< cdfVariables xmlns = "http://cdf.gsfc.nasa.gov" > |
< cdfVarInfo cdfDatatype = "CDF_INT1" numElements = "1" dim = "1" dimSizes = "3" recVariance = "NOVARY" dimVariances = "VARY" numRecordsAllocate = "1" /> |
20 |
</ entry> |
</ attribute> |
90 |
</ entry> |
</ attribute> |
</ cdfVAttributes> |
< cdfVarData> |
< record recNum = "0" > |
1 2 3 |
</ record> |
</ cdfVarData> |