QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
compression | compressionType | optional | ||||
encoding | encodingType | optional | ||||
fileFormat | fileFormatType | optional | ||||
majority | majorityType | optional | ||||
negToPosFp0 | negToPosFp0Type | optional |
Element | CDF |
<xs:element name="cdfFileInfo"> <xs:complexType> <xs:attribute name="fileFormat" type="fileFormatType"/> <xs:attribute name="compression" type="compressionType"/> <xs:attribute name="majority" type="majorityType"/> <xs:attribute name="encoding" type="encodingType"/> <xs:attribute name="negToPosFp0" type="negToPosFp0Type"/> </xs:complexType> </xs:element> |
< cdfFileInfo xmlns = "http://cdf.gsfc.nasa.gov" fileFormat = "SINGLE" majority = "ROW" encoding = "IBMPC" negToPosFp0 = "DISABLE" /> |