### Eclipse Workspace Patch 1.0 #P d1_mercury_common Index: src/main/java/gov/ornl/mercury3/commands/SolrTransactionDetail.java =================================================================== --- src/main/java/gov/ornl/mercury3/commands/SolrTransactionDetail.java (revision 8339) +++ src/main/java/gov/ornl/mercury3/commands/SolrTransactionDetail.java (working copy) @@ -20,518 +20,528 @@ * $Id$ */ -package gov.ornl.mercury3.commands; - -import gov.ornl.mercury3.web.util.D1DocTransferObject; - -import java.io.InputStream; -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * The model class passed to all View objects (JSPs). - * - */ -public class SolrTransactionDetail { - - public String suggestion; - - public Object[][] getOntologyList() { - return ontologyList; - } - - public void setOntologyList(Object[][] ontologyList) { - this.ontologyList = ontologyList; - } - - public Object[][] ontologyList = null; - - private ArrayList> mlt_list = new ArrayList>(); - - public String errorMsg = ""; - - public HashMap cart_urls; - - public String fromBrief = ""; - - public String browseStatus = "false"; - - public String datasourcemap = ""; - - private boolean geoError = false; - - public String datasource = ""; - - public String datasourceCode = ""; - - public String htmltext = ""; - - public String fileId = ""; - - private String contents = ""; - - private String fileName = ""; - - private String emlContents = ""; - - private InputStream is; - - private String searchmode; - - public String mercury3_query_string = ""; - - private String gui_queryString = ""; - - private String sortattribute = ""; - - public HashMap solr_facets_map = null; - - public Float maxScore; - - public String facet_str = " "; - - public String facet_str2 = " "; - - public int found; - - public int start; - - private int pageSize; - - private String searchStatus; - - public String queryString = " "; - - public String full_queryString = " "; - - public String plainqueryString = ""; - - private List accountsList; - - private ArrayList j_Docs; - - private int current_page; - - private int num_pages; - - public int page_max_count; - - public String nb; - - private Response res; - - private ArrayList briefResList; - - private boolean showFacets; - - private Map facets = null; - - private ArrayList j_facets = null; - - private List> documents = null; - - private String hideDS = ""; - - private String fileurl = ""; - - private List d1Docs = null; - - public String getHideDS() { - return hideDS; - } - - public void setHideDS(String hideDS) { - this.hideDS = hideDS; - } - - public List> getDocuments() { - return documents; - } - - public void setDocuments(List> documents) { - this.documents = documents; - } - - public Map getFacets() { - return facets; - } - - public void setFacets(Map facets) { - this.facets = facets; - } - - public Response getRes() { - return res; - } - - public void setRes(Response res) { - this.res = res; - } - - /** - * @return Returns the accountsList. - */ - public List getAccountsList() { - return accountsList; - } - - /** - * @param accountsList - * The accountsList to set. - */ - public void setAccountsList(List accountsList) { - this.accountsList = accountsList; - } - - public ArrayList getJ_facets() { - return j_facets; - } - - public void setJ_facets(ArrayList j_facets) { - this.j_facets = j_facets; - } - - public ArrayList getJ_Docs() { - return j_Docs; - } - - public void setJ_Docs(ArrayList docs) { - j_Docs = docs; - } - - public String getQueryString() { - return queryString; - } - - public void setQueryString(String queryString) { - this.queryString = queryString; - } - - public int getFound() { - return found; - } - - public void setFound(int found) { - this.found = found; - } - - public String getSearchStatus() { - return searchStatus; - } - - public void setSearchStatus(String searchStatus) { - this.searchStatus = searchStatus; - } - - public int getPageSize() { - return pageSize; - } - - public void setPageSize(int pageSize) { - this.pageSize = pageSize; - } - - public int getStart() { - return start; - } - - public void setStart(int start) { - this.start = start; - } - - public int getCurrent_page() { - return current_page; - } - - public void setCurrent_page(int current_page) { - this.current_page = current_page; - } - - public int getNum_pages() { - return num_pages; - } - - public void setNum_pages(int num_pages) { - this.num_pages = num_pages; - } - - public int getPage_max_count() { - return page_max_count; - } - - public void setPage_max_count(int page_max_count) { - this.page_max_count = page_max_count; - } - - public String getNb() { - return nb; - } - - public void setNb(String nb) { - this.nb = nb; - } - - public String getFacet_str() { - return facet_str; - } - - public void setFacet_str(String facet_str) { - this.facet_str = facet_str; - } - - public HashMap getSolr_facets_map() { - return solr_facets_map; - } - - public void setSolr_facets_map(HashMap solr_facets_map) { - this.solr_facets_map = solr_facets_map; - } - - public String getSortattribute() { - return sortattribute; - } - - public void setSortattribute(String sortattribute) { - this.sortattribute = sortattribute; - } - - public String getGui_queryString() { - return gui_queryString; - } - - public void setGui_queryString(String gui_queryString) { - this.gui_queryString = gui_queryString; - } - - public String getMercury3_query_string() { - return mercury3_query_string; - } - - public void setMercury3_query_string(String mercury3_query_string) { - this.mercury3_query_string = mercury3_query_string; - } - - public String getFacet_str2() { - return facet_str2; - } - - public void setFacet_str2(String facet_str2) { - this.facet_str2 = facet_str2; - } - - public Float getMaxScore() { - return maxScore; - } - - public void setMaxScore(Float maxScore) { - this.maxScore = maxScore; - } - - public ArrayList getBriefResList() { - return briefResList; - } - - public void setBriefResList(ArrayList briefResList) { - this.briefResList = briefResList; - } - - public String getContents() { - return contents; - } - - public void setContents(String contents) { - this.contents = contents; - } - - public InputStream getIs() { - return is; - } - - public void setIs(InputStream is) { - this.is = is; - } - - public String getHtmltext() { - return htmltext; - } - - public void setHtmltext(String htmltext) { - this.htmltext = htmltext; - } - - public String getFull_queryString() { - return full_queryString; - } - - public void setFull_queryString(String full_queryString) { - this.full_queryString = full_queryString; - } - - public String getDatasource() { - return datasource; - } - - public void setDatasource(String datasource) { - this.datasource = datasource; - } - - public boolean isShowFacets() { - return showFacets; - } - - public void setShowFacets(boolean showFacets) { - this.showFacets = showFacets; - } - - public boolean isGeoError() { - return geoError; - } - - public void setGeoError(boolean geoError) { - this.geoError = geoError; - } - - public String getBrowseStatus() { - return browseStatus; - } - - public void setBrowseStatus(String browseStatus) { - this.browseStatus = browseStatus; - } - - public String getPlainqueryString() { - return plainqueryString; - } - - public void setPlainqueryString(String plainqueryString) { - this.plainqueryString = plainqueryString; - } - - public String getDatasourcemap() { - return datasourcemap; - } - - public void setDatasourcemap(String datasourcemap) { - this.datasourcemap = datasourcemap; - } - - public String getFileId() { - return fileId; - } - - public void setFileId(String fileId) { - this.fileId = fileId; - } - - public String getFromBrief() { - return fromBrief; - } - - public void setFromBrief(String fromBrief) { - this.fromBrief = fromBrief; - } - - public HashMap getCart_urls() { - return cart_urls; - } - - public void setCart_urls(HashMap cart_urls) { - this.cart_urls = cart_urls; - } - - public String getErrorMsg() { - return errorMsg; - } - - public void setErrorMsg(String errorMsg) { - this.errorMsg = errorMsg; - } - - public String getSearchmode() { - return searchmode; - } - - public void setSearchmode(String searchmode) { - this.searchmode = searchmode; - } - - public ArrayList> getMlt_list() { - return mlt_list; - } - - public void setMlt_list(ArrayList> mlt_list) { - this.mlt_list = mlt_list; - } - - public String getEmlContents() { - return emlContents; - } - - public void setEmlContents(String emlContents) { - this.emlContents = emlContents; - } - - public String getFileName() { - return fileName; - } - - public void setFileName(String fileName) { - this.fileName = fileName; - } - - public String getDatasourceCode() { - return datasourceCode; - } - - public void setDatasourceCode(String datasourceCode) { - this.datasourceCode = datasourceCode; - } - - public String getFileurl() { - return fileurl; - } - - public void setFileurl(String fileurl) { - this.fileurl = fileurl; - } - - public String getSuggestion() { - return suggestion; - } - - public void setSuggestion(String suggestion) { - this.suggestion = suggestion; - } - - private String isoContents = ""; - - public String getIsoContents() { - return isoContents; - } - - public void setIsoContents(String isoContents) { - this.isoContents = isoContents; - } - - public List getD1Docs() { - if (d1Docs == null) { - d1Docs = new ArrayList(); - } - return d1Docs; - } - - public void setD1Docs(List d1Docs) { - this.d1Docs = d1Docs; - } - - public int getD1DocsSize() { - return getD1Docs().size(); - } - - public int getD1DataDocCount() { - return getD1DocsSize() - 1; - } - -} +package gov.ornl.mercury3.commands; + +import gov.ornl.mercury3.web.util.D1DocTransferObject; + +import java.io.InputStream; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +/** + * The model class passed to all View objects (JSPs). + * + */ +public class SolrTransactionDetail { + + public String suggestion; + + public Object[][] getOntologyList() { + return ontologyList; + } + + public void setOntologyList(Object[][] ontologyList) { + this.ontologyList = ontologyList; + } + + public Object[][] ontologyList = null; + + private ArrayList> mlt_list = new ArrayList>(); + + public String errorMsg = ""; + + public HashMap cart_urls; + + public String fromBrief = ""; + + public String browseStatus = "false"; + + public String datasourcemap = ""; + + private boolean geoError = false; + + public String datasource = ""; + + public String datasourceCode = ""; + + public String htmltext = ""; + + public String fileId = ""; + + private String contents = ""; + + private String fileName = ""; + + private String emlContents = ""; + + private InputStream is; + + private String searchmode; + + public String mercury3_query_string = ""; + + private String gui_queryString = ""; + + private String sortattribute = ""; + + public HashMap solr_facets_map = null; + + public Float maxScore; + + public String facet_str = " "; + + public String facet_str2 = " "; + + public int found; + + public int start; + + private int pageSize; + + private String searchStatus; + + public String queryString = " "; + + public String full_queryString = " "; + + public String plainqueryString = ""; + + private List accountsList; + + private ArrayList j_Docs; + + private int current_page; + + private int num_pages; + + public int page_max_count; + + public String nb; + + private Response res; + + private ArrayList briefResList; + + private boolean showFacets; + + private Map facets = null; + + private ArrayList j_facets = null; + + private List> documents = null; + + private String hideDS = ""; + + private String fileurl = ""; + + private String pid = ""; + + private List d1Docs = null; + + public String getPid() { + return pid; + } + + public void setPid(String _pid) { + this.pid = _pid; + } + + public String getHideDS() { + return hideDS; + } + + public void setHideDS(String hideDS) { + this.hideDS = hideDS; + } + + public List> getDocuments() { + return documents; + } + + public void setDocuments(List> documents) { + this.documents = documents; + } + + public Map getFacets() { + return facets; + } + + public void setFacets(Map facets) { + this.facets = facets; + } + + public Response getRes() { + return res; + } + + public void setRes(Response res) { + this.res = res; + } + + /** + * @return Returns the accountsList. + */ + public List getAccountsList() { + return accountsList; + } + + /** + * @param accountsList + * The accountsList to set. + */ + public void setAccountsList(List accountsList) { + this.accountsList = accountsList; + } + + public ArrayList getJ_facets() { + return j_facets; + } + + public void setJ_facets(ArrayList j_facets) { + this.j_facets = j_facets; + } + + public ArrayList getJ_Docs() { + return j_Docs; + } + + public void setJ_Docs(ArrayList docs) { + j_Docs = docs; + } + + public String getQueryString() { + return queryString; + } + + public void setQueryString(String queryString) { + this.queryString = queryString; + } + + public int getFound() { + return found; + } + + public void setFound(int found) { + this.found = found; + } + + public String getSearchStatus() { + return searchStatus; + } + + public void setSearchStatus(String searchStatus) { + this.searchStatus = searchStatus; + } + + public int getPageSize() { + return pageSize; + } + + public void setPageSize(int pageSize) { + this.pageSize = pageSize; + } + + public int getStart() { + return start; + } + + public void setStart(int start) { + this.start = start; + } + + public int getCurrent_page() { + return current_page; + } + + public void setCurrent_page(int current_page) { + this.current_page = current_page; + } + + public int getNum_pages() { + return num_pages; + } + + public void setNum_pages(int num_pages) { + this.num_pages = num_pages; + } + + public int getPage_max_count() { + return page_max_count; + } + + public void setPage_max_count(int page_max_count) { + this.page_max_count = page_max_count; + } + + public String getNb() { + return nb; + } + + public void setNb(String nb) { + this.nb = nb; + } + + public String getFacet_str() { + return facet_str; + } + + public void setFacet_str(String facet_str) { + this.facet_str = facet_str; + } + + public HashMap getSolr_facets_map() { + return solr_facets_map; + } + + public void setSolr_facets_map(HashMap solr_facets_map) { + this.solr_facets_map = solr_facets_map; + } + + public String getSortattribute() { + return sortattribute; + } + + public void setSortattribute(String sortattribute) { + this.sortattribute = sortattribute; + } + + public String getGui_queryString() { + return gui_queryString; + } + + public void setGui_queryString(String gui_queryString) { + this.gui_queryString = gui_queryString; + } + + public String getMercury3_query_string() { + return mercury3_query_string; + } + + public void setMercury3_query_string(String mercury3_query_string) { + this.mercury3_query_string = mercury3_query_string; + } + + public String getFacet_str2() { + return facet_str2; + } + + public void setFacet_str2(String facet_str2) { + this.facet_str2 = facet_str2; + } + + public Float getMaxScore() { + return maxScore; + } + + public void setMaxScore(Float maxScore) { + this.maxScore = maxScore; + } + + public ArrayList getBriefResList() { + return briefResList; + } + + public void setBriefResList(ArrayList briefResList) { + this.briefResList = briefResList; + } + + public String getContents() { + return contents; + } + + public void setContents(String contents) { + this.contents = contents; + } + + public InputStream getIs() { + return is; + } + + public void setIs(InputStream is) { + this.is = is; + } + + public String getHtmltext() { + return htmltext; + } + + public void setHtmltext(String htmltext) { + this.htmltext = htmltext; + } + + public String getFull_queryString() { + return full_queryString; + } + + public void setFull_queryString(String full_queryString) { + this.full_queryString = full_queryString; + } + + public String getDatasource() { + return datasource; + } + + public void setDatasource(String datasource) { + this.datasource = datasource; + } + + public boolean isShowFacets() { + return showFacets; + } + + public void setShowFacets(boolean showFacets) { + this.showFacets = showFacets; + } + + public boolean isGeoError() { + return geoError; + } + + public void setGeoError(boolean geoError) { + this.geoError = geoError; + } + + public String getBrowseStatus() { + return browseStatus; + } + + public void setBrowseStatus(String browseStatus) { + this.browseStatus = browseStatus; + } + + public String getPlainqueryString() { + return plainqueryString; + } + + public void setPlainqueryString(String plainqueryString) { + this.plainqueryString = plainqueryString; + } + + public String getDatasourcemap() { + return datasourcemap; + } + + public void setDatasourcemap(String datasourcemap) { + this.datasourcemap = datasourcemap; + } + + public String getFileId() { + return fileId; + } + + public void setFileId(String fileId) { + this.fileId = fileId; + } + + public String getFromBrief() { + return fromBrief; + } + + public void setFromBrief(String fromBrief) { + this.fromBrief = fromBrief; + } + + public HashMap getCart_urls() { + return cart_urls; + } + + public void setCart_urls(HashMap cart_urls) { + this.cart_urls = cart_urls; + } + + public String getErrorMsg() { + return errorMsg; + } + + public void setErrorMsg(String errorMsg) { + this.errorMsg = errorMsg; + } + + public String getSearchmode() { + return searchmode; + } + + public void setSearchmode(String searchmode) { + this.searchmode = searchmode; + } + + public ArrayList> getMlt_list() { + return mlt_list; + } + + public void setMlt_list(ArrayList> mlt_list) { + this.mlt_list = mlt_list; + } + + public String getEmlContents() { + return emlContents; + } + + public void setEmlContents(String emlContents) { + this.emlContents = emlContents; + } + + public String getFileName() { + return fileName; + } + + public void setFileName(String fileName) { + this.fileName = fileName; + } + + public String getDatasourceCode() { + return datasourceCode; + } + + public void setDatasourceCode(String datasourceCode) { + this.datasourceCode = datasourceCode; + } + + public String getFileurl() { + return fileurl; + } + + public void setFileurl(String fileurl) { + this.fileurl = fileurl; + } + + public String getSuggestion() { + return suggestion; + } + + public void setSuggestion(String suggestion) { + this.suggestion = suggestion; + } + + private String isoContents = ""; + + public String getIsoContents() { + return isoContents; + } + + public void setIsoContents(String isoContents) { + this.isoContents = isoContents; + } + + public List getD1Docs() { + if (d1Docs == null) { + d1Docs = new ArrayList(); + } + return d1Docs; + } + + public void setD1Docs(List d1Docs) { + this.d1Docs = d1Docs; + } + + public int getD1DocsSize() { + return getD1Docs().size(); + } + + public int getD1DataDocCount() { + return getD1DocsSize() - 1; + } + +} Index: src/main/java/gov/ornl/mercury3/web/SolrClientController.java =================================================================== --- src/main/java/gov/ornl/mercury3/web/SolrClientController.java (revision 9415) +++ src/main/java/gov/ornl/mercury3/web/SolrClientController.java (working copy) @@ -1736,6 +1736,9 @@ htmlContent.append(inputLine); } std.setContents(htmlContent.toString()); + String pid = request.getParameter("pid"); + std.setPid(pid); + System.out.println("******PID: " + pid); } catch (Exception ex) { System.err.println("IOException caught..."); ex.printStackTrace(); #P d1_mercury_ui Index: src/main/webapp/WEB-INF/views/brief.jsp =================================================================== --- src/main/webapp/WEB-INF/views/brief.jsp (revision 9587) +++ src/main/webapp/WEB-INF/views/brief.jsp (working copy) @@ -438,7 +438,7 @@ + onclick="window.location='../send/xsltText2?pid=${briefRes.id}&fileURL=${briefRes.fileID}&full_datasource=${briefRes.datasource}&full_queryString=${solrTransactionDetail.gui_queryString}&ds_id=${fn:substringAfter(briefRes.ogc_url,'=')}'">View full metadata Index: src/main/webapp/WEB-INF/views/eml.xsl =================================================================== --- src/main/webapp/WEB-INF/views/eml.xsl (revision 8333) +++ src/main/webapp/WEB-INF/views/eml.xsl (working copy) @@ -1,1141 +1,1143 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Entity Description

- - - - - - - - - - - -
- - - - - - - - -

Attributes Description

- - - - - - - - - - - - - - - - - - - - -
- - - - -

Attribute Domain

- - - - - - - -
- - - - - -

Attribute Method

- - - - - - - -
- - - - - -

Attribute Coverage

- - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Inline Data

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

Citation Description

-
- - - - -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - -
-

Software Description

-
- - - - -
-
-
-
- - - - - - - - - - - - - - - - - - - - - -
-

Protocol Description

-
- - - - -
-
-
-
- - - - - - - -
- &displaymodule=additionalmetadata&additionalmetadataindex= - Additional Metadata -
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Document Identifier: +
+ + + + +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Entity Description

+ + + + + + + + + + + +
+ + + + + + + + +

Attributes Description

+ + + + + + + + + + + + + + + + + + + + +
+ + + + +

Attribute Domain

+ + + + + + + +
+ + + + + +

Attribute Method

+ + + + + + + +
+ + + + + +

Attribute Coverage

+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Inline Data

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Citation Description

+
+ + + + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+

Software Description

+
+ + + + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+

Protocol Description

+
+ + + + +
+
+
+
+ + + + + + + +
+ &displaymodule=additionalmetadata&additionalmetadataindex= + Additional Metadata +
+
+
Index: src/main/webapp/WEB-INF/views/FGDCPlus.xsl =================================================================== --- src/main/webapp/WEB-INF/views/FGDCPlus.xsl (revision 8333) +++ src/main/webapp/WEB-INF/views/FGDCPlus.xsl (working copy) @@ -1,5077 +1,5081 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <xsl:value-of select="/metadata/idinfo/citation/citeinfo/title[normalize-space(.)]"/> - - - Metadata - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Access constraints: ; - - - Use constraints: - - - - - - - - - - -
- - - - - - Metadata - - -
- -
- - - - - - - - - - - - - - -
- -
FGDC - - - , ESRI - - - - , Biological - - - , Shoreline - - Metadata
- - - -
- - Description - - - Graphic - - - Spatial - - - Data Structure - - - Data Quality - - - Data Source - - - Data Distribution - - - Metadata - -
-
- - - - - - - - -
- -
-
- - - - -
-
-
+ Resource Description
-
-
- - - - - - - - - - - - - - - -
-
-
-
- - - - -
-
-
+ Graphic Example
-
-
- -
-
-
-
- - - - -
-
-
+ Spatial Reference Information
-
-
- - - -
-
-
-
- - - - -
-
-
+ Data Structure and Attribute Information
-
-
- - - - - - - - - - - - -
-
-
-
- - - - -
-
-
+ Data Quality and Accuracy Information
-
-
- - - -
-
-
-
- - - - -
-
-
+ Data Source and Process Information
-
-
- - - - - - - - - -
-
-
-
- - - - -
-
-
+ Data Distribution Information
-
-
- - - -
-
-
- - - - - -
-
-
-
-
- - - - -
-
-
+ Metadata Reference
-
-
- - - - - - -
-
-
-
- - - - - - - - -
-
Citation
-
-
-
Information used to reference the data.
- - - - -
-
-
- - - - - -
-
Description
-
-
-
A characterization of the data, including its intended use and limitations.
- -
Abstract:
-
- -
Purpose:
-
- -
Supplemental information:
-
- -
Dataset credit:
-
- - -
Language of dataset:
-
-
-
-
-
- - - - -
-
Point Of Contact
-
-
-
Contact information for the individual or organization that is knowledgeable about the data.
- -
-
-
- - - - - -
-
Data Type
-
-
-
How the data are represented, formatted and maintained by the data producing organization.
- - - -
File or table name:
-
- -
Data type:
-
-
- - -
Data format:
-
- -
Native dataset environment:
-
-
-
-
-
- - - - -
-
Data Access Constraints
-
-
-
Restrictions and legal prerequisites for accessing or using the data after access is granted.
- -
Access constraints:
-
- -
Use constraints:
-
-
-
-
- - - - -
-
Time Period of Data
-
-
-
Time period(s) for which the data corresponds to the currentness reference.
- -
-
-
- - - - -
-
Status
-
-
-
The state of and maintenance information for the data.
- -
Data status:
-
- -
Update frequency:
-
-
-
-
- - - - -
-
Key Words
-
-
-
Words or phrases that summarize certain aspects of the data.
- -
Theme:
-
- -
Keywords: - - - , - -
-
- -
Keyword thesaurus:
-
-
-
- -
Place:
-
- -
Keywords: - - - , - -
-
- -
Keyword thesaurus:
-
-
-
- -
Stratum:
-
- -
Keywords: - - - , - -
-
- -
Keyword thesaurus:
-
-
-
- -
Temporal:
-
- -
Keywords: - - - , - -
-
- -
Keyword thesaurus:
-
-
-
-
-
-
- - - - -
-
Spatial Domain
-
-
-
The geographic areal domain of the data that describes the western, eastern, northern, and southern geographic limits of data coverage.
-
Bounding Coordinates
-
- - - - -
In Projected or local coordinates
-
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BoundaryCoordinate
Left - - () - -
Right - - () - -
Top - - () - -
Bottom - - () - -
-
-
- -
In Unprojected coordinates (geographic)
-
- - -
-
- - - - - - - - - - - - - - -
BoundaryCoordinate
West (longitude)
East (longitude)
North (latitude)
South (latitude)
-
-
- - - -
- -
Data set Geographic Polygon
-
- -
Data set G-Polygon :
-
- -
Outer G-Ring point coordinates
-
- - -
G-Ring:
-
-
-
- -
Exclusion G-Ring point coordinates
-
- - -
G-Ring:
-
-
-
-
-
-
-
- -
Altitude
-
- - -
Minimun altitude:
-
- - -
Maximum altitude:
-
- - -
Altitude units: >
-
-
-
- - - -
Data frame count:
-
- -
Data frame name:
-
-
-
-
-
- - - - -
-
Data Security Information
-
-
-
Handling restrictions imposed on the data because of national security, privacy or other concerns.
- -
Security classifiction system:
-
- -
Security classification:
-
- -
Security handling:
-
-
-
-
- - - - -
-
Cross Reference
-
-
-
Information about other, related data sets that are likely to be of interest.
- - -
Association description:
-
- - - -
-
-
- - - - -
-
Browse Graphic
-
-
-
Graphic illustration of the data.
- - - - -
Browse graphic
-
- - -
- - Open - - - - - -
-
nothingGraphic Image
-
- -
- - Open - - - - - -
-
-
-
- - -
-
-
-
-
-
- - - - - - -
-
General
-
-
-
Information about the fidelity of relationships, data quality and accuracy tests, omissions, selection criteria, generalization, and definitions used to derive the data.
- -
Logical consistency report:
-
- -
Completeness report:
-
- -
Cloud cover:
-
-
-
-
- - - - -
-
Attribute Accuracy
-
-
-
Accuracy of the identification of data entities, features and assignment of attribute values.
- -
Attribute accuracy report:
-
- -
Attribute accuracy assessment:
-
Accuracy values
-
- - - -
-
- -
(value unknown)
-
-
-
- -
Explanation:
-
-
-
-
-
-
-
-
- - - - -
-
Positional Accuracy
-
-
-
Accuracy of the positional aspects of the data.
- - -
Horizontal accuracy report:
-
- -
Horizontal positional accuracy assessment:
-
Accuracy values
-
- - - -
-
- -
(value unknown)
-
-
-
- -
Explanation:
-
-
-
-
-
-
- - -
Vertical accuracy report:
-
- -
Vertical positional accuracy assessment:
-
Accuracy values
-
- - - -
-
- -
(value unknown)
-
-
-
- -
Explanation:
-
-
-
-
-
-
-
-
-
- - - - -
-
Data Sources
-
-
-
Information about the source data used to construct or derive the data.
-
Data source information
-
- - - -
-
-
-
- - - - -
-
Process Steps
-
-
-
Information about events, parameters, tolerances and techniques applied to construct or derive the data.
-
Process step information
-
- -
Process Step
-
- - - - -
Process description:
-
- - - - -
Process date: - Process time: -
-
- - - -
Process software and version:
-
- -
Data Source used
-
- - - - - - - - - - - - - - - -
-
-
-
-
-
- -
Data Source produced
-
- - - - - - - - - - - - - - - -
-
-
-
-
-
-
-
-
-
-
-
- - - - - -
-
ESRI geoprocessing history
-
-
-
Description of ESRI geoprocessing commands, settings, and tolerances applied to the data.
-
ESRI geoprocessing command information
-
- - -
- - - - - Process - -
-
- -
Date: - Time: -
-
- -
Tool location:
-
-
Command issued:
-
-
-
-
-
-
- - - - - - -
-
SDTS Feature Description
-
-
-
Description of point and vector spatial objects in the data using the Spatial Data Transfer Standards (SDTS) terminology.
-
Spatial data transfer standard (SDTS) terms
-
- - - - -
-
- -
Feature class
-
-
-
- -
Type:
-
- -
Count:
-
-
-
-
-
-
-
- - - - -
-
VPF Feature Description
-
-
-
Description of point and vector spatial objects in the data using the Vector Product Format (VPF) terminology.
-
Vector Product Format (VPF) terms
-
- - - - -
-
- -
Feature class
-
-
-
- -
VPF topology level:
-
- -
- -
Type:
-
- -
Count:
-
-
-
-
-
-
-
-
-
- - - - - -
-
ESRI Feature Description
-
-
-
Description of spatial objects in the data using the Environmental Systems Research Institute (ESRI) terminology.
-
Environmental Systems Research Institute (ESRI) terms
-
- - - - -
-
- -
Feature class
-
-
-
- -
ESRI feature type:
-
- -
Geometry type:
-
- -
Feature description:
-
- -
Topology:
-
- -
Feature count:
-
- -
Spatial index:
-
- -
Linear referencing:
-
- -
Network role:
-
- -
XY Rank:
-
- -
Z Rank:
-
- -
Topology weight:
-
- -
Events on validation:
-
- - - - -
Participates in topology rules
-
- - - - - - - - - - - - - - - - - - -
-
- -
Participates in topology rules:
-
- - - - - - - - - - - Rule Id: - - - , - - - - - -
-
-
-
-
-
-
-
-
-
- - - - - -
-
ESRI Geometric Network Information
-
-
-
Description of ESRI geometric network, which maintains topological relationships between the -features in many feature classes in a geodatabase.
- -
Network type:
-
- -
Connectivity rules
-
- -
- - - rule - - - Connectivity rule - - -
-
- -
Rule category:
-
- -
Rule description:
-
- -
-
From edge
-
- -
Feature class:
-
- -
Subtype code:
-
-
-
-
- -
-
To edge
-
- -
Feature class:
-
- -
Subtype code:
-
-
-
-
- - -
-
Edge
-
- -
Feature class:
-
- -
Subtype code:
-
- -
Cardinality
-
- -
Minimum:
-
- -
Maximum:
-
-
-
-
-
-
-
- - -
-
Junction
-
- -
Feature class:
-
- -
Subtype code:
-
- -
Cardinality
-
- -
Minimum:
-
- -
Maximum:
-
-
-
-
-
-
-
- -
-
Default Junction
-
- -
Feature class:
-
- -
Subtype code:
-
-
-
-
- -
Available junctions
- -
- -
Feature class:
-
- -
Subtype code:
-
-
-
-
-
-
-
-
- -
Network elements
-
- -
. Network element
-
- -
Ancillary role:
-
- -
Ancillary role attribute:
-
- -
Enabled attribute:
-
-
-
-
-
-
-
-
- - - - - -
-
ESRI Feature Topology Description
-
-
-
Name, Id, description, origin, and destination of ESRI feature topology rules.
- - - - -
Topology name:
-
- -
Cluster tolerance:
-
- -
Trusted area coordinates:
-
- -
Nothing trusted:
-
- -
Maximum error count:
-
-
- -
Topology rules
-
- - - -
-
-
-
-
-
- - - - -
-
Raster Information
-
-
-
Type and number of raster spatial objects in the data.
- - - -
Raster format:
-
- - -
Raster type:
-
- -
Raster object type:
-
- - -
Number of raster bands:
-
- -
Raster properties
-
- - -
Raster origin:
-
- - -
Has pyramid layers:
-
- - -
Has image colormap:
-
- - -
Compression type:
-
- - -
Raster display type:
-
-
-
- -
Cell information
-
- -
Number of cells on x-axis:
-
- -
Number of cells on y-axis:
-
- -
Number of cells on z-axis:
-
- - -
Bits per cell:
-
- - -
Background nodata value:
-
- -
Cell Size:
-
- - -
X direction:
-
- - -
X units:
-
- - -
Y direction:
-
- - -
Y units:
-
-
-
-
-
-
-
-
-
- - - - -
-
Terrain Information
-
-
-
Description of ESRI terrain class.
- - - -
Total number of points:
-
-
-
-
-
- - - - -
-
Address Locator Information
-
-
-
Geocoding information for ESRI address locators
- - - -
Address locator style:
-
- -
Input Fields
-
- - -
-
-
-
-
- -
Geocoding Rule Bases
-
- - -
Match rules:
-
- - -
Standardization rules:
-
- - -
Intersection match rules:
-
- - -
Intersection standardization rules:
-
-
-
- - -
Fallback matching:
-
-
-
-
-
- - - - - - -
-
Overview
-
-
-
Summary of the information content of the data, including other references to complete descriptions of entity types, attributes, and attribute values for the data.
- - -
Dataset overview:
-
- -
Entity and attribute overview:
-
- -
-
Entity and attribute detailed citation:
-
-
-
- - -
Direct spatial reference method:
-
- -
Indirect spatial reference method:
-
-
-
-
-
- - - - - - - - -
-
- - Attributes of - -
-
-
-
Detailed descriptions of entity type, attributes, and attribute values for the data.
- -
-
-
- -
-
- - Attributes of - -
-
-
-
Detailed descriptions of entity type, attributes, and attribute values for the data.
- -
-
-
-
-
- - - - - - - - - - -
Name:
-
-
- - -
Type of object:
-
- - - - - -
Geometry type:
-
-
-
-
- - -
Number of records:
-
- -
Description:
-
- -
Source:
-
- -
Attributes
-
- - - -
-
-
- -
Definition:
-
-
- - - Alias: - - - - Type: - - - - Width: - - - - Number of decimals: - - - - Precision: - - - - Scale: - - - - Output width: - - - - Attribute indexed: - -
- - -
Attribute value accuracy:
-
- -
Attribute value accuracy explanation:
-
-
- -
Attribute measurement frequency:
-
- -
Beginning date of attribute values:
-
- -
Ending date of attribute values:
-
- - -
Attribute values:
-
- -
Attribute domain values
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ValueDefinition
(not provided)
(definition not provided)
Definition Source:
(not provided)
(definition not provided)
-
-
- -
Attribute domain range
-
- - - - - - - - - - - - - - - - - - - - - - -
RangeValue
Minimum
Maximum
Mean
Standard deviation
Attribute units of measurement
Attribute measurement resolution
-
-
- -
Attribute value codeset domain
-
- - - - - - - - -
CodesetDescription
Name
Source
-
-
-
- -
Attribute definition source:
-
-
-
-
-
-
-
- - - - - - -
-
- - ESRI Subtypes of - -
-
-
-
Describes the subtypes that have been defined for a feature class in a geodatabase
- -
-
-
-
- - - - - -
In the following list the subtype code is followed by the subtype name. Attributes (subtype fields) for each subtype are described in terms of their default value, valid domain values, value after merging or splitting features, etc.
-
Subtypes
-
- - -
- - - - - - - -
- -
-
Attributes
-
- - - -
-
- -
Subtype field
-
-
-
- -
Default value:
-
- -
Attribute defined domain:
-
- -
Domain name:
-
- -
Domain description:
-
- -
Domain owner:
-
- -
Field type:
-
- -
Domain type:
-
- -
Merge rule:
-
- -
Split rule:
-
-
-
-
-
-
-
-
-
-
-
- -
In the following list the subtype code is followed by the subtype name
-
Subtypes
-
- - -
- - - - - - - -
-
-
-
-
-
- - - - - -
-
- - ESRI Relationship Class - -
-
-
-
Describes the relationships defined for feature classes and data tables in a geodatabase
- -
-
-
- - - -
Relationship information:
-
- -
Relationship cardinality:
-
- -
Attributed relationship:
-
- - - -
Type of relationship: Composite
-
- -
Type of relationship: Simple
-
-
-
- -
Notification direction:
-
- -
Forward label:
-
- -
Backward label:
-
-
-
Origin table information:
-
- -
Origin name:
-
- -
Primary key:
-
- -
Foreign key:
-
-
-
Destination table information:
-
- -
Origin name:
-
- -
Primary key:
-
- -
Foreign key:
-
-
-
- - - - - - -
-
General
-
-
-
Description of the data known by the party from whom the data may be obtained, liability of party distributing data, and technical capabilities required to use the data.
- -
Resource description:
-
- -
Distribution liability:
-
- -
Technical prerequisites:
-
-
-
-
- - - - -
-
Distribution Point of Contact
-
-
-
Contact information for the individual or organization distributing the data.
- -
-
-
- - - - -
-
Standard Order Process
-
-
-
Common ways in which data may be obtained.
- -
Non-digital form:
-
- -
Digital form:
-
- - -
Format name:
-
- -
Format version number:
-
- -
Format version date:
-
- -
Format specification:
-
- - - - -
Format information content:
-
- - -
Size of the data:
-
- -
Transfer size:
-
- -
File decompression technique:
-
-
- -
Digital transfer option:
-
- -
Online option:
-
- -
Computer information:
-
- -
Network address:
-
- -
Network resource name:
-
-
-
- - -
Spatial Database connection:
-
- -
Server:
-
- -
Instance:
-
- -
Database:
-
- -
User:
-
- -
Version:
-
-
-
- -
Dialup instructions:
-
- -
Lowest BPS:
-
- -
Highest BPS:
-
- -
Number DataBits:
-
- -
Number StopBits:
-
- -
Parity:
-
- -
Compression support:
-
- -
Dialup telephone:
-
- -
Dialup file name:
-
-
-
-
-
- -
Access instructions:
-
- -
Online computer and operating system:
-
-
-
- -
Offline option:
-
- -
Offline media:
-
- -
Recording capacity:
-
- -
Recording density:
-
- -
Recording density units:
-
-
-
- -
Recording format:
-
- -
Compatibility information:
-
-
-
-
-
-
-
- -
Fees:
-
- -
Ordering instructions:
-
- -
Turnaround:
-
-
-
-
- - - - -
-
Custom Order Process
-
-
-
Description of custom distribution services available.
-
Custom order process:
-
-
-
- - - - -
-
Available Time Period
-
-
-
Time when data is available from the distributer.
- -
-
-
- - - - - - -
-
Metadata Point of Contact
-
-
-
Contact information for the individual or organization responsible for the metadata information.
- -
-
-
- - - - -
-
Metadata Date
-
-
-
Dates associated with creating, updating and reviewing the metadata.
- -
Last updated:
-
- -
Last metadata review date:
-
- -
Future metadata review date:
-
- - -
Language of metadata:
-
-
-
-
- - - - -
-
Metadata Access Constraints
-
-
-
Restrictions and legal prerequisites for accessing or using the data after access is granted.
- -
Access constraints:
-
- -
Use constraints:
-
-
-
-
- - - - -
-
Metadata Security Information
-
-
-
Handling restrictions imposed on the metadata because of national security, privacy or other concerns.
- -
Security classifiction system:
-
- -
Security classification:
-
- -
Security handling:
-
-
-
-
- - - - -
-
Metadata Standards
-
-
-
Description of the metadata standard used to document the data and reference to any additional extended profiles to the standard used by the metadata producer.
- -
Standard name:
-
- -
Standard version:
-
- -
Time convention:
-
- -
Metadata profiles defining additonal information:
- -
- -
Profile:
-
-
- Online linkage: - - - , - -
-
-
-
-
-
-
- - - -
-
FGDC Plus Metadata Stylesheet
-
-
-
Stylesheet: FGDC Plus Stylesheet
-
File name: FGDC Plus.xsl
-
Version: 2.3
-
Description: This metadata is displayed using the FGDC Plus Stylesheet, which is an XSL template that can be used with ArcGIS software to display metadata. It displays metadata elements defined in the Content Standard for Digital Geospatial Metadata (CSDGM) - aka FGDC Standard, the ESRI Profile of CSDGM, the Biological Data Profile of CSDGM, and the Shoreline Data Profile of CSDGM. CSDGM is the US Federal Metadata standard. The Federal Geographic Data Committee originally adopted the CSDGM in 1994 and revised it in 1998. According to Executive Order 12096 all Federal agencies are ordered to use this standard to document geospatial data created as of January, 1995. The standard is often referred to as the FGDC Metadata Standard and has been implemented beyond the federal level with State and local governments adopting the metadata standard as well. -The Biological Data Profile broadens the application of the CSDGM so that it is more easily applied to biological data that are not explicitly geographic (laboratory results, field notes, specimen collections, research reports) but can be associated with a geographic location. Includes taxonomical vocabulary. The Shoreline Data Profile addresses variability in the definition and mapping of shorelines by providing a standardized set of terms and data elements required to support metadata for shoreline and coastal data sets. The FGDC Plus Stylesheet includes the Dublin Core Metadata Element Set. It supports W3C DOM compatible browsers such as IE7, IE6, Netscape 7, and Mozilla Firefox. It is in the public domain and may be freely used, modified, and redistributed. It is provided "AS-IS" without warranty or technical support.
-
Instructions: On the top of the page, click on the title of the dataset to toggle opening and closing of all metadata content sections or click section links listed horizontally below the title to open individual sections. Click on a section name (e.g. Description) to open and close section content. Within a section, click on a item name (Status, Key Words, etc.) to open and close individual content items. By default, the Citation information within the Description section is always open for display.
-
Download: FGDC Plus Stylesheet is available from the ArcScripts downloads at www.esri.com.
-
-
- - - - - - - -
-
Horizontal Coordinate System
-
-
-
Reference system from which linear or angular quantities are measured and assigned to the position that a point occupies.
- - -
Projected coordinate system:
-
- - -
Name:
-
- -
Map units:
-
-
-
- - -
Geographic coordinate system:
-
- - -
Name:
-
- -
Units:
-
-
-
- -
Coordinate System Details
-
- - - -
- -
-
-
-
-
- - - -
Geographic coordinate system
-
- -
Latitude resolution:
-
- -
Longitude resolution:
-
- -
Geographic coordinate units:
-
-
-
- - - - -
Map projection
-
- -
-
- - -
Grid coordinate system
-
- -
Grid coordinate system name:
-
- - -
Universal Transverse Mercator:
-
- -
UTM zone number:
-
- -
Transverse Mercator:
-
- -
-
- - -
Universal Polar Stereographic:
-
- -
UPS zone identifier:
-
- -
Polar Stereographic:
-
- -
-
- - -
State Plane Coordinate System:
-
- -
SPCS xone identifier:
-
- -
Lambert Conformal Conic:
-
- - -
Transverse Mercator:
-
- - -
Oblique Mercator:
-
- - -
Polyconic:
-
- -
-
- - -
ARC Coordinate System:
-
- -
ARC system zone identifier:
-
- -
Equirectangular:
-
- - -
Azimuthal Equidistant:
-
- -
-
- - -
Other Grid System's Definition:
-
-
-
- - -
Local Planar
-
- -
Description:
-
- -
Georeference Information:
-
-
-
- - -
Planar Coordinate Information
-
- -
Planar coordinate encoding method:
-
- -
Coordinate representation:
-
- -
Abscissa resolution:
-
- -
Ordinate resolution:
-
-
-
- -
Distance and bearing representation:
-
- -
Distance resolution:
-
- -
Bearing resolution:
-
- -
Bearing units:
-
- -
Bearing reference direction:
-
- -
Bearing reference meridian:
-
-
-
- -
Planar distance units:
-
-
-
-
- - - -
Local Coordinate System Details
-
- -
Description:
-
- -
Georeference information:
-
-
-
- - - -
Geodetic model
-
- -
Horizontal datum name:
-
- -
Ellipsoid name:
-
- -
Semi-major axis:
-
- -
Denominator of flattening ratio:
-
-
-
- - - - -
-
Vertical Coordinate System
-
-
-
Reference system from which vertical distances (altitudes or depths) are measured.
- -
Altitude system definition:
-
- -
Altitude datum name:
-
- -
Altitude resolution:
-
- -
Altitude distance units:
-
- -
Altitude encoding method:
-
-
-
- -
Depth system definition:
-
- -
Depth datum name:
-
- -
Depth resolution:
-
- -
Depth distance units:
-
- -
Depth encoding method:
-
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - -
Map projection name:
-
- - -
Standard parallel:
-
- - -
Longitude of central meridian:
-
- - -
Latitude of projection origin:
-
- - -
False easting:
-
- - -
False northing:
-
- - -
Scale factor at equator:
-
- - -
Height of perspective point above surface:
-
- - -
Longitude of projection center:
-
- - -
Latitude of projection center:
-
- - -
Scale factor at center line:
-
- - -
Oblique line azimuth:
-
- -
Azimuthal angle:
-
- -
Azimuthal measure point longitude:
-
-
-
- - -
Oblique line point:
-
- -
Oblique line latitude:
-
- -
Oblique line longitude:
-
-
-
- - -
Straight vertical longitude from pole:
-
- - -
Scale factor at projection origin:
-
- - -
Landsat number:
-
- - -
Path number:
-
- - -
Scale factor at central meridian:
-
- - -
Other projection's definition:
-
- - - - - - - - - -
Date: - Time: -
-
- - - - -
- - - - -
Date: - Time: -
-
- -
-
- - - -
Beginning date: - Beginning time: -
-
- -
Ending date: - Ending time: -
-
- - - - - -
-
- -
Currentness reference:
-
-
- - - - -
Title:
-
- - - -
Originators:
-
- -
-
-
-
- - -
Series name:
-
- -
Series identification:
-
-
- - -
Publisher:
-
- -
Publication place:
-
-
- -
Publication date: - Publication time: -
-
- - -
Edition:
-
- -
Data type:
-
-
- - - - Data location: - - - , - - - -
- -
Other citation details:
-
- - -
Larger Work Citation
-
- -
-
-
- - - - - -
Organization:
-
- -
Person:
-
-
- - -
Person:
-
- -
Organization:
-
-
- -
Position:
-
- -
Phone:
-
- -
Fax:
-
- -
Telecommunications Device or Teletypewriter (TDD/TTY) phone:
-
- -
Email:
-
- -
Hours of service:
-
- -
Instructions:
-
- - -
Address type:
-
- -
- -
Address:
-
- -
City:
-
- -
State or Province:
-
- -
Postal code:
-
- -
Country:
-
-
-
-
-
- - - - - - > - - - - - - - - - - - - - - - - - - - - - - - - -
PointLongitudeLatitude
(not provided)(not provided)
-
- - - - - -
-
- -
Data Source
-
-
-
- - - - -
Map scale denominator:
-
- -
Media:
-
- -
Source contribution:
-
- - - -
Currentness reference:
-
-
-
-
- - - - - - - - - -
- - Any Rule Type - Line or Polygon Must Be Larger Than Cluster Tolerance - Polygon Must Not Have Gaps - Polygon Must Not Overlap - Polygon Must Be Covered By Feature Class Of - Polygon Must Cover Each Other - Polygon Must Be Covered By - Polygon Must Not Overlap With - Line Must Be Covered By Boundary Of - Point Must Be Covered By Boundary Of - Point Must Be Properly Inside Polygon - Line Must Not Overlap - Line Must Not Intersect - Line Must Not Have Dangles - Line Must Not Have Pseudonodes - Line Must Be Covered By Feature Class Of - Line Must Not Overlap With - Point Must Be Covered By Line - Point Must Be Covered By Endpoint Of - Polygon Boundary Must Be Covered By - Polygon Area Boundary Must Be Covered By Boundary Of - Line Must Not Self-Overlap - Line Must Not Self-Intersect - Line Must Not Intersect Or Touch Interior - Line Endpoint Must Be Covered By - Polygon Contains Point - Line Must Be Single Part - Unknown rule - -
-
-
- - -
-
-
-
- -
- -
Rule
-
-
-
- -
Rule Id:
-
- -
Rule type:
-
- -
Rule type description:
-
- - -
Rule type description: - - Used when querying. - Cluster tolerance is the minimum distance between vertices of features. Vertices that fall within the cluster tolerance are defined as coincident and are snapped together. - Polygons must not have a void between them within a feature class or subtype. Line errors are created from the outlines of void areas in a single polygon or between polygons. Polygon boundaries that are not coincident with other polygon boundaries are errors. - Polygons must not overlap within a feature class or subtype. Polygons can be disconnected or touch at a point or touch along an edge. Polygon errors are created from areas where polygons overlap. - Polygons in the first feature class or subtype must be covered by the polygons of the second feature class or subtype. Polygon errors are created from the uncovered areas of polygons in the first feature class or subtype. - All polygons in the first feature class or subtype and all polygons in the second feature class or subtype must cover each other. Polygon errors are created where any part of a polygon is not covered by one or more polygons in the other feature class or subtype. - Polygons in one feature class or subtype must be covered by a single polygon from another feature class or subtype. Polygon errors are created from polygons from the first feature class or subtype that are not covered by a single polygon from the second feature class or subtype. - Polygons of the first feature class or subtype must not overlap polygons of the second feature class or subtype. Polygon errors are created where polygons from the two feature classes or subtypes overlap. - Lines in one feature class or subtype must be covered by the boundaries of polygons in another feature class or subtype. Line errors are created on lines that are not covered by the boundaries of polygons. - Points in one feature class or subtype must touch boundaries of polygons from another feature class or subtype. Point errors are created where points do not touch the boundaries of polygons. - Points in one feature class or subtype must be inside polygons of another feature class or subtype. Point errors are created where the points are outside or touch the boundary of the polygons. - Lines must not overlap any part of another line within a feature class or subtype. Lines can touch, intersect and overlap themselves. Line errors are created where lines overlap. - Lines must not cross or overlap any part of another line within the same feature class or subtype. Line errors are created where lines overlap, and point errors are created where lines cross. - The end of a line must touch any part of one other line or any part of itself within a feature class or subtype. Point errors are created at the end of a line that does not touch at least one other line or itself. - The end of a line cannot touch the end of only one other line within a feature class or subtype. The end of a line can touch any part of itself. Point errors are created where the end of a line touches the end of only one other line. - Lines in one feature class or subtype must be covered by lines in another feature class or subtype. Line errors are created on the lines in the first feature class that are not covered by the lines in the second feature class. - Lines in one feature class or subtype must not overlap any part of another line in another feature class or subtype. Line errors are created where lines from two feature classes or subtypes overlap. - Points in one feature class or subtype must be covered by lines in another feature class or subtype. Point errors are created on the points that are not covered by lines. - Points in one feature class or subtype must be covered by the ends of lines in another feature class or subtype. Point errors are created on the points that are not covered by the ends of lines. - Polygon boundaries in one feature class or subtype must be covered by the lines of another feature class or subtype. Line errors are created where polygon boundares are not covered by a line of another feature class or subtype. - The boundaries of polygons in one feature class or subtype must be covered by the boundaries of polygons in another feature class or subtype. Line errors are created where polygon boundaries in the first feature class or subtype are not covered by the boundaries of polygons in another feature class or subtype. - Lines must not overlap themselves within a feature class or subtype. Lines can touch, intersect, and overlap lines in another feature class or subtype. Line errors are created where lines overlap themselves. - Lines must not cross or overlap themselves within a feature class or subtype. Lines can touch themselves and touch, intersect, and overlap other lines. Line errors are created where lines overlap themselves, and point errors are created where lines cross themselves. - Lines can only touch at their ends and must not overlap each other within a feature class or subtype. Lines can touch, intersect, and overlap themselves. Line errors are created where lines overlap, and point errors are created where lines cross or touch. - The ends of lines in one feature class or subtype must be covered by points in another feature class or subtype. Point errors are created at then ends of lines that are not covered by a point. - Each polygon of the first feature class or subtype must contain within its boundaries at least one point of the second feature class or subtype. Polyon errors are created from the polygons that do not contain at least one point. A point on the boundary of a polygon is not contained in that polygon. - Lines within a feature class or subtype must only have one part. Multipart line errors are created where lines have more than one part. - Unknown rule - -
-
-
- -
Origin
-
- -
Feature class:
-
- - -
Subtype code and name: - - -
-
- - -
Applies to all origin subtypes:
-
-
-
-
-
- -
Destination
-
- -
Feature class:
-
- - -
Subtype code and name: - - -
-
- - -
Applies to all destination subtypes:
-
-
-
-
-
-
-
- - - - -
Description of geographic extent:
-
-
- - - - -
Bounding altitude
-
- -
Altitude minimum:
-
- -
Altitude maximum:
-
> -
-
-
- - - - -
ASCII file structure:
-
- -
Record delimiter:
-
- -
Number header lines:
-
- -
Description of header content:
-
- -
Orientation:
-
- -
Case sensetive:
-
- -
Authentication:
-
- -
Quote character:
-
- -
Data fields
-
- - - -
-
-
- -
Missing value code:
-
- -
Data field width delimiter:
-
- -
Data field width:
-
-
-
-
-
-
-
-
-
- - - - -
-
Taxonomy
-
-
-
Information on the one or more taxa included in the data set, including keywords, taxonomic system and coverage information, and taxonomic classification system.
- -
Key Words:
-
- -
Taxonomic:
-
- -
Keywords: - - - , - -
-
- -
Keyword thesaurus:
-
-
-
-
-
- -
Taxonomic system:
-
- - -
Classification system or authority:
-
- -
Classification system citation:
-
- -
-
- -
Classification system modification:
-
-
-
- -
Identification reference:
-
- -
-
- -
Identifier:
-
- -
-
- -
Taxonomic procedures:
-
- -
Taxonomic completeness:
-
- -
Vouchers:
-
- -
Specimen:
-
- -
Repository:
-
- -
-
-
-
-
-
-
- -
General taxonomic coverage:
-
- -
Taxonomic Classification
-
- - -
-
-
-
-
- - - - - -
- - - - : - - - -
-
- -
Common name:
-
- -
-
- -
- - - - - : - - - - -
- -
Common name:
-
-
-
-
- - - - -
-
Analytical Tools
-
-
-
Tools, models or statistical procedures that the data set is intrinsically bound to and are available for use in analyzing the data set.
- -
Tool Description:
-
- -
Tool Access Information:
-
- - -
- Online linkage: - - - , - -
-
- -
Tool access instructions:
-
- -
Tool computer and operating system:
-
-
-
-
- -
Tool contact:
-
- -
-
- -
Tool citation:
-
- -
-
-
-
-
- - - - -
-
Methodology
-
-
-
Information about individual steps of field and/or biological laboratory work.
-
Methodology information
-
- - - -
-
-
-
- - - -
Method
-
- -
Methodology Type:
-
- -
Methodology identifier:
-
- -
Keywords: - - - , - -
-
- -
Keyword thesaurus:
-
-
-
- -
Methodology Description:
-
- -
Citation:
-
- -
-
- -
Source contribution:
-
- - - -
Currentness reference:
-
-
-
-
- - - -
Beginning geologic age:
-
- -
-
- - - -
Ending geologic age:
-
- -
-
- - - -
Geologic age:
-
- -
Geologic time scale:
-
- -
Geologic age estimate:
-
- -
Geologic age uncertainty:
-
- -
Geologic age explanation:
-
- -
Geologic citation:
-
- -
-
-
-
- - - - -
Process step citation:
-
-
- - - - -
-
Shoreline Data
-
-
-
Description of critical processes and conditions that revolve around creating and collecting shoreline data and data that intersects shoreline data.
- -
Tidal information:
-
- -
Type of tide:
-
- -
Time of tide:
-
- -
Tide table reference:
-
- -
Supplemental tidal information:
-
-
-
- -
Marine weather condition:
-
- -
Wind speed:
-
- -
Wind direction:
-
- -
Wave height:
-
- -
Barometric pressure:
-
-
-
- -
Environmental event:
-
-
-
-
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <xsl:value-of select="/metadata/idinfo/citation/citeinfo/title[normalize-space(.)]"/> + + + Metadata + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Access constraints: ; + + + Use constraints: + + + + + + + + + + +
+ + + + + + Metadata + + +
+ +
+ + + + + + - + + + + - + + +
+ +
FGDC + + + , ESRI + + + + , Biological + + + , Shoreline + + Metadata
+ + + +
+ + Description + + + Graphic + + + Spatial + + + Data Structure + + + Data Quality + + + Data Source + + + Data Distribution + + + Metadata + +
+
+ + + + + + + + +
+ +
+
+ + + + +
+
+
+ Resource Description
+
+
+ + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+
+
+ Graphic Example
+
+
+ +
+
+
+
+ + + + +
+
+
+ Spatial Reference Information
+
+
+ + + +
+
+
+
+ + + + +
+
+
+ Data Structure and Attribute Information
+
+
+ + + + + + + + + + + + +
+
+
+
+ + + + +
+
+
+ Data Quality and Accuracy Information
+
+
+ + + +
+
+
+
+ + + + +
+
+
+ Data Source and Process Information
+
+
+ + + + + + + + + +
+
+
+
+ + + + +
+
+
+ Data Distribution Information
+
+
+ + + +
+
+
+ + + + + +
+
+
+
+
+ + + + +
+
+
+ Metadata Reference
+
+
+ + + + + + +
+
+
+
+ + + + + + + + +
+
Citation
+
+
+
Information used to reference the data.
+ + + + +
+
+
+ + + + + +
+
Description
+
+
+
A characterization of the data, including its intended use and limitations.
+ +
Abstract:
+
+ +
Purpose:
+
+ +
Supplemental information:
+
+ +
Dataset credit:
+
+ + +
Language of dataset:
+
+
+
+
+
+ + + + +
+
Point Of Contact
+
+
+
Contact information for the individual or organization that is knowledgeable about the data.
+ +
+
+
+ + + + + +
+
Data Type
+
+
+
How the data are represented, formatted and maintained by the data producing organization.
+ + + +
File or table name:
+
+ +
Data type:
+
+
+ + +
Data format:
+
+ +
Native dataset environment:
+
+
+
+
+
+ + + + +
+
Data Access Constraints
+
+
+
Restrictions and legal prerequisites for accessing or using the data after access is granted.
+ +
Access constraints:
+
+ +
Use constraints:
+
+
+
+
+ + + + +
+
Time Period of Data
+
+
+
Time period(s) for which the data corresponds to the currentness reference.
+ +
+
+
+ + + + +
+
Status
+
+
+
The state of and maintenance information for the data.
+ +
Data status:
+
+ +
Update frequency:
+
+
+
+
+ + + + +
+
Key Words
+
+
+
Words or phrases that summarize certain aspects of the data.
+ +
Theme:
+
+ +
Keywords: + + + , + +
+
+ +
Keyword thesaurus:
+
+
+
+ +
Place:
+
+ +
Keywords: + + + , + +
+
+ +
Keyword thesaurus:
+
+
+
+ +
Stratum:
+
+ +
Keywords: + + + , + +
+
+ +
Keyword thesaurus:
+
+
+
+ +
Temporal:
+
+ +
Keywords: + + + , + +
+
+ +
Keyword thesaurus:
+
+
+
+
+
+
+ + + + +
+
Spatial Domain
+
+
+
The geographic areal domain of the data that describes the western, eastern, northern, and southern geographic limits of data coverage.
+
Bounding Coordinates
+
+ + + + +
In Projected or local coordinates
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BoundaryCoordinate
Left + + () + +
Right + + () + +
Top + + () + +
Bottom + + () + +
+
+
+ +
In Unprojected coordinates (geographic)
+
+ + +
+
+ + + + + + + + + + + + + + +
BoundaryCoordinate
West (longitude)
East (longitude)
North (latitude)
South (latitude)
+
+
+ + + +
+ +
Data set Geographic Polygon
+
+ +
Data set G-Polygon :
+
+ +
Outer G-Ring point coordinates
+
+ + +
G-Ring:
+
+
+
+ +
Exclusion G-Ring point coordinates
+
+ + +
G-Ring:
+
+
+
+
+
+
+
+ +
Altitude
+
+ + +
Minimun altitude:
+
+ + +
Maximum altitude:
+
+ + +
Altitude units: >
+
+
+
+ + + +
Data frame count:
+
+ +
Data frame name:
+
+
+
+
+
+ + + + +
+
Data Security Information
+
+
+
Handling restrictions imposed on the data because of national security, privacy or other concerns.
+ +
Security classifiction system:
+
+ +
Security classification:
+
+ +
Security handling:
+
+
+
+
+ + + + +
+
Cross Reference
+
+
+
Information about other, related data sets that are likely to be of interest.
+ + +
Association description:
+
+ + + +
+
+
+ + + + +
+
Browse Graphic
+
+
+
Graphic illustration of the data.
+ + + + +
Browse graphic
+
+ + +
+ + Open + + + - + +
+
nothingGraphic Image
+
+ +
+ + Open + + + - + +
+
+
+
+ + +
+
+
+
+
+
+ + + + + + +
+
General
+
+
+
Information about the fidelity of relationships, data quality and accuracy tests, omissions, selection criteria, generalization, and definitions used to derive the data.
+ +
Logical consistency report:
+
+ +
Completeness report:
+
+ +
Cloud cover:
+
+
+
+
+ + + + +
+
Attribute Accuracy
+
+
+
Accuracy of the identification of data entities, features and assignment of attribute values.
+ +
Attribute accuracy report:
+
+ +
Attribute accuracy assessment:
+
Accuracy values
+
+ + + +
+
+ +
(value unknown)
+
+
+
+ +
Explanation:
+
+
+
+
+
+
+
+
+ + + + +
+
Positional Accuracy
+
+
+
Accuracy of the positional aspects of the data.
+ + +
Horizontal accuracy report:
+
+ +
Horizontal positional accuracy assessment:
+
Accuracy values
+
+ + + +
+
+ +
(value unknown)
+
+
+
+ +
Explanation:
+
+
+
+
+
+
+ + +
Vertical accuracy report:
+
+ +
Vertical positional accuracy assessment:
+
Accuracy values
+
+ + + +
+
+ +
(value unknown)
+
+
+
+ +
Explanation:
+
+
+
+
+
+
+
+
+
+ + + + +
+
Data Sources
+
+
+
Information about the source data used to construct or derive the data.
+
Data source information
+
+ + + +
+
+
+
+ + + + +
+
Process Steps
+
+
+
Information about events, parameters, tolerances and techniques applied to construct or derive the data.
+
Process step information
+
+ +
Process Step
+
+ + + + +
Process description:
+
+ + + + +
Process date: + Process time: +
+
+ + + +
Process software and version:
+
+ +
Data Source used
+
+ + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
Data Source produced
+
+ + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
ESRI geoprocessing history
+
+
+
Description of ESRI geoprocessing commands, settings, and tolerances applied to the data.
+
ESRI geoprocessing command information
+
+ + +
+ + + + + Process + +
+
+ +
Date: + Time: +
+
+ +
Tool location:
+
+
Command issued:
+
+
+
+
+
+
+ + + + + + +
+
SDTS Feature Description
+
+
+
Description of point and vector spatial objects in the data using the Spatial Data Transfer Standards (SDTS) terminology.
+
Spatial data transfer standard (SDTS) terms
+
+ + + + +
+
+ +
Feature class
+
+
+
+ +
Type:
+
+ +
Count:
+
+
+
+
+
+
+
+ + + + +
+
VPF Feature Description
+
+
+
Description of point and vector spatial objects in the data using the Vector Product Format (VPF) terminology.
+
Vector Product Format (VPF) terms
+
+ + + + +
+
+ +
Feature class
+
+
+
+ +
VPF topology level:
+
+ +
+ +
Type:
+
+ +
Count:
+
+
+
+
+
+
+
+
+
+ + + + + +
+
ESRI Feature Description
+
+
+
Description of spatial objects in the data using the Environmental Systems Research Institute (ESRI) terminology.
+
Environmental Systems Research Institute (ESRI) terms
+
+ + + + +
+
+ +
Feature class
+
+
+
+ +
ESRI feature type:
+
+ +
Geometry type:
+
+ +
Feature description:
+
+ +
Topology:
+
+ +
Feature count:
+
+ +
Spatial index:
+
+ +
Linear referencing:
+
+ +
Network role:
+
+ +
XY Rank:
+
+ +
Z Rank:
+
+ +
Topology weight:
+
+ +
Events on validation:
+
+ + + + +
Participates in topology rules
+
+ + + + + + + + + + + + + + + + + + +
+
+ +
Participates in topology rules:
+
+ + + + + + + + + + + Rule Id: + + + , + + + + + +
+
+
+
+
+
+
+
+
+
+ + + + + +
+
ESRI Geometric Network Information
+
+
+
Description of ESRI geometric network, which maintains topological relationships between the +features in many feature classes in a geodatabase.
+ +
Network type:
+
+ +
Connectivity rules
+
+ +
+ + + rule + + + Connectivity rule + + +
+
+ +
Rule category:
+
+ +
Rule description:
+
+ +
+
From edge
+
+ +
Feature class:
+
+ +
Subtype code:
+
+
+
+
+ +
+
To edge
+
+ +
Feature class:
+
+ +
Subtype code:
+
+
+
+
+ + +
+
Edge
+
+ +
Feature class:
+
+ +
Subtype code:
+
+ +
Cardinality
+
+ +
Minimum:
+
+ +
Maximum:
+
+
+
+
+
+
+
+ + +
+
Junction
+
+ +
Feature class:
+
+ +
Subtype code:
+
+ +
Cardinality
+
+ +
Minimum:
+
+ +
Maximum:
+
+
+
+
+
+
+
+ +
+
Default Junction
+
+ +
Feature class:
+
+ +
Subtype code:
+
+
+
+
+ +
Available junctions
+ +
+ +
Feature class:
+
+ +
Subtype code:
+
+
+
+
+
+
+
+
+ +
Network elements
+
+ +
. Network element
+
+ +
Ancillary role:
+
+ +
Ancillary role attribute:
+
+ +
Enabled attribute:
+
+
+
+
+
+
+
+
+ + + + + +
+
ESRI Feature Topology Description
+
+
+
Name, Id, description, origin, and destination of ESRI feature topology rules.
+ + + + +
Topology name:
+
+ +
Cluster tolerance:
+
+ +
Trusted area coordinates:
+
+ +
Nothing trusted:
+
+ +
Maximum error count:
+
+
+ +
Topology rules
+
+ + + +
+
+
+
+
+
+ + + + +
+
Raster Information
+
+
+
Type and number of raster spatial objects in the data.
+ + + +
Raster format:
+
+ + +
Raster type:
+
+ +
Raster object type:
+
+ + +
Number of raster bands:
+
+ +
Raster properties
+
+ + +
Raster origin:
+
+ + +
Has pyramid layers:
+
+ + +
Has image colormap:
+
+ + +
Compression type:
+
+ + +
Raster display type:
+
+
+
+ +
Cell information
+
+ +
Number of cells on x-axis:
+
+ +
Number of cells on y-axis:
+
+ +
Number of cells on z-axis:
+
+ + +
Bits per cell:
+
+ + +
Background nodata value:
+
+ +
Cell Size:
+
+ + +
X direction:
+
+ + +
X units:
+
+ + +
Y direction:
+
+ + +
Y units:
+
+
+
+
+
+
+
+
+
+ + + + +
+
Terrain Information
+
+
+
Description of ESRI terrain class.
+ + + +
Total number of points:
+
+
+
+
+
+ + + + +
+
Address Locator Information
+
+
+
Geocoding information for ESRI address locators
+ + + +
Address locator style:
+
+ +
Input Fields
+
+ + +
-
+
+
+
+ +
Geocoding Rule Bases
+
+ + +
Match rules:
+
+ + +
Standardization rules:
+
+ + +
Intersection match rules:
+
+ + +
Intersection standardization rules:
+
+
+
+ + +
Fallback matching:
+
+
+
+
+
+ + + + + + +
+
Overview
+
+
+
Summary of the information content of the data, including other references to complete descriptions of entity types, attributes, and attribute values for the data.
+ + +
Dataset overview:
+
+ +
Entity and attribute overview:
+
+ +
+
Entity and attribute detailed citation:
+
+
+
+ + +
Direct spatial reference method:
+
+ +
Indirect spatial reference method:
+
+
+
+
+
+ + + + + + + + +
+
+ + Attributes of + +
+
+
+
Detailed descriptions of entity type, attributes, and attribute values for the data.
+ +
+
+
+ +
+
+ + Attributes of + +
+
+
+
Detailed descriptions of entity type, attributes, and attribute values for the data.
+ +
+
+
+
+
+ + + + + + + + + + +
Name:
+
+
+ + +
Type of object:
+
+ + + + + +
Geometry type:
+
+
+
+
+ + +
Number of records:
+
+ +
Description:
+
+ +
Source:
+
+ +
Attributes
+
+ + + +
+
+
+ +
Definition:
+
+
+ + + Alias: + + + + Type: + + + + Width: + + + + Number of decimals: + + + + Precision: + + + + Scale: + + + + Output width: + + + + Attribute indexed: + +
+ + +
Attribute value accuracy:
+
+ +
Attribute value accuracy explanation:
+
+
+ +
Attribute measurement frequency:
+
+ +
Beginning date of attribute values:
+
+ +
Ending date of attribute values:
+
+ + +
Attribute values:
+
+ +
Attribute domain values
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ValueDefinition
(not provided)
(definition not provided)
Definition Source:
(not provided)
(definition not provided)
+
+
+ +
Attribute domain range
+
+ + + + + + + + + + + + + + + + + + + + + + +
RangeValue
Minimum
Maximum
Mean
Standard deviation
Attribute units of measurement
Attribute measurement resolution
+
+
+ +
Attribute value codeset domain
+
+ + + + + + + + +
CodesetDescription
Name
Source
+
+
+
+ +
Attribute definition source:
+
+
+
+
+
+
+
+ + + + + + +
+
+ + ESRI Subtypes of + +
+
+
+
Describes the subtypes that have been defined for a feature class in a geodatabase
+ +
+
+
+
+ + + + + +
In the following list the subtype code is followed by the subtype name. Attributes (subtype fields) for each subtype are described in terms of their default value, valid domain values, value after merging or splitting features, etc.
+
Subtypes
+
+ + +
+ + + + + - + +
+ +
+
Attributes
+
+ + + +
+
+ +
Subtype field
+
+
+
+ +
Default value:
+
+ +
Attribute defined domain:
+
+ +
Domain name:
+
+ +
Domain description:
+
+ +
Domain owner:
+
+ +
Field type:
+
+ +
Domain type:
+
+ +
Merge rule:
+
+ +
Split rule:
+
+
+
+
+
+
+
+
+
+
+
+ +
In the following list the subtype code is followed by the subtype name
+
Subtypes
+
+ + +
+ + + + + - + +
+
+
+
+
+
+ + + + + +
+
+ + ESRI Relationship Class + +
+
+
+
Describes the relationships defined for feature classes and data tables in a geodatabase
+ +
+
+
+ + + +
Relationship information:
+
+ +
Relationship cardinality:
+
+ +
Attributed relationship:
+
+ + + +
Type of relationship: Composite
+
+ +
Type of relationship: Simple
+
+
+
+ +
Notification direction:
+
+ +
Forward label:
+
+ +
Backward label:
+
+
+
Origin table information:
+
+ +
Origin name:
+
+ +
Primary key:
+
+ +
Foreign key:
+
+
+
Destination table information:
+
+ +
Origin name:
+
+ +
Primary key:
+
+ +
Foreign key:
+
+
+
+ + + + + + +
+
General
+
+
+
Description of the data known by the party from whom the data may be obtained, liability of party distributing data, and technical capabilities required to use the data.
+ +
Resource description:
+
+ +
Distribution liability:
+
+ +
Technical prerequisites:
+
+
+
+
+ + + + +
+
Distribution Point of Contact
+
+
+
Contact information for the individual or organization distributing the data.
+ +
+
+
+ + + + +
+
Standard Order Process
+
+
+
Common ways in which data may be obtained.
+ +
Non-digital form:
+
+ +
Digital form:
+
+ + +
Format name:
+
+ +
Format version number:
+
+ +
Format version date:
+
+ +
Format specification:
+
+ + + + +
Format information content:
+
+ + +
Size of the data:
+
+ +
Transfer size:
+
+ +
File decompression technique:
+
+
+ +
Digital transfer option:
+
+ +
Online option:
+
+ +
Computer information:
+
+ +
Network address:
+
+ +
Network resource name:
+
+
+
+ + +
Spatial Database connection:
+
+ +
Server:
+
+ +
Instance:
+
+ +
Database:
+
+ +
User:
+
+ +
Version:
+
+
+
+ +
Dialup instructions:
+
+ +
Lowest BPS:
+
+ +
Highest BPS:
+
+ +
Number DataBits:
+
+ +
Number StopBits:
+
+ +
Parity:
+
+ +
Compression support:
+
+ +
Dialup telephone:
+
+ +
Dialup file name:
+
+
+
+
+
+ +
Access instructions:
+
+ +
Online computer and operating system:
+
+
+
+ +
Offline option:
+
+ +
Offline media:
+
+ +
Recording capacity:
+
+ +
Recording density:
+
+ +
Recording density units:
+
+
+
+ +
Recording format:
+
+ +
Compatibility information:
+
+
+
+
+
+
+
+ +
Fees:
+
+ +
Ordering instructions:
+
+ +
Turnaround:
+
+
+
+
+ + + + +
+
Custom Order Process
+
+
+
Description of custom distribution services available.
+
Custom order process:
+
+
+
+ + + + +
+
Available Time Period
+
+
+
Time when data is available from the distributer.
+ +
+
+
+ + + + + + +
+
Metadata Point of Contact
+
+
+
Contact information for the individual or organization responsible for the metadata information.
+ +
+
+
+ + + + +
+
Metadata Date
+
+
+
Dates associated with creating, updating and reviewing the metadata.
+ +
Last updated:
+
+ +
Last metadata review date:
+
+ +
Future metadata review date:
+
+ + +
Language of metadata:
+
+
+
+
+ + + + +
+
Metadata Access Constraints
+
+
+
Restrictions and legal prerequisites for accessing or using the data after access is granted.
+ +
Access constraints:
+
+ +
Use constraints:
+
+
+
+
+ + + + +
+
Metadata Security Information
+
+
+
Handling restrictions imposed on the metadata because of national security, privacy or other concerns.
+ +
Security classifiction system:
+
+ +
Security classification:
+
+ +
Security handling:
+
+
+
+
+ + + + +
+
Metadata Standards
+
+
+
Description of the metadata standard used to document the data and reference to any additional extended profiles to the standard used by the metadata producer.
+ +
Standard name:
+
+ +
Standard version:
+
+ +
Time convention:
+
+ +
Metadata profiles defining additonal information:
+ +
+ +
Profile:
+
+
+ Online linkage: + + + , + +
+
+
+
+
+
+
+ + + +
+
FGDC Plus Metadata Stylesheet
+
+
+
Stylesheet: FGDC Plus Stylesheet
+
File name: FGDC Plus.xsl
+
Version: 2.3
+
Description: This metadata is displayed using the FGDC Plus Stylesheet, which is an XSL template that can be used with ArcGIS software to display metadata. It displays metadata elements defined in the Content Standard for Digital Geospatial Metadata (CSDGM) - aka FGDC Standard, the ESRI Profile of CSDGM, the Biological Data Profile of CSDGM, and the Shoreline Data Profile of CSDGM. CSDGM is the US Federal Metadata standard. The Federal Geographic Data Committee originally adopted the CSDGM in 1994 and revised it in 1998. According to Executive Order 12096 all Federal agencies are ordered to use this standard to document geospatial data created as of January, 1995. The standard is often referred to as the FGDC Metadata Standard and has been implemented beyond the federal level with State and local governments adopting the metadata standard as well. +The Biological Data Profile broadens the application of the CSDGM so that it is more easily applied to biological data that are not explicitly geographic (laboratory results, field notes, specimen collections, research reports) but can be associated with a geographic location. Includes taxonomical vocabulary. The Shoreline Data Profile addresses variability in the definition and mapping of shorelines by providing a standardized set of terms and data elements required to support metadata for shoreline and coastal data sets. The FGDC Plus Stylesheet includes the Dublin Core Metadata Element Set. It supports W3C DOM compatible browsers such as IE7, IE6, Netscape 7, and Mozilla Firefox. It is in the public domain and may be freely used, modified, and redistributed. It is provided "AS-IS" without warranty or technical support.
+
Instructions: On the top of the page, click on the title of the dataset to toggle opening and closing of all metadata content sections or click section links listed horizontally below the title to open individual sections. Click on a section name (e.g. Description) to open and close section content. Within a section, click on a item name (Status, Key Words, etc.) to open and close individual content items. By default, the Citation information within the Description section is always open for display.
+
Download: FGDC Plus Stylesheet is available from the ArcScripts downloads at www.esri.com.
+
+
+ + + + + + + +
+
Horizontal Coordinate System
+
+
+
Reference system from which linear or angular quantities are measured and assigned to the position that a point occupies.
+ + +
Projected coordinate system:
+
+ + +
Name:
+
+ +
Map units:
+
+
+
+ + +
Geographic coordinate system:
+
+ + +
Name:
+
+ +
Units:
+
+
+
+ +
Coordinate System Details
+
+ + + +
+ +
+
+
+
+
+ + + +
Geographic coordinate system
+
+ +
Latitude resolution:
+
+ +
Longitude resolution:
+
+ +
Geographic coordinate units:
+
+
+
+ + + + +
Map projection
+
+ +
+
+ + +
Grid coordinate system
+
+ +
Grid coordinate system name:
+
+ + +
Universal Transverse Mercator:
+
+ +
UTM zone number:
+
+ +
Transverse Mercator:
+
+ +
+
+ + +
Universal Polar Stereographic:
+
+ +
UPS zone identifier:
+
+ +
Polar Stereographic:
+
+ +
+
+ + +
State Plane Coordinate System:
+
+ +
SPCS xone identifier:
+
+ +
Lambert Conformal Conic:
+
+ + +
Transverse Mercator:
+
+ + +
Oblique Mercator:
+
+ + +
Polyconic:
+
+ +
+
+ + +
ARC Coordinate System:
+
+ +
ARC system zone identifier:
+
+ +
Equirectangular:
+
+ + +
Azimuthal Equidistant:
+
+ +
+
+ + +
Other Grid System's Definition:
+
+
+
+ + +
Local Planar
+
+ +
Description:
+
+ +
Georeference Information:
+
+
+
+ + +
Planar Coordinate Information
+
+ +
Planar coordinate encoding method:
+
+ +
Coordinate representation:
+
+ +
Abscissa resolution:
+
+ +
Ordinate resolution:
+
+
+
+ +
Distance and bearing representation:
+
+ +
Distance resolution:
+
+ +
Bearing resolution:
+
+ +
Bearing units:
+
+ +
Bearing reference direction:
+
+ +
Bearing reference meridian:
+
+
+
+ +
Planar distance units:
+
+
+
+
+ + + +
Local Coordinate System Details
+
+ +
Description:
+
+ +
Georeference information:
+
+
+
+ + + +
Geodetic model
+
+ +
Horizontal datum name:
+
+ +
Ellipsoid name:
+
+ +
Semi-major axis:
+
+ +
Denominator of flattening ratio:
+
+
+
+ + + + +
+
Vertical Coordinate System
+
+
+
Reference system from which vertical distances (altitudes or depths) are measured.
+ +
Altitude system definition:
+
+ +
Altitude datum name:
+
+ +
Altitude resolution:
+
+ +
Altitude distance units:
+
+ +
Altitude encoding method:
+
+
+
+ +
Depth system definition:
+
+ +
Depth datum name:
+
+ +
Depth resolution:
+
+ +
Depth distance units:
+
+ +
Depth encoding method:
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
Map projection name:
+
+ + +
Standard parallel:
+
+ + +
Longitude of central meridian:
+
+ + +
Latitude of projection origin:
+
+ + +
False easting:
+
+ + +
False northing:
+
+ + +
Scale factor at equator:
+
+ + +
Height of perspective point above surface:
+
+ + +
Longitude of projection center:
+
+ + +
Latitude of projection center:
+
+ + +
Scale factor at center line:
+
+ + +
Oblique line azimuth:
+
+ +
Azimuthal angle:
+
+ +
Azimuthal measure point longitude:
+
+
+
+ + +
Oblique line point:
+
+ +
Oblique line latitude:
+
+ +
Oblique line longitude:
+
+
+
+ + +
Straight vertical longitude from pole:
+
+ + +
Scale factor at projection origin:
+
+ + +
Landsat number:
+
+ + +
Path number:
+
+ + +
Scale factor at central meridian:
+
+ + +
Other projection's definition:
+
+ + + + + + + + + +
Date: + Time: +
+
+ + + + +
+ + + + +
Date: + Time: +
+
+ +
+
+ + + +
Beginning date: + Beginning time: +
+
+ +
Ending date: + Ending time: +
+
+ + + + + +
+
+ +
Currentness reference:
+
+
+ + + +
Document Identifier:
+ +
Title:
+
+ + + +
Originators:
+
+ +
+
+
+
+ + +
Series name:
+
+ +
Series identification:
+
+
+ + +
Publisher:
+
+ +
Publication place:
+
+
+ +
Publication date: + Publication time: +
+
+ + +
Edition:
+
+ +
Data type:
+
+
+ + + + Data location: + + + , + + + +
+ +
Other citation details:
+
+ + +
Larger Work Citation
+
+ +
+
+
+ + + + + +
Organization:
+
+ +
Person:
+
+
+ + +
Person:
+
+ +
Organization:
+
+
+ +
Position:
+
+ +
Phone:
+
+ +
Fax:
+
+ +
Telecommunications Device or Teletypewriter (TDD/TTY) phone:
+
+ +
Email:
+
+ +
Hours of service:
+
+ +
Instructions:
+
+ + +
Address type:
+
+ +
+ +
Address:
+
+ +
City:
+
+ +
State or Province:
+
+ +
Postal code:
+
+ +
Country:
+
+
+
+
+
+ + + + + + > + + + + + + + + + + + + + + + + + + + + + + + + +
PointLongitudeLatitude
(not provided)(not provided)
+
+ + + + + +
+
+ +
Data Source
+
+
+
+ + + + +
Map scale denominator:
+
+ +
Media:
+
+ +
Source contribution:
+
+ + + +
Currentness reference:
+
+
+
+
+ + + + + + + + + +
+ + Any Rule Type + Line or Polygon Must Be Larger Than Cluster Tolerance + Polygon Must Not Have Gaps + Polygon Must Not Overlap + Polygon Must Be Covered By Feature Class Of + Polygon Must Cover Each Other + Polygon Must Be Covered By + Polygon Must Not Overlap With + Line Must Be Covered By Boundary Of + Point Must Be Covered By Boundary Of + Point Must Be Properly Inside Polygon + Line Must Not Overlap + Line Must Not Intersect + Line Must Not Have Dangles + Line Must Not Have Pseudonodes + Line Must Be Covered By Feature Class Of + Line Must Not Overlap With + Point Must Be Covered By Line + Point Must Be Covered By Endpoint Of + Polygon Boundary Must Be Covered By + Polygon Area Boundary Must Be Covered By Boundary Of + Line Must Not Self-Overlap + Line Must Not Self-Intersect + Line Must Not Intersect Or Touch Interior + Line Endpoint Must Be Covered By + Polygon Contains Point + Line Must Be Single Part + Unknown rule + +
+
+
+ + +
+
+
+
+ +
+ +
Rule
+
+
+
+ +
Rule Id:
+
+ +
Rule type:
+
+ +
Rule type description:
+
+ + +
Rule type description: + + Used when querying. + Cluster tolerance is the minimum distance between vertices of features. Vertices that fall within the cluster tolerance are defined as coincident and are snapped together. + Polygons must not have a void between them within a feature class or subtype. Line errors are created from the outlines of void areas in a single polygon or between polygons. Polygon boundaries that are not coincident with other polygon boundaries are errors. + Polygons must not overlap within a feature class or subtype. Polygons can be disconnected or touch at a point or touch along an edge. Polygon errors are created from areas where polygons overlap. + Polygons in the first feature class or subtype must be covered by the polygons of the second feature class or subtype. Polygon errors are created from the uncovered areas of polygons in the first feature class or subtype. + All polygons in the first feature class or subtype and all polygons in the second feature class or subtype must cover each other. Polygon errors are created where any part of a polygon is not covered by one or more polygons in the other feature class or subtype. + Polygons in one feature class or subtype must be covered by a single polygon from another feature class or subtype. Polygon errors are created from polygons from the first feature class or subtype that are not covered by a single polygon from the second feature class or subtype. + Polygons of the first feature class or subtype must not overlap polygons of the second feature class or subtype. Polygon errors are created where polygons from the two feature classes or subtypes overlap. + Lines in one feature class or subtype must be covered by the boundaries of polygons in another feature class or subtype. Line errors are created on lines that are not covered by the boundaries of polygons. + Points in one feature class or subtype must touch boundaries of polygons from another feature class or subtype. Point errors are created where points do not touch the boundaries of polygons. + Points in one feature class or subtype must be inside polygons of another feature class or subtype. Point errors are created where the points are outside or touch the boundary of the polygons. + Lines must not overlap any part of another line within a feature class or subtype. Lines can touch, intersect and overlap themselves. Line errors are created where lines overlap. + Lines must not cross or overlap any part of another line within the same feature class or subtype. Line errors are created where lines overlap, and point errors are created where lines cross. + The end of a line must touch any part of one other line or any part of itself within a feature class or subtype. Point errors are created at the end of a line that does not touch at least one other line or itself. + The end of a line cannot touch the end of only one other line within a feature class or subtype. The end of a line can touch any part of itself. Point errors are created where the end of a line touches the end of only one other line. + Lines in one feature class or subtype must be covered by lines in another feature class or subtype. Line errors are created on the lines in the first feature class that are not covered by the lines in the second feature class. + Lines in one feature class or subtype must not overlap any part of another line in another feature class or subtype. Line errors are created where lines from two feature classes or subtypes overlap. + Points in one feature class or subtype must be covered by lines in another feature class or subtype. Point errors are created on the points that are not covered by lines. + Points in one feature class or subtype must be covered by the ends of lines in another feature class or subtype. Point errors are created on the points that are not covered by the ends of lines. + Polygon boundaries in one feature class or subtype must be covered by the lines of another feature class or subtype. Line errors are created where polygon boundares are not covered by a line of another feature class or subtype. + The boundaries of polygons in one feature class or subtype must be covered by the boundaries of polygons in another feature class or subtype. Line errors are created where polygon boundaries in the first feature class or subtype are not covered by the boundaries of polygons in another feature class or subtype. + Lines must not overlap themselves within a feature class or subtype. Lines can touch, intersect, and overlap lines in another feature class or subtype. Line errors are created where lines overlap themselves. + Lines must not cross or overlap themselves within a feature class or subtype. Lines can touch themselves and touch, intersect, and overlap other lines. Line errors are created where lines overlap themselves, and point errors are created where lines cross themselves. + Lines can only touch at their ends and must not overlap each other within a feature class or subtype. Lines can touch, intersect, and overlap themselves. Line errors are created where lines overlap, and point errors are created where lines cross or touch. + The ends of lines in one feature class or subtype must be covered by points in another feature class or subtype. Point errors are created at then ends of lines that are not covered by a point. + Each polygon of the first feature class or subtype must contain within its boundaries at least one point of the second feature class or subtype. Polyon errors are created from the polygons that do not contain at least one point. A point on the boundary of a polygon is not contained in that polygon. + Lines within a feature class or subtype must only have one part. Multipart line errors are created where lines have more than one part. + Unknown rule + +
+
+
+ +
Origin
+
+ +
Feature class:
+
+ + +
Subtype code and name: + - +
+
+ + +
Applies to all origin subtypes:
+
+
+
+
+
+ +
Destination
+
+ +
Feature class:
+
+ + +
Subtype code and name: + - +
+
+ + +
Applies to all destination subtypes:
+
+
+
+
+
+
+
+ + + + +
Description of geographic extent:
+
+
+ + + + +
Bounding altitude
+
+ +
Altitude minimum:
+
+ +
Altitude maximum:
+
> +
+
+
+ + + + +
ASCII file structure:
+
+ +
Record delimiter:
+
+ +
Number header lines:
+
+ +
Description of header content:
+
+ +
Orientation:
+
+ +
Case sensetive:
+
+ +
Authentication:
+
+ +
Quote character:
+
+ +
Data fields
+
+ + + +
+
+
+ +
Missing value code:
+
+ +
Data field width delimiter:
+
+ +
Data field width:
+
+
+
+
+
+
+
+
+
+ + + + +
+
Taxonomy
+
+
+
Information on the one or more taxa included in the data set, including keywords, taxonomic system and coverage information, and taxonomic classification system.
+ +
Key Words:
+
+ +
Taxonomic:
+
+ +
Keywords: + + + , + +
+
+ +
Keyword thesaurus:
+
+
+
+
+
+ +
Taxonomic system:
+
+ + +
Classification system or authority:
+
+ +
Classification system citation:
+
+ +
+
+ +
Classification system modification:
+
+
+
+ +
Identification reference:
+
+ +
+
+ +
Identifier:
+
+ +
+
+ +
Taxonomic procedures:
+
+ +
Taxonomic completeness:
+
+ +
Vouchers:
+
+ +
Specimen:
+
+ +
Repository:
+
+ +
+
+
+
+
+
+
+ +
General taxonomic coverage:
+
+ +
Taxonomic Classification
+
+ + +
+
+
+
+
+ + + + + +
+ + + + : + + + +
+
+ +
Common name:
+
+ +
+
+ +
+ + + + + : + + + + +
+ +
Common name:
+
+
+
+
+ + + + +
+
Analytical Tools
+
+
+
Tools, models or statistical procedures that the data set is intrinsically bound to and are available for use in analyzing the data set.
+ +
Tool Description:
+
+ +
Tool Access Information:
+
+ + +
+ Online linkage: + + + , + +
+
+ +
Tool access instructions:
+
+ +
Tool computer and operating system:
+
+
+
+
+ +
Tool contact:
+
+ +
+
+ +
Tool citation:
+
+ +
+
+
+
+
+ + + + +
+
Methodology
+
+
+
Information about individual steps of field and/or biological laboratory work.
+
Methodology information
+
+ + + +
+
+
+
+ + + +
Method
+
+ +
Methodology Type:
+
+ +
Methodology identifier:
+
+ +
Keywords: + + + , + +
+
+ +
Keyword thesaurus:
+
+
+
+ +
Methodology Description:
+
+ +
Citation:
+
+ +
+
+ +
Source contribution:
+
+ + + +
Currentness reference:
+
+
+
+
+ + + +
Beginning geologic age:
+
+ +
+
+ + + +
Ending geologic age:
+
+ +
+
+ + + +
Geologic age:
+
+ +
Geologic time scale:
+
+ +
Geologic age estimate:
+
+ +
Geologic age uncertainty:
+
+ +
Geologic age explanation:
+
+ +
Geologic citation:
+
+ +
+
+
+
+ + + + +
Process step citation:
+
+
+ + + + +
+
Shoreline Data
+
+
+
Description of critical processes and conditions that revolve around creating and collecting shoreline data and data that intersects shoreline data.
+ +
Tidal information:
+
+ +
Type of tide:
+
+ +
Time of tide:
+
+ +
Tide table reference:
+
+ +
Supplemental tidal information:
+
+
+
+ +
Marine weather condition:
+
+ +
Wind speed:
+
+ +
Wind direction:
+
+ +
Wave height:
+
+ +
Barometric pressure:
+
+
+
+ +
Environmental event:
+
+
+
+
+
\ No newline at end of file Index: src/main/webapp/WEB-INF/views/full.jsp =================================================================== --- src/main/webapp/WEB-INF/views/full.jsp (revision 9434) +++ src/main/webapp/WEB-INF/views/full.jsp (working copy) @@ -1,177 +1,183 @@ - -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> -<%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml"%> -<%@ taglib prefix="xtags" - uri="http://jakarta.apache.org/taglibs/xtags-1.0"%> -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> -<%@ page import="java.util.HashMap"%> -<%@ page import="java.io.*"%> -<%@ page import="gov.ornl.mercury3.web.util.D1DocTransferObject" %> - - - - - - DataONE Metadata Report - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <%@ include file="dataPackageDownloadPanel.jsp" %> - - + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml"%> +<%@ taglib prefix="xtags" + uri="http://jakarta.apache.org/taglibs/xtags-1.0"%> +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> +<%@ page import="java.util.HashMap"%> +<%@ page import="java.io.*"%> +<%@ page import="gov.ornl.mercury3.web.util.D1DocTransferObject" %> + + + + + + DataONE Metadata Report + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%@ include file="dataPackageDownloadPanel.jsp" %> + + \ No newline at end of file Index: src/main/webapp/xsl/eml-identifier.xsl =================================================================== --- src/main/webapp/xsl/eml-identifier.xsl (revision 8333) +++ src/main/webapp/xsl/eml-identifier.xsl (working copy) @@ -54,14 +54,7 @@ - - - - - - - - +