ГОСТ Р 70317—2022
Приложение D
(справочное)
Примеры реализации
D.1 Пример минимальных метаданных
Следующий экземпляр документа XML включает только обязательные элементы по ГОСТР 57668 и получен
исходя из примера, представленного в ГОСТ Р 57668—2017 (Е.2).
<?xml version="1.0" encoding="UTF-8"?>
<mdb:MD_Metadata xmlns=
"http://standards.iso.org/iso/19115/-3/mdb/l.0
"
xmlns:dqc=
"http://standards.iso.org/iso/19157/-2/dqc/l.0
"
xmlns:gco=
"http://standards.iso.org/iso/19115/-3/gco/l.0
"
xmlns:lan=
"http://standards.iso.org/iso/19115/-3/lan/1.0"
xmlns:mcc=
"http://standards.iso.org/iso/19115/-3/mcc/l.0
"
xmlns:mdb=
"http://standards.iso.org/iso/19115/-3/mdb/l.0
"
xmlns:cit=
"http://standards.iso.org/iso/19115/-3/cit/1.0
"
xmlns:mri=
"http://standards.iso.org/iso/19115/-3/mri/1.0"
xmlns:gex=
"http://standards.iso.org/iso/19115/-3/gex/l.0
"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance
"
xsi:schemaLocation=
"http://standards.iso.org/iso/19115/-3/mdb/l.0
mdb.xsd">
<mdb:contact>
<cit:CI_Responsibility>
<cit:role>
<cit:CI_RoleCode codeList=
"http://standards.iso.org/iso/19115/resources/
Codelist/cat/codeLists.xml#CI_RoleCode" codeListValue="custodian">custodian</cit:CI_RoleCode>
</cit:role>
<cit:party>
<cit:CI_Organisation>
<!-- имя или логотип является обязательным согласно ограничению,
установленному Schematron -->
<cit:name>
<gco:CharacterString>Department of Primary Industries and Resources
SA</gco:CharacterString>
</cit:name>
</cit:CI_Organisation>
</cit:party>
</cit:CI_Responsibility>
</mdb:contact>
<mdb:dateInfo>
<cit:CI_Date>
<cit:date>
<gco:DateTime>2004-03-12T12:00:00</gco:DateTime>
</cit:date>
<cit:dateType>
<cit:CI_DateTypeCode codeList=
"http://standards.iso.org/iso/19115/resources/
Codelist/cat/codeLists.xml#creation" codeListValue="Creation"/>
</cit:dateType>
</cit:CI_Date>
</mdb:dateInfo>
<mdb:identificationInfo>
<mri:MD_DataIdentification>
<mri:citation>
<cit:CI_Citation>
<cit:title>
<gco:CharacterString>Exploration Licences for
Minerals</gco:CharacterString>
</cit:title>
<!-- обязательно (dataType= creation) согласно ограничению, установленному правилом
Schematron -->
<cit:date>
<cit:CI Date>
45