gmd:MD_DigitalTransferOptions
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0/distribution.xsd
Type: gmd:MD_DigitalTransferOptions_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:unitsOfDistribution [0..1]
- gmd:transferSize [0..1]
- gmd:onLine [0..*]
- gmd:offLine [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group gco:ObjectIdentification | |
uuid | [0..1] | xsd:string | from group gco:ObjectIdentification |
Used in
- Type gmd:MD_DigitalTransferOptions_PropertyType (Elements gmd:distributorTransferOptions, gmd:transferOptions)
Sample instance
<gmd:MD_DigitalTransferOptions id="ID"> <gmd:unitsOfDistribution> <gco:CharacterString>string</gco:CharacterString> </gmd:unitsOfDistribution> <gmd:transferSize> <gco:Real>1.0</gco:Real> </gmd:transferSize> <gmd:onLine> <gmd:CI_OnlineResource id="ID"> <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 id="ID"> <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>