<?xml version="1.0" encoding="UTF-8"?> <eml:eml packageId="test.1.4" system="KNB" xmlns:eml="https://eml.ecoinformatics.org/eml-2.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://eml.ecoinformatics.org/eml-2.2.0 eml.xsd"> <dataset> <title>Sample datset Description</title> <creator id="23445" scope="document"> <individualName> <surName>Smith</surName> </individualName> </creator> <!-- this file is invalid because the containing dataset lacks an id --> <!-- and the annotation lacks a references attribute --> <annotation> <propertyURI label="Subject">http://purl.org/dc/elements/1.1/subject</propertyURI> <valueURI label="grassland biome">http://purl.obolibrary.org/obo/ENVO_01000177</valueURI> </annotation> <contact id="b"> <individualName> <surName>Johnson</surName> </individualName> </contact> <contact> <references>23445</references> </contact> </dataset> </eml:eml>