Martin Desruisseaux created SIS-119:
---------------------------------------

             Summary: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to