Schema Central > niem40 > gmxUsage.xsd > gmx:MX_DataFile
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gmx:MX_DataFile

Element information

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom group gco:ObjectIdentification
uuid [0..1]xsd:stringfrom group gco:ObjectIdentification

Used in

Substitution hierarchy

Sample instance

<gmx:MX_DataFile>
   <gmx:fileName>
      <gmx:FileName>string</gmx:FileName>
   </gmx:fileName>
   <gmx:fileDescription>
      <gco:CharacterString>string</gco:CharacterString>
   </gmx:fileDescription>
   <gmx:fileType>
      <gmx:MimeFileType type="string">string</gmx:MimeFileType>
   </gmx:fileType>
   <gmx:featureTypes>
      <gco:LocalName>string</gco:LocalName>
   </gmx:featureTypes>
   <gmx:fileFormat>
      <gmd:MD_Format>
         <gmd:name>...
         </gmd:name>
         <gmd:version>...
         </gmd:version>
         <gmd:amendmentNumber>...
         </gmd:amendmentNumber>
         <gmd:specification>...
         </gmd:specification>
         <gmd:fileDecompressionTechnique>...
         </gmd:fileDecompressionTechnique>
         <gmd:formatDistributor>...
         </gmd:formatDistributor>
      </gmd:MD_Format>
   </gmx:fileFormat>
</gmx:MX_DataFile>