[
https://issues.apache.org/jira/browse/SIS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Desruisseaux reopened SIS-119:
-------------------------------------
> Support <gmx:FileName> and <gmx:MimeFileType> elements
> ------------------------------------------------------
>
> Key: SIS-119
> URL: https://issues.apache.org/jira/browse/SIS-119
> Project: Spatial Information Systems
> Issue Type: Improvement
> Components: Metadata
> Affects Versions: 0.3
> Reporter: Martin Desruisseaux
> Assignee: Martin Desruisseaux
> Fix For: 0.4
>
>
> The {{<gco:CharacterString>}} XML elements can sometime be replaced by
> {{<gmx:FileName>}} elements are marshalling time. The later contains a
> {{src}} attribute, which may contains an absolute path. Example from ISO
> 19139:
> {code:xml}
> <fileName>
> <gmx:FileName src="../path/wkj98723.jpg">Overview</gmx:FileName>
> </fileName>
> {code}
> Likewise for {{<gmx:MimeFileType>}}:
> {code:xml}
> <fileType>
> <gmx:MimeFileType type="image/tiff"> Graphic TIFF </gmx:MimeFileType>
> </fileType>
> {code}
> The main usage for those elements seem to be in {{MD_BrowseGraphic}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)