gmd:MD_Format
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_Format_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:name [1..1]
- gmd:version [1..1]
- gmd:amendmentNumber [0..1]
- gmd:specification [0..1]
- gmd:fileDecompressionTechnique [0..1]
- gmd:formatDistributor [0..*]
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_Format_PropertyType (Elements gmd:distributorFormat, gmd:distributionFormat, gmd:resourceFormat, gmx:fileFormat)
Sample instance
<gmd:MD_Format id="ID"> <gmd:name> <gco:CharacterString>string</gco:CharacterString> </gmd:name> <gmd:version> <gco:CharacterString>string</gco:CharacterString> </gmd:version> <gmd:amendmentNumber> <gco:CharacterString>string</gco:CharacterString> </gmd:amendmentNumber> <gmd:specification> <gco:CharacterString>string</gco:CharacterString> </gmd:specification> <gmd:fileDecompressionTechnique> <gco:CharacterString>string</gco:CharacterString> </gmd:fileDecompressionTechnique> <gmd:formatDistributor> <gmd:MD_Distributor id="ID"> <gmd:distributorContact>... </gmd:distributorContact> <gmd:distributionOrderProcess>... </gmd:distributionOrderProcess> <gmd:distributorFormat>... </gmd:distributorFormat> <gmd:distributorTransferOptions>... </gmd:distributorTransferOptions> </gmd:MD_Distributor> </gmd:formatDistributor> </gmd:MD_Format>