Schema Central > NIEM 3.2 > distribution.xsd > gmd:MD_DigitalTransferOptions
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gmd:MD_DigitalTransferOptions

Element information

Content

Attributes

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

Used in

Sample instance

<gmd:MD_DigitalTransferOptions>
   <gmd:unitsOfDistribution>
      <gco:CharacterString>string</gco:CharacterString>
   </gmd:unitsOfDistribution>
   <gmd:transferSize>
      <gco:Real>1.0</gco:Real>
   </gmd:transferSize>
   <gmd:onLine>
      <gmd:CI_OnlineResource>
         <gmd:linkage>...
         </gmd:linkage>
         <gmd:protocol>...
         </gmd:protocol>
         <gmd:applicationProfile>...
         </gmd:applicationProfile>
         <gmd:name>...
         </gmd:name>
         <gmd:description>...
         </gmd:description>
         <gmd:function>...
         </gmd:function>
      </gmd:CI_OnlineResource>
   </gmd:onLine>
   <gmd:offLine>
      <gmd:MD_Medium>
         <gmd:name>...
         </gmd:name>
         <gmd:density>...
         </gmd:density>
         <gmd:densityUnits>...
         </gmd:densityUnits>
         <gmd:volumes>...
         </gmd:volumes>
         <gmd:mediumFormat>...
         </gmd:mediumFormat>
         <gmd:mediumNote>...
         </gmd:mediumNote>
      </gmd:MD_Medium>
   </gmd:offLine>
</gmd:MD_DigitalTransferOptions>