gmd:MD_Medium
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/distribution.xsd
Type: gmd:MD_Medium_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:name [0..1]
- gmd:density [0..*]
- gmd:densityUnits [0..1]
- gmd:volumes [0..1]
- gmd:mediumFormat [0..*]
- gmd:mediumNote [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_Medium_PropertyType (Element gmd:offLine)
Sample instance
<gmd:MD_Medium> <gmd:name> <gmd:MD_MediumNameCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_MediumNameCode> </gmd:name> <gmd:density> <gco:Real>1.0</gco:Real> </gmd:density> <gmd:densityUnits> <gco:CharacterString>string</gco:CharacterString> </gmd:densityUnits> <gmd:volumes> <gco:Integer>1</gco:Integer> </gmd:volumes> <gmd:mediumFormat> <gmd:MD_MediumFormatCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_MediumFormatCode> </gmd:mediumFormat> <gmd:mediumNote> <gco:CharacterString>string</gco:CharacterString> </gmd:mediumNote> </gmd:MD_Medium>