This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
| <gmi:MI_Metadata xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:gmi="http://www.isotc211.org/2005/gmi" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:ns9="http://www.w3.org/1999/xlink"> | |
| <gmd:language> | |
| <gmd:LanguageCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/Codelist/gmxCodelists.xml#LanguageCode" codeListValue="eng" codeSpace="eng">English</gmd:LanguageCode> | |
| </gmd:language> | |
| <gmd:characterSet> | |
| <gmd:MD_CharacterSetCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8">UTF-8</gmd:MD_CharacterSetCode> | |
| </gmd:characterSet> | |
| <gmd:hierarchyLevel> | |
| <gmd:MD_ScopeCode codeList="h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package edu.unr.nccp; | |
| import org.apache.sis.internal.jaxb.gmi.MI_Metadata; | |
| import org.apache.sis.metadata.iso.citation.DefaultContact; | |
| import org.apache.sis.metadata.iso.citation.DefaultResponsibleParty; | |
| import org.opengis.metadata.Metadata; | |
| import org.opengis.metadata.citation.Contact; | |
| import org.opengis.metadata.identification.CharacterSet; | |
| import org.opengis.metadata.maintenance.ScopeCode; |
NewerOlder