| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| cdfDatatype | cdfDataType | required | ||||
| entryNum | xs:integer | optional |
| Element | attribute |
<xs:element name="entry"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="entryNum" type="xs:integer"/> <xs:attribute name="cdfDatatype" type="cdfDataType" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
|
< attribute xmlns = "http://cdf.gsfc.nasa.gov" name = "Project" > |
|
Using the CDFJava API |
|
</ entry> |
|
</ attribute> |